diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-03 22:56:02 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-08 13:11:49 +0100 |
commit | 47cb42da5ad2e0af7946faf053c7ea4fd92ec6da (patch) | |
tree | de7df1005f9d9e1082ddd07182e88ea024700762 /CHANGELOG.md | |
parent | 785d8c48ea8725691da3c50e7dae8751523d4c30 (diff) | |
download | libgit2-cmn/commit-to-memory.tar.gz |
commit: split creating the commit and writing it outcmn/commit-to-memory
Sometimes you want to create a commit but not write it out to the
objectdb immediately. For these cases, provide a new function to
retrieve the buffer instead of having to go through the db.
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 43476b99a..21f972d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ v0.24 + 1 ### API additions +* `git_commit_create_buffer()` creates a commit and writes it into a + user-provided buffer instead of writing it into the object db. + ### API removals ### Breaking API changes |