Avoid duplicating asterisk.

Closes https://github.com/tj/git-extras/pull/218
This commit is contained in:
hemanth.hm 2015-01-18 22:10:39 +05:30
parent a695f36f0b
commit e738f760ae

View file

@ -36,7 +36,7 @@ if $LIST; then
git log $GIT_LOG_OPTS --pretty="format: * %s"
else
git log $GIT_LOG_OPTS --pretty="format: * %s" $version..
fi
fi | sed 's/^ \* \*/ */g'
exit
fi