Files
git/builtin
René Scharfe ba8ea7496f grep: add option to show whole function as context
Add a new option, -W, to show the whole surrounding function of a match.

It uses the same regular expressions as -p and diff to find the beginning
of sections.

Currently it will not display comments in front of a function, but those
that are following one.  Despite this shortcoming it is already useful,
e.g. to simply see a more complete applicable context or to extract whole
functions.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-08-01 16:09:15 -07:00
..
2011-06-29 16:41:55 -07:00
2011-06-20 14:27:36 -07:00
2011-06-20 14:27:36 -07:00
2011-07-19 09:54:51 -07:00
2011-07-19 09:54:51 -07:00
2011-07-22 14:45:19 -07:00