Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: separate out xdl_merge() interface.
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 55e6b531ce3e5838f988ca1896484333e795f192..8a026184287479272ececf5cf3d5000c52007553 100644
(file)
--- 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 */
@@
-78,6
+79,7
@@
struct rev_info {
const char *add_signoff;
const char *extra_headers;
const char *log_reencode;
+ const char *subject_prefix;
int no_inline;
/* Filter by commit log message */