From 8868c1fe29d66305c9d6942b9af6163d6051ba94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 15 Jun 2013 17:56:36 +0200 Subject: [PATCH] ./all grep: display line of match by default. --- misc/tools/all/git.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/git.subr b/misc/tools/all/git.subr index aad4a3ad..f7923285 100644 --- a/misc/tools/all/git.subr +++ b/misc/tools/all/git.subr @@ -964,7 +964,7 @@ case "$cmd" in grep) for d in $repos; do if verbose cd "$d0/$d"; then - git grep -I "$@" || true + git grep -In "$@" || true cd "$d0" fi done -- 2.39.2