Commit 34349be
committed
Merge branch 'jc/grep-lookahead'
* jc/grep-lookahead:
grep --no-index: allow use of "git grep" outside a git repository
grep: prepare to run outside of a work tree
grep: rip out pessimization to use fixmatch()
grep: rip out support for external grep
grep: optimize built-in grep by skipping lines that do not hit
Conflicts:
builtin-grep.c
t/t7002-grep.shFile tree
7 files changed
+166
-370
lines changed- Documentation
- t
7 files changed
+166
-370
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | 667 | | |
676 | 668 | | |
677 | 669 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | 190 | | |
195 | 191 | | |
196 | 192 | | |
| |||
795 | 791 | | |
796 | 792 | | |
797 | 793 | | |
798 | | - | |
799 | 794 | | |
800 | 795 | | |
801 | 796 | | |
| |||
914 | 909 | | |
915 | 910 | | |
916 | 911 | | |
917 | | - | |
918 | 912 | | |
919 | 913 | | |
920 | 914 | | |
| |||
934 | 928 | | |
935 | 929 | | |
936 | 930 | | |
937 | | - | |
938 | 931 | | |
939 | 932 | | |
940 | 933 | | |
| |||
1349 | 1342 | | |
1350 | 1343 | | |
1351 | 1344 | | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
1355 | 1345 | | |
1356 | 1346 | | |
1357 | 1347 | | |
| |||
0 commit comments