File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ v0.22 + 1
1818* The local transport now auto-scales the number of threads to use
1919 when creating the packfile instead of sticking to one.
2020
21+ * Reference renaming now uses the right id for the old value.
22+
23+ * The annotated version of branch creation, HEAD detaching and reset
24+ allow for specifying the expression from the user to be put into the
25+ reflog.
26+
2127### API additions
2228
2329* Parsing and retrieving a configuration value as a path is exposed
@@ -33,7 +39,14 @@ v0.22 + 1
3339* ` git_config_get_string_buf() ` provides a way to safely retrieve a
3440 string from a non-snapshot configuration.
3541
36- * Reference renaming now uses the right id for the old value.
42+ * ` git_annotated_commit_from_revspec() ` allows to get an annotated
43+ commit from an extended sha synatx string.
44+
45+ * ` git_repository_set_head_detached_from_annotated() ` ,
46+ ` git_branch_create_from_annotated() ` and
47+ ` git_reset_from_annotated() ` allow for the caller to provide an
48+ annotated commit through which they can control what expression is
49+ put into the reflog as the source/target.
3750
3851* ` git_index_add_frombuffer() ` can now create a blob from memory
3952 buffer and add it to the index which is attached to a repository.
You can’t perform that action at this time.
0 commit comments