commit | a8f0e7649eba3ce78e1f09fc4dcbb2c3fcc3d866 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Sun Jun 05 17:24:25 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 05 18:15:26 2011 -0700 |
tree | 5076f16de30d3761802d5dfa241054662fb5b8c7 | |
parent | 08303c3636ef750bfafd1c47f363120cb439b367 [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>