"Jacob Helwig" <jacob.helwig@xxxxxxxxx> writes: > Inserting a literal carriage return seems to do the trick for me, in bash. > > git grep --cached -I -l -e <Ctrl-V><Ctrl-M> In bash, $'\r' works too, and may be nicer to edit. Better not use that with #! /bin/sh though. -- 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