On Fri, Mar 26, 2010 at 11:46 PM, Jeff King <peff@xxxxxxxx> wrote: > On Fri, Mar 26, 2010 at 11:48:41AM +0100, Johannes Schindelin wrote: > >> This supports opening the results of a 'git grep' directly in a pager >> (where the pager can be 'vi', too). > > This is not an argument against your patch, but you may be interested in > an alternate method: > > git grep -n $pattern >grep.out > vim -q grep.out Or, in bash: vim -q <(git grep -n $pattern) though, of course you don't get the exit code from git. jon. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html