Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/no-gitweb-test-without-cgi-etc'
[gitweb.git]
/
grep.h
diff --git
a/grep.h
b/grep.h
index cd055cdfa8cac903382d592f1ec7e2a22bf7f897..c5682973eaf696099b0d0367e21df6c0a4624836 100644
(file)
--- a/
grep.h
+++ b/
grep.h
@@
-110,6
+110,8
@@
struct grep_opt {
unsigned post_context;
unsigned last_shown;
int show_hunk_mark;
+ int file_break;
+ int heading;
void *priv;
void (*output)(struct grep_opt *opt, const void *data, size_t size);