--- /srv/reproducible-results/rbuild-debian/r-b-build.6K6pg6Vl/b1/r-cran-gert_2.1.4+dfsg-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.6K6pg6Vl/b2/r-cran-gert_2.1.4+dfsg-1_armhf.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ 51969446ca101a882a5a17fd49742a36 81104 debug optional r-cran-gert-dbgsym_2.1.4+dfsg-1_armhf.deb │ - 62fc91329eb124ea6b94c0b4b3cad446 248768 gnu-r optional r-cran-gert_2.1.4+dfsg-1_armhf.deb │ + 5de6fb49f14156753c12ab3d62aa9ecd 248780 gnu-r optional r-cran-gert_2.1.4+dfsg-1_armhf.deb ├── r-cran-gert_2.1.4+dfsg-1_armhf.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-10-28 04:17:00.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2104 2024-10-28 04:17:00.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 246472 2024-10-28 04:17:00.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 246484 2024-10-28 04:17:00.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/Rtmp557HLN/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/RtmpuNYaRV/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/Rtmp557HLN/aaa/bbb/repo_ccc"
│ │ │ │ │ +#> [1] "/tmp/RtmpuNYaRV/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