--- /srv/reproducible-results/rbuild-debian/r-b-build.q72dbZs9/b1/r-cran-gert_2.0.1+dfsg-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.q72dbZs9/b2/r-cran-gert_2.0.1+dfsg-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ a875615f9fcbac2ea533a08e36a8634f 80208 debug optional r-cran-gert-dbgsym_2.0.1+dfsg-1_arm64.deb │ - 331669f757825c7874b19d362d52befa 243596 gnu-r optional r-cran-gert_2.0.1+dfsg-1_arm64.deb │ + 3cfbb90637b1528e62330cc58d342833 243552 gnu-r optional r-cran-gert_2.0.1+dfsg-1_arm64.deb ├── r-cran-gert_2.0.1+dfsg-1_arm64.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-12-19 00:08:20.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2152 2023-12-19 00:08:20.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 241252 2023-12-19 00:08:20.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 241208 2023-12-19 00:08:20.000000 data.tar.xz │ ├── 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().

│ │ │ │

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/RtmpwzulFE/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/RtmpBgljgz/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/RtmpwzulFE/aaa/bbb/repo_ccc"
│ │ │ │ │ +#> [1] "/tmp/RtmpBgljgz/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