diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:31 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:31 -0800 |
| commit | c9f94ab4fa42c3fce6c8fa04bb850f73e7f1cd54 (patch) | |
| tree | 38b2201c5638f8cad26a0b09239b2dc2eebaf40b /grep.h | |
| parent | 9d5b1c06ac1e46e985b5d62bccb78d9fb6de374a (diff) | |
| parent | 15c9649730df7f2bccc38553b7e812505de5c110 (diff) | |
| download | git-c9f94ab4fa42c3fce6c8fa04bb850f73e7f1cd54.tar.gz | |
Merge branch 'ab/lose-grep-debug'
Lose the debugging aid that may have been useful in the past, but
no longer is, in the "grep" codepaths.
* ab/lose-grep-debug:
grep/log: remove hidden --debug and --grep-debug options
Diffstat (limited to 'grep.h')
| -rw-r--r-- | grep.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ struct grep_opt { int word_regexp; int fixed; int all_match; - int debug; #define GREP_BINARY_DEFAULT 0 #define GREP_BINARY_NOMATCH 1 #define GREP_BINARY_TEXT 2 |
