mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #201 from TooTallNate/patch-1
git-changelog: don't output a trailing space after the date
This commit is contained in:
commit
9760f523ce
|
|
@ -21,7 +21,7 @@ while [ "$1" != "" ]; do
|
|||
done
|
||||
|
||||
DATE=`date +'%Y-%m-%d'`
|
||||
HEAD="\n$TAG / $DATE \n==================\n\n"
|
||||
HEAD="\n$TAG / $DATE\n==================\n\n"
|
||||
|
||||
if $LIST; then
|
||||
version=$(git describe --tags --abbrev=0 $(git rev-list --tags --max-count=1))
|
||||
|
|
|
|||
Loading…
Reference in a new issue