Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-export: fix comparison in tests
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 7b43e45017f9041cab074666a5813a5e666ae714..b6ad8f3f307a46cd5a0555ab346abaa20013b13a 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-220,4
+220,8
@@
struct commit *get_merge_parent(const char *name);
extern int parse_signed_commit(const unsigned char *sha1,
struct strbuf *message, struct strbuf *signature);
+extern void print_commit_list(struct commit_list *list,
+ const char *format_cur,
+ const char *format_last);
+
#endif /* COMMIT_H */