Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Move write_shallow_commits to fetch-pack.c
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 93f338d6a747a0181240304ef0dea4ddddd50c05..3d64adad18e2c889b7a7b7367f99c239f958dc70 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-91,9
+91,11
@@
struct rev_info {
show_notes_given:1,
pretty_given:1,
abbrev_commit:1,
+ abbrev_commit_given:1,
use_terminator:1,
missing_newline:1,
- date_mode_explicit:1;
+ date_mode_explicit:1,
+ preserve_subject:1;
unsigned int disable_stdin:1;
enum date_mode date_mode;