summaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-19 03:18:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-19 03:18:37 (GMT)
commitb805ef08e691299478b0d0c843eeab3f066c5872 (patch)
tree0bd1e11f4f7239bbb54c8b771edbafde80b8ecf6 /revision.h
parentcb2c7daf52906764d3c8f96cf358bdc7a2c7995a (diff)
parent9d13dec5499ec31a93dd22db9b0c971133a10613 (diff)
downloadgit-b805ef08e691299478b0d0c843eeab3f066c5872.zip
git-b805ef08e691299478b0d0c843eeab3f066c5872.tar.gz
git-b805ef08e691299478b0d0c843eeab3f066c5872.tar.bz2
Merge branch 'tr/rev-list-reverse'
* tr/rev-list-reverse: t6013: replace use of 'tac' with equivalent Perl rev-list: fix --reverse interaction with --parents
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h
index fc23522..2fdb2dd 100644
--- a/revision.h
+++ b/revision.h
@@ -54,6 +54,7 @@ struct rev_info {
rewrite_parents:1,
print_parents:1,
reverse:1,
+ reverse_output_stage:1,
cherry_pick:1,
first_parent_only:1;