2.7 KB
/srv/reproducible-results/rbuild-debian/r-b-build.qKUVYRZA/b1/r-cran-gert_2.0.1+dfsg-1_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.qKUVYRZA/b2/r-cran-gert_2.0.1+dfsg-1_armhf.changes
310 B
Files
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
  
1 ·4ec725d86cfb712deaf60e72b4e6c84d·26072·debug·optional·r-cran-gert-dbgsym_2.0.1+dfsg-1_armhf.deb1 ·4ec725d86cfb712deaf60e72b4e6c84d·26072·debug·optional·r-cran-gert-dbgsym_2.0.1+dfsg-1_armhf.deb
2 ·11dc7a93f37de359a8f2b223e9689048·241720·gnu-r·optional·r-cran-gert_2.0.1+dfsg-1_armhf.deb2 ·075098493d78fd05345cd95bb8a24fed·241864·gnu-r·optional·r-cran-gert_2.0.1+dfsg-1_armhf.deb
2.2 KB
r-cran-gert_2.0.1+dfsg-1_armhf.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2023-12-19·00:08:20.000000·debian-binary1 -rw-r--r--···0········0········0········4·2023-12-19·00:08:20.000000·debian-binary
2 -rw-r--r--···0········0········0·····2152·2023-12-19·00:08:20.000000·control.tar.xz2 -rw-r--r--···0········0········0·····2152·2023-12-19·00:08:20.000000·control.tar.xz
3 -rw-r--r--···0········0········0···239376·2023-12-19·00:08:20.000000·data.tar.xz3 -rw-r--r--···0········0········0···239520·2023-12-19·00:08:20.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
1.68 KB
data.tar.xz
1.66 KB
data.tar
1.64 KB
./usr/lib/R/site-library/gert/doc/gert.html
    
Offset 170, 15 lines modifiedOffset 170, 15 lines modified
170 git·config·--global·user.email·'jerry@gmail.com'170 git·config·--global·user.email·'jerry@gmail.com'
171 git·config·--global·--list171 git·config·--global·--list
172 </code></pre>172 </code></pre>
173 <p>To·inspect·and·change·local·Git·config,·i.e.·options·specific·to·one·repository,·use·<code>git_config()</code>·and·<code>git_config_set()</code>.</p>173 <p>To·inspect·and·change·local·Git·config,·i.e.·options·specific·to·one·repository,·use·<code>git_config()</code>·and·<code>git_config_set()</code>.</p>
174 <h2·id="local-repository-basics">Local·repository·basics</h2>174 <h2·id="local-repository-basics">Local·repository·basics</h2>
175 <p><code>gert::git_init()</code>·is·essentially·<code>git·init</code>;·it’s·how·we·create·a·new·local·repository.·You·provide·the·path·to·the·repository·you·want·to·create.</p>175 <p><code>gert::git_init()</code>·is·essentially·<code>git·init</code>;·it’s·how·we·create·a·new·local·repository.·You·provide·the·path·to·the·repository·you·want·to·create.</p>
176 <pre><code·class="language-r">(path·&lt;-·file.path(tempdir(),·&quot;aaa&quot;,·&quot;bbb&quot;,·&quot;repo_ccc&quot;))176 <pre><code·class="language-r">(path·&lt;-·file.path(tempdir(),·&quot;aaa&quot;,·&quot;bbb&quot;,·&quot;repo_ccc&quot;))
177 #&gt;·[1]·&quot;/tmp/RtmpNhd7n1/aaa/bbb/repo_ccc&quot;177 #&gt;·[1]·&quot;/tmp/Rtmp1fJE58/aaa/bbb/repo_ccc&quot;
178 dir.exists(path)178 dir.exists(path)
179 #&gt;·[1]·FALSE179 #&gt;·[1]·FALSE
  
180 (r·&lt;-·git_init(path))180 (r·&lt;-·git_init(path))
181 #&gt;·Error·in·git_init(path):·could·not·find·function·&quot;git_init&quot;181 #&gt;·Error·in·git_init(path):·could·not·find·function·&quot;git_init&quot;
182 dir.exists(path)182 dir.exists(path)
183 #&gt;·[1]·FALSE183 #&gt;·[1]·FALSE
676 B
html2text {}
    
Offset 32, 15 lines modifiedOffset 32, 15 lines modified
32 git·config·--global·--list32 git·config·--global·--list
33 To·inspect·and·change·local·Git·config,·i.e.·options·specific·to·one33 To·inspect·and·change·local·Git·config,·i.e.·options·specific·to·one
34 repository,·use·git_config()·and·git_config_set().34 repository,·use·git_config()·and·git_config_set().
35 *****·Local·repository·basics·*****35 *****·Local·repository·basics·*****
36 gert::git_init()·is·essentially·git·init;·it’s·how·we·create·a·new·local36 gert::git_init()·is·essentially·git·init;·it’s·how·we·create·a·new·local
37 repository.·You·provide·the·path·to·the·repository·you·want·to·create.37 repository.·You·provide·the·path·to·the·repository·you·want·to·create.
38 (path·<-·file.path(tempdir(),·"aaa",·"bbb",·"repo_ccc"))38 (path·<-·file.path(tempdir(),·"aaa",·"bbb",·"repo_ccc"))
39 #>·[1]·"/tmp/RtmpNhd7n1/aaa/bbb/repo_ccc"39 #>·[1]·"/tmp/Rtmp1fJE58/aaa/bbb/repo_ccc"
40 dir.exists(path)40 dir.exists(path)
41 #>·[1]·FALSE41 #>·[1]·FALSE
  
42 (r·<-·git_init(path))42 (r·<-·git_init(path))
43 #>·Error·in·git_init(path):·could·not·find·function·"git_init"43 #>·Error·in·git_init(path):·could·not·find·function·"git_init"
44 dir.exists(path)44 dir.exists(path)
45 #>·[1]·FALSE45 #>·[1]·FALSE