Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: make "--contains <id>" less chatty if <id> is invalid
[gitweb.git]
/
ref-filter.h
diff --git
a/ref-filter.h
b/ref-filter.h
index 0d98342b343196387c0f4e2dcd5978a9361d8edb..62f37760fc33e30befb76deb262323e8e474ec8d 100644
(file)
--- a/
ref-filter.h
+++ b/
ref-filter.h
@@
-55,6
+55,9
@@
struct ref_filter {
struct commit_list *with_commit;
struct commit_list *no_commit;
+ struct string_list with_commit_strs;
+ struct string_list no_commit_strs;
+
enum {
REF_FILTER_MERGED_NONE = 0,
REF_FILTER_MERGED_INCLUDE,