Files
git/builtin
Johannes Schindelin 2e07d86f48 grep -O: allow optional argument specifying the pager (or editor)
Suppose you want to edit all files that contain a specific search term.
Of course, you can do something totally trivial such as

	git grep -z -e <term> | xargs -0r vi +/<term>

but maybe you are happy that the same will be achieved by

	git grep -Ovi <term>

now.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2010-06-12 13:09:32 +02:00
..
2010-06-03 15:18:08 -07:00
2010-06-07 22:15:36 -07:00
2010-06-07 22:15:45 -07:00
2010-06-07 22:15:31 -07:00
2010-05-08 22:36:14 -07:00
2010-06-05 09:14:31 -07:00
2010-04-09 22:43:18 -07:00
2010-05-08 22:34:47 -07:00
2010-05-21 04:02:20 -07:00