summaryrefslogtreecommitdiff
path: root/builtin-add.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-09-27 17:50:52 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-09-27 23:59:09 -0700
commit0ab7befa31d07fe3ffb51a6cc626d4c09ded1c92 (patch)
treee72f754dde2eb05fa8da2c1acfbcf5b03cbdc5e9 /builtin-add.c
parentMerge branch 'jl/virtual' (diff)
downloadtgif-0ab7befa31d07fe3ffb51a6cc626d4c09ded1c92.tar.xz
grep --all-match
This lets you say: git grep --all-match -e A -e B -e C to find lines that match A or B or C but limit the matches from the files that have all of A, B and C. This is different from git grep -e A --and -e B --and -e C in that the latter looks for a single line that has all of these at the same time. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-add.c')
0 files changed, 0 insertions, 0 deletions