mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Avoid duplicating asterisk.
Closes https://github.com/tj/git-extras/pull/218
This commit is contained in:
parent
a695f36f0b
commit
e738f760ae
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue