Y
Hacker News
new
|
ask
|
show
|
jobs
by
meaty
4946 days ago
It uses its own. See
https://github.com/git/git/blob/master/builtin/grep.c
1 comments
unwind
4946 days ago
That seems to be the "command infrastructure" for the grep builtin. The actual grep engine is in
https://github.com/git/git/blob/master/grep.c
.
link