File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ v0.23 + 1
17
17
the opportunity for concurrent operations and not committing any
18
18
changes until the unlock.
19
19
20
-
21
20
* ` git_diff_options ` added a new callback ` progress_cb ` to report on the
22
21
progress of the diff as files are being compared. The documentation of
23
22
the existing callback ` notify_cb ` was updated to reflect that it only
@@ -27,8 +26,19 @@ v0.23 + 1
27
26
as the constructor for a TLS stream instead of the libgit2 built-in
28
27
one.
29
28
29
+ * ` git_commit_create_on() ` takes on the role which
30
+ ` git_commit_create() ` had when provided a reference name to
31
+ update. ` git_commit_create_on_head() ` always updates the current
32
+ branch.
33
+
34
+ * ` git_commit_create_fromstate() ` is a variant of the commit creation
35
+ function which behaves closer to ` git-commit ` by taking the parents
36
+ and tree from the current branch and the index.
37
+
30
38
### API removals
31
39
40
+ * ` git_commit_create() ` has been renamed to ` git_commit_create_on() ` .
41
+
32
42
### Breaking API changes
33
43
34
44
* ` git_cert ` descendent types now have a proper ` parent ` member
You can’t perform that action at this time.
0 commit comments