Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: add support for %(contents:lines=X)
[gitweb.git]
/
ref-filter.h
diff --git
a/ref-filter.h
b/ref-filter.h
index 0913ba99d6a3420bd42293180f26659b9b8393d2..ab76b22de6c32eca6e07abfe6aa70cf6f8c39ab8 100644
(file)
--- a/
ref-filter.h
+++ b/
ref-filter.h
@@
-59,7
+59,8
@@
struct ref_filter {
struct commit *merge_commit;
unsigned int with_commit_tag_algo : 1;
- unsigned int kind;
+ unsigned int kind,
+ lines;
};
struct ref_filter_cbdata {