From 5625d86b994fd81f1b0d887890e8168d7b5f46cc Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 17 May 2016 15:40:32 -0400 Subject: 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 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.1