--- /srv/reproducible-results/rbuild-debian/r-b-build.LSJjh5X0/b1/r-cran-gert_2.1.4+dfsg-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.LSJjh5X0/b2/r-cran-gert_2.1.4+dfsg-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ bbba45a4b249e994d0e0c7e65aec7a66 81628 debug optional r-cran-gert-dbgsym_2.1.4+dfsg-1_amd64.deb │ - 7ac075d88e062ee12e7b80ba9b6a3734 252072 gnu-r optional r-cran-gert_2.1.4+dfsg-1_amd64.deb │ + fed6c1fc2940922893799fc44bac2a6c 252072 gnu-r optional r-cran-gert_2.1.4+dfsg-1_amd64.deb ├── r-cran-gert_2.1.4+dfsg-1_amd64.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/lib/R/site-library/gert/doc/gert.html │ │ │ │ @@ -170,15 +170,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()
.
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/RtmpgJIyaC/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/RtmpFxUC01/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 {}
│ │ │ │ │ @@ -31,15 +31,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().
│ │ │ │ │ ********** LLooccaall rreeppoossiittoorryy bbaassiiccss **********
│ │ │ │ │ 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/RtmpgJIyaC/aaa/bbb/repo_ccc"
│ │ │ │ │ +#> [1] "/tmp/RtmpFxUC01/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