6 Commits (5d1e34158a3023af48541bf1731d202849929a12)

Author SHA1 Message Date
René Scharfe 431d6e7bc8 grep: enable threading for context line printing 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Junio C Hamano 5f02d31597 Fix use of mutex in threaded grep 15 years ago
Junio C Hamano 59332d13b2 Resurrect "git grep --no-index" 15 years ago
Jeff King 1123c67cee accept "git grep -- pattern" 15 years ago
Junio C Hamano 3c8f6c8c4f Revert 30816237 and 7e62265 15 years ago
Dan McGee bfac23d953 grep: Fix two memory leaks 15 years ago
Junio C Hamano 4ff61c21de grep --quiet: finishing touches 15 years ago
Fredrik Kuivinen 5b594f457a Threaded grep 15 years ago
Junio C Hamano 80235ba79e "log --author=me --grep=it" should find intersection, not union 15 years ago
Junio C Hamano c8610a2e7e grep: expose "status-only" feature via -q 15 years ago
Jim Meyering 34f3999206 grep: NUL terminate input from a file 15 years ago
Junio C Hamano 308162372d grep --no-index: allow use of "git grep" outside a git repository 15 years ago
Junio C Hamano 7e622650d7 grep: prepare to run outside of a work tree 15 years ago
Junio C Hamano bbc09c22b9 grep: rip out support for external grep 15 years ago
Junio C Hamano fbb9971aca grep: -L should show empty files 15 years ago
Nguyễn Thái Ngọc Duy 8740773ee5 t7002: test for not using external grep on skip-worktree paths 15 years ago
Nguyễn Thái Ngọc Duy a67e281162 grep: do not do external grep on skip-worktree entries 15 years ago
René Scharfe b482759983 grep: unset GREP_OPTIONS before spawning external grep 15 years ago
Brian Collins 5183bf6727 grep: Allow case insensitive search of fixed-strings 15 years ago
Jonathan Nieder 9c855c3178 Show usage string for 'git grep -h' 15 years ago
Matt Kraai cfe370c647 grep: do not segfault when -f is used 15 years ago
Clemens Buchacher 493b7a08d8 grep: accept relative paths outside current working directory 16 years ago
Clemens Buchacher 929e37d3df grep: fix exit status if external_grep() punts 16 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago
Michał Kiedrowicz a91f453f64 grep: Add --max-depth option. 16 years ago
René Scharfe ed24e401e0 grep: simplify -p output 16 years ago
René Scharfe 60ecac98ed grep -p: support user defined regular expressions 16 years ago
René Scharfe 2944e4e614 grep: add option -p/--show-function 16 years ago
René Scharfe 046802d015 grep: print context hunk marks between files 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
René Scharfe ff3c7f9a26 grep: make callback functions static 16 years ago
René Scharfe 3e230fa1b2 grep: use parseopt 16 years ago
René Scharfe 1b5fb44ad1 grep: remove global variable builtin_grep 16 years ago
Markus Heidelberg fe3420b616 grep: don't support "grep.color"-like config options 16 years ago
Nguyễn Thái Ngọc Duy 6e89ec0f1e grep: prefer builtin over external one when coloring results 16 years ago
René Scharfe a94982ef39 grep: add support for coloring with external greps 16 years ago
René Scharfe 7e8f59d577 grep: color patterns in output 16 years ago
Junio C Hamano bc395643b6 grep: pass -I (ignore binary) down to external grep 16 years ago
Nguyễn Thái Ngọc Duy 57d43466fb grep: grep cache entries if they are "assume unchanged" 16 years ago
Nguyễn Thái Ngọc Duy e70b9a8bd2 grep: support --no-ext-grep to test builtin grep 16 years ago
Raphael Zimmerer 83caecca2f git grep: Add "-z/--null" option as in GNU's grep. 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Nguyễn Thái Ngọc Duy 6577f542b3 grep: fix worktree setup 17 years ago
Jonathan Nieder 2d9c572578 fix usage string for git grep 17 years ago
Dmitry Potapov 620e2bb937 Fix buffer overflow in git-grep 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Jeff King 5f7c643afe add NO_EXTERNAL_GREP build option 17 years ago