Skip to content

Commit

Permalink
win32: avoid new git feature
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Nov 23, 2016
1 parent 262ddc8 commit a5be83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/win32/create-installer.sh
Expand Up @@ -60,7 +60,7 @@ NOTES="$ETC/ReleaseNotes.txt" &&

printf "git-cola: v$VERSION\nBottled-on: $(date)\n\n\n" >"$NOTES" &&

tag=$(git tag --sort=version:refname | tail -2 | head -1) &&
tag=$(git tag | tail -2 | head -1) &&
echo "--------------------------------------------------------" >>"$NOTES" &&
echo " Changes since $tag" >>"$NOTES" &&
echo "--------------------------------------------------------" >>"$NOTES" &&
Expand Down

0 comments on commit a5be83d

Please sign in to comment.