Teach revision machinery about --reverse
The option --reverse reverses the order of the commits. [jc: with comments on rev_info.reverse from Simon 'corecode' Schubert.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
eaf6459e4d
commit
9c5e66e97d
@ -42,7 +42,8 @@ struct rev_info {
|
||||
unpacked:1, /* see also ignore_packed below */
|
||||
boundary:1,
|
||||
left_right:1,
|
||||
parents:1;
|
||||
parents:1,
|
||||
reverse:2;
|
||||
|
||||
/* Diff flags */
|
||||
unsigned int diff:1,
|
||||
|
||||
Reference in New Issue
Block a user