Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: convert commit->buffer to a slab
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 5ce5ce72c3fcbc3ca6578b8365d163642f971f07..e1c25692f10ecc520c40f73f4b4eb5180e366d1e 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-20,7
+20,6
@@
struct commit {
unsigned long date;
struct commit_list *parents;
struct tree *tree;
- char *buffer;
};
extern int save_commit_buffer;