aboutsummaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-09 03:40:38 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-11 20:02:03 -0700
commitd7a17cad9798693dc31043aa4efcce0b207483b9 (patch)
tree6e05ed931a1a9a6aeffab4dad24f74195b2ce171 /revision.h
parent5d23e133d23bc9e26d6f23a4d136901e18e6ffba (diff)
downloadgit-d7a17cad9798693dc31043aa4efcce0b207483b9.tar.gz
git-d7a17cad9798693dc31043aa4efcce0b207483b9.tar.xz
git-log --cherry-pick A...B
This is meant to be a saner replacement for "git-cherry". When used with "A...B", this filters out commits whose patch text has the same patch-id as a commit on the other side. It would probably most useful to use with --left-right. Signed-off-by: Junio C Hamano <junkio@cox.net>
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 5f3f628a9..8a0261842 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 */