summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Turner <dturner@twopensource.com>2016-05-17 15:40:32 -0400
committerDavid Turner <dturner@twosigma.com>2016-08-10 14:19:30 -0400
commit5625d86b994fd81f1b0d887890e8168d7b5f46cc (patch)
tree9c229286979e8fc8f98657a821faf591072ff636 /CHANGELOG.md
parentaeb5ee5ab50a062aac02ca084b02582430669808 (diff)
downloadlibgit2-5625d86b994fd81f1b0d887890e8168d7b5f46cc.tar.gz
index: support index v4
Support reading and writing index v4. Index v4 uses a very simple compression scheme for pathnames, but is otherwise similar to index v3. Signed-off-by: David Turner <dturner@twitter.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92bc0c1f2..e4fd68dfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ v0.24 + 1
* Do not fail when deleting remotes in the presence of broken
global configs which contain branches.
+* Support for reading and writing git index v4 files
+
### API additions
* You can now get the user-agent used by libgit2 using the
@@ -49,6 +51,9 @@ v0.24 + 1
* `git_diff_from_buffer` can create a `git_diff` object from the contents
of a git-style patch file.
+* `git_index_version()` and `git_index_set_version()` to get and set
+ the index version
+
### API removals
* `git_blob_create_fromchunks()` has been removed in favour of