diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-12 21:04:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-12 21:04:27 -0700 |
commit | d016a896d4a58a53dbb98cd85ebd033771413079 (patch) | |
tree | 0ac950f5bd9529ef1628246bfb14ae72bdfcb242 /revision.h | |
parent | Merge branch 'maint' (diff) | |
parent | Documentation: --cherry-pick (diff) | |
download | tgif-d016a896d4a58a53dbb98cd85ebd033771413079.tar.xz |
Merge branch 'jc/cherry'
* jc/cherry:
Documentation: --cherry-pick
git-log --cherry-pick A...B
Refactor patch-id filtering out of git-cherry and git-format-patch.
Add %m to '--pretty=format:'
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 5f3f628a9b..8a02618428 100644 --- a/revision.h +++ b/revision.h @@ -47,6 +47,7 @@ struct rev_info { left_right:1, parents:1, reverse:1, + cherry_pick:1, first_parent_only:1; /* Diff flags */ |