]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
commit.c: migrate the commit buffer to the parsed object store
[thirdparty/git.git] / commit.h
index e9cb5aaaae9dbef88552fe92dca5c1e671b912bc..bea5e015b28a1ee885eec674d2060025e9aa66f7 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -89,6 +89,10 @@ static inline int parse_commit(struct commit *item)
 }
 void parse_commit_or_die(struct commit *item);
 
+struct buffer_slab;
+struct buffer_slab *allocate_commit_buffer_slab(void);
+void free_commit_buffer_slab(struct buffer_slab *bs);
+
 /*
  * Associate an object buffer with the commit. The ownership of the
  * memory is handed over to the commit, and must be free()-able.