Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
autoconf: Check if <paths.h> exists and set HAVE_PATHS_H
[gitweb.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index 24128d7a2a0007d5aee2543624f0297d77860ea6..3cf51665816abb5e5855c036f102019eded23bd6 100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-70,6
+70,7
@@
struct pretty_print_context
const char *after_subject;
enum date_mode date_mode;
int need_8bit_cte;
+ int show_notes;
struct reflog_walk_info *reflog_info;
};