File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ NEW FEATURES
5
5
6
6
* Added the 'git_config_files' method to locate configuration files.
7
7
8
+ IMPROVEMENTS
9
+
10
+ * Updated the bundled libgit2 source code to v0.27.2 (8d36dc6).
11
+
12
+ * git2r can now build against a system installation of libgit2
13
+ (Elliott Sales de Andrade in PR #345, #344 and #336).
14
+
15
+ * Refactoring of the configuration scripts to use a prebuilt libgit2
16
+ on macOS and Windows (Thanks Jeroen).
17
+
18
+ * Ensure that git2r writes the config file to the correct location on
19
+ Windows (John Blischak in PR #320).
20
+
21
+ * Better default location to find ssh keys in 'cred_ssh_key()' (Ian
22
+ Lyttle in PR #317).
23
+
8
24
BUG FIXES
9
25
10
26
* If a merge results in no change, the returned 'git_merge_result' now returns
@@ -14,6 +30,9 @@ BUG FIXES
14
30
15
31
BREAKING CHANGES
16
32
33
+ * Changed from S4 classes to S3 classes to simplify the design and
34
+ facilitate future development.
35
+
17
36
* Removed the trailing slash from the directory name when reporting
18
37
repository path or workdir.
19
38
You can’t perform that action at this time.
0 commit comments