diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:37 -0700 |
commit | b805ef08e691299478b0d0c843eeab3f066c5872 (patch) | |
tree | 0bd1e11f4f7239bbb54c8b771edbafde80b8ecf6 /revision.h | |
parent | cb2c7daf52906764d3c8f96cf358bdc7a2c7995a (diff) | |
parent | 9d13dec5499ec31a93dd22db9b0c971133a10613 (diff) | |
download | git-b805ef08e691299478b0d0c843eeab3f066c5872.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h index fc23522b38..2fdb2dd0ff 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; |