File tree Expand file tree Collapse file tree 1 file changed +31
-4
lines changed Expand file tree Collapse file tree 1 file changed +31
-4
lines changed Original file line number Diff line number Diff line change 99
1010 * Andy Delcambre*
1111
12+ * Update bundled libgit2 to 0.22.1.
13+
14+ See https://github.com/libgit2/libgit2/releases/tag/v0.22.0 and
15+ https://github.com/libgit2/libgit2/releases/tag/v0.22.1 for a list
16+ of fixed issues and new features.
17+
18+ * Arthur Schreiber*
19+
20+ * Add missing handling of libgit2 errors in ` Rugged::BranchCollection#each `
21+ and ` Rugged::BranchCollection#each_name ` .
22+
23+ Fixes #457 .
24+
25+ * aiionx*
26+
27+ * The ` Rugged::Tree::Builder ` API was changed to account for libgit2 changes.
28+
29+ When creating a new ` Rugged::Tree::Builder ` instance through
30+ ` Rugged::Tree::Builder.new ` you have to pass a repository instance,
31+ while ` Rugged::Tree::Builder#write ` does not take any arguments anymore.
32+
33+ * Vicent Martí*
34+
35+ * Add alternative backend support (experimental).
36+
37+ Bare repositories can now be stored using an alternative backend.
38+
39+ Fixes #410 .
40+
41+ * Viktor Charypar*
42+
1243* Replace ` Remote#rename! ` with ` RemoteCollection#rename ` .
1344
1445 This brings the ` RemoteCollection ` more in line with the API of
2354
2455 * Arthur Schreiber*
2556
26- * Update to the latest libgit2 version (ce8822cb409917d0201f359cabe3ae55d25895da).
27-
28- * Arthur Schreiber*
29-
3057* Add ` Repository#merge_bases ` .
3158
3259 This returns an array containing all merge bases between one or
You can’t perform that action at this time.
0 commit comments