Y
Hacker News
new
|
ask
|
show
|
jobs
by
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
.