author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 5 Jun 2011 15:24:25 +0000 (17:24 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 6 Jun 2011 01:15:26 +0000 (18:15 -0700) | ||
commit | a8f0e7649eba3ce78e1f09fc4dcbb2c3fcc3d866 | |
tree | 5076f16de30d3761802d5dfa241054662fb5b8c7 | tree | snapshot |
parent | 08303c3636ef750bfafd1c47f363120cb439b367 | commit | diff |
grep: add --break
With --break, an empty line is printed between matches from different
files, increasing readability. This option is taken from ack
(http://betterthangrep.com/).
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With --break, an empty line is printed between matches from different
files, increasing readability. This option is taken from ack
(http://betterthangrep.com/).
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-grep.txt | diff | blob | history | |
builtin/grep.c | diff | blob | history | |
grep.c | diff | blob | history | |
grep.h | diff | blob | history | |
t/t7810-grep.sh | diff | blob | history |