Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git p4 test: avoid loop in client_view
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index b6ad8f3f307a46cd5a0555ab346abaa20013b13a..c16c8a75349f2ef4dba1f3c05528d04750a925da 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-89,6
+89,8
@@
struct pretty_print_context {
char *notes_message;
struct reflog_walk_info *reflog_info;
const char *output_encoding;
+ struct string_list *mailmap;
+ int color;
};
struct userformat_want {