Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-am --whitespace: do not lose the command line option
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 51a48630e8e6c2768042846e7b2f07341b806da0..7cf848771b5be811f7741ce988b860760202f6f3 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-43,6
+43,7
@@
struct rev_info {
lifo:1,
topo_order:1,
simplify_merges:1,
+ simplify_by_decoration:1,
tag_objects:1,
tree_objects:1,
blob_objects:1,
@@
-54,6
+55,7
@@
struct rev_info {
rewrite_parents:1,
print_parents:1,
show_source:1,
+ show_decorations:1,
reverse:1,
reverse_output_stage:1,
cherry_pick:1,