Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag.c: implement '--merged' and '--no-merged' options
[gitweb.git]
/
ref-filter.h
diff --git
a/ref-filter.h
b/ref-filter.h
index ef25b6ef87b437a1dadfea3a9c52e33523e73da2..a5cfa5e677dbdf17156c6287f57fa5694b9d5120 100644
(file)
--- a/
ref-filter.h
+++ b/
ref-filter.h
@@
-59,7
+59,8
@@
struct ref_filter {
} merge;
struct commit *merge_commit;
- unsigned int with_commit_tag_algo : 1;
+ unsigned int with_commit_tag_algo : 1,
+ match_as_path : 1;
unsigned int kind,
lines;
};