Code

grep: long context options
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Mon, 1 Aug 2011 17:22:52 +0000 (19:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2011 23:11:50 +0000 (16:11 -0700)
commit317f63c21c8eac46813eacf487485445f2f79a6d
tree2a96218e0b83f25efaea60685dc89dca0e4687b5
parentba8ea7496f2b95c49fccb72ed6b332afbd865e7b
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>
Documentation/git-grep.txt
builtin/grep.c