Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge with http://members.cox.net/junkio/git-jc.git
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index d61d084c89c72f4fe79c654db721df31c4f04224..ce0b436711161d667eb9c067d343b82bad20f21d 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-20,6
+20,8
@@
extern const char *commit_type;
struct commit *lookup_commit(unsigned char *sha1);
+int parse_commit_buffer(struct commit *item, void *buffer, unsigned long size);
+
int parse_commit(struct commit *item);
void commit_list_insert(struct commit *item, struct commit_list **list_p);