On Mon, Oct 12, 2009 at 11:06:05PM +0200, Thomas Rast wrote: > list_stash () { > have_stash || return 0 > - git log --no-color --pretty=oneline -g "$@" $ref_stash -- | > - sed -n -e 's/^[.0-9a-f]* refs\///p' > + git log --format="%g: %G" -g "$@" $ref_stash You dropped the trailing "--" which is needed for disambiguation. -Peff -- 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