Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
8acf058f
Commit
8acf058f
authored
Mar 07, 2015
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGELOG: add notes about the annotated ref-modifying functions
parent
a5815a2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
CHANGELOG.md
+14
-1
No files found.
CHANGELOG.md
View file @
8acf058f
...
...
@@ -18,6 +18,12 @@ v0.22 + 1
*
The local transport now auto-scales the number of threads to use
when creating the packfile instead of sticking to one.
*
Reference renaming now uses the right id for the old value.
*
The annotated version of branch creation, HEAD detaching and reset
allow for specifying the expression from the user to be put into the
reflog.
### API additions
*
Parsing and retrieving a configuration value as a path is exposed
...
...
@@ -33,7 +39,14 @@ v0.22 + 1
*
`git_config_get_string_buf()`
provides a way to safely retrieve a
string from a non-snapshot configuration.
*
Reference renaming now uses the right id for the old value.
*
`git_annotated_commit_from_revspec()`
allows to get an annotated
commit from an extended sha synatx string.
*
`git_repository_set_head_detached_from_annotated()`
,
`git_branch_create_from_annotated()`
and
`git_reset_from_annotated()`
allow for the caller to provide an
annotated commit through which they can control what expression is
put into the reflog as the source/target.
*
`git_index_add_frombuffer()`
can now create a blob from memory
buffer and add it to the index which is attached to a repository.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment