Files
git/builtin
Johannes Schindelin 5920852953 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-04-28 16:25:03 +02:00
..
2010-03-13 21:31:42 -08:00
2010-03-28 17:42:58 -07:00
2010-04-09 22:43:18 -07:00
2010-04-18 22:19:52 -07:00
2010-03-21 16:23:44 -07:00
2010-03-21 16:23:44 -07:00
2010-03-10 15:32:34 -08:00
2010-03-28 21:52:28 -07:00
2010-04-09 22:43:18 -07:00
2010-03-31 15:14:27 -07:00
2010-03-15 00:58:24 -07:00
2010-03-10 15:25:18 -08:00