diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-13 19:20:06 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-13 19:20:06 -0800 |
commit | c230390b4773b9e4469085283033da9e910e50a6 (patch) | |
tree | 97ccde4c5907c1d3a4435ea6b382523f415d8cbb /revision.h | |
parent | Merge branch 'jc/diff-apply-patch' (diff) | |
parent | Teach revision machinery about --reverse (diff) | |
download | tgif-c230390b4773b9e4469085283033da9e910e50a6.tar.xz |
Merge branch 'js/reverse'
* js/reverse:
Teach revision machinery about --reverse
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/revision.h b/revision.h index d93481f68f..5fec1846f3 100644 --- a/revision.h +++ b/revision.h @@ -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, |