Skip to content

Commit

Permalink
Merge pull request #201 from TooTallNate/patch-1
Browse files Browse the repository at this point in the history
git-changelog: don't output a trailing space after the date
  • Loading branch information
tj committed Nov 19, 2013
2 parents a55cc84 + 519f678 commit 9760f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9760f52

Please sign in to comment.