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 0f469e507db7b8517e4f37107d855b7877176085..c16c8a75349f2ef4dba1f3c05528d04750a925da 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-89,6
+89,7
@@
struct pretty_print_context {
char *notes_message;
struct reflog_walk_info *reflog_info;
const char *output_encoding;
+ struct string_list *mailmap;
int color;
};