My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
54e564e
0a09e5e
)
Merge branch 'rs/grep-no-recursive'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 19 Oct 2018 04:34:05 +0000
(13:34 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 19 Oct 2018 04:34:06 +0000
(13:34 +0900)
Unlike "grep", "git grep" by default recurses to the whole tree.
The command learned "git grep --recursive" option, so that "git
grep --no-recursive" can serve as a synonym to setting the
max-depth to 0.
* rs/grep-no-recursive:
grep: add -r/--[no-]recursive
1
2
builtin/grep.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
builtin/grep.c
Simple merge