diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-14 15:24:15 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-14 15:24:15 +0200 |
commit | 874cc35a8d130735d3d8160191e697021e1ab8fb (patch) | |
tree | f168239d4e3c7a462f026674171d7e57e5512727 /CHANGELOG.md | |
parent | 2b2dfe80f065f284aa53351d7203e31cf001cf8a (diff) | |
download | libgit2-874cc35a8d130735d3d8160191e697021e1ab8fb.tar.gz |
index: add a CHANGELOG entry for the diff usagecmn/index-use-diff
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f02bba8..810538c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,9 @@ support for HTTPS connections insead of OpenSSL. remote functions now take these options or the callbacks instead of setting them beforehand. +* The index now uses diffs for `add_all()` and `update_all()` which + gives it a speed boost and closer semantics to git. + ### API additions |