author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Mon, 1 Aug 2011 17:22:52 +0000 (19:22 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 1 Aug 2011 23:11:50 +0000 (16:11 -0700) | ||
commit | 317f63c21c8eac46813eacf487485445f2f79a6d | |
tree | 2a96218e0b83f25efaea60685dc89dca0e4687b5 | tree | snapshot |
parent | ba8ea7496f2b95c49fccb72ed6b332afbd865e7b | commit | diff |
grep: long context options
Take long option names for -A (--after-context), -B (--before-context)
and -C (--context) from GNU grep and add a similar long option name
for -W (--function-context).
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Take long option names for -A (--after-context), -B (--before-context)
and -C (--context) from GNU grep and add a similar long option name
for -W (--function-context).
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 |