--- /srv/reproducible-results/rbuild-debian/r-b-build.KKK65DzG/b1/r-cran-gert_1.9.2+dfsg-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.KKK65DzG/b2/r-cran-gert_1.9.2+dfsg-1_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ 6a819af88057ce07304fdb0ae844548c 65872 debug optional r-cran-gert-dbgsym_1.9.2+dfsg-1_i386.deb │ - 1a0b166a2fa55e8a48f4fcb1d3f89f3e 243352 gnu-r optional r-cran-gert_1.9.2+dfsg-1_i386.deb │ + 84a127475b0967651c746f0594f4f68b 243352 gnu-r optional r-cran-gert_1.9.2+dfsg-1_i386.deb ├── r-cran-gert_1.9.2+dfsg-1_i386.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/lib/R/site-library/gert/doc/gert.html │ │ │ │ @@ -123,15 +123,15 @@ │ │ │ │ git config --global user.email 'jerry@gmail.com' │ │ │ │ git config --global --list │ │ │ │ │ │ │ │

To inspect and change local Git config, i.e. options specific to one repository, use git_config() and git_config_set().

│ │ │ │

Local repository basics

│ │ │ │

gert::git_init() is essentially git init; it’s how we create a new local repository. You provide the path to the repository you want to create.

│ │ │ │
(path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ │ -#> [1] "/tmp/RtmpTgnTtR/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/RtmpTuTDrQ/aaa/bbb/repo_ccc"
│ │ │ │  dir.exists(path)
│ │ │ │  #> [1] FALSE
│ │ │ │  
│ │ │ │  (r <- git_init(path))
│ │ │ │  #> Error in git_init(path): could not find function "git_init"
│ │ │ │  dir.exists(path)
│ │ │ │  #> [1] FALSE
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -32,15 +32,15 @@
│ │ │ │ │  git config --global --list
│ │ │ │ │  To inspect and change local Git config, i.e. options specific to one
│ │ │ │ │  repository, use git_config() and git_config_set().
│ │ │ │ │  ***** Local repository basics *****
│ │ │ │ │  gert::git_init() is essentially git init; it’s how we create a new local
│ │ │ │ │  repository. You provide the path to the repository you want to create.
│ │ │ │ │  (path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ │ │ -#> [1] "/tmp/RtmpTgnTtR/aaa/bbb/repo_ccc"
│ │ │ │ │ +#> [1] "/tmp/RtmpTuTDrQ/aaa/bbb/repo_ccc"
│ │ │ │ │  dir.exists(path)
│ │ │ │ │  #> [1] FALSE
│ │ │ │ │  
│ │ │ │ │  (r <- git_init(path))
│ │ │ │ │  #> Error in git_init(path): could not find function "git_init"
│ │ │ │ │  dir.exists(path)
│ │ │ │ │  #> [1] FALSE