]> git.proxmox.com Git - libgit2.git/commitdiff
Add CHANGELOG entry for index entry changes
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 14 May 2015 06:26:02 +0000 (08:26 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Thu, 14 May 2015 06:26:02 +0000 (08:26 +0200)
CHANGELOG.md

index 80d7b41f1f418f232d83b5898cedcd4949c3f227..69f02bba8732ce18963a57bb9ed3b9c460235f21 100644 (file)
@@ -186,6 +186,11 @@ support for HTTPS connections insead of OpenSSL.
 * The `push` function in the `git_transport` interface now takes a
   pointer to the remote callbacks.
 
+* The `git_index_entry` struct's fields' types have been changed to
+  more accurately reflect what is in fact stored in the
+  index. Specifically, time and file size are 32 bits intead of 64, as
+  these values are truncated.
+
 v0.22
 ------