File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ IMPROVEMENTS
6
6
* Updated the bundled libgit2 source code to commit (15e1193)
7
7
(v0.26.0) from 14 June 2017.
8
8
9
+ * Added 'checkout' argument to 'clone()'. Allows to control whether
10
+ checkout of HEAD is performed after the clone is complete. Setting
11
+ 'checkout=FALSE' has similar effect as the git command line option
12
+ '--no-checkout'. Andrzej K. Oles in #282.
13
+
14
+ BUG FIXES
15
+
16
+ * Fixed memory protection errors in the git2r C source code reported
17
+ by the 'rchk' tool.
18
+
19
+ * Added missing calls to 'R_forceSymbols' and 'R_useDynamicSymbols' in
20
+ the C init function.
21
+
22
+ * Enable argument 'all' to commit multiple modified (or deleted)
23
+ files. John Blischak in #283
24
+
25
+ * Changed the configure script to determine the architecture of the
26
+ machine earlier in order to fix an unsupported architecture error
27
+ encountered on CentOS (#268, #288).
28
+
9
29
git2r 0.18.0
10
30
------------
11
31
You can’t perform that action at this time.
0 commit comments