Use two-space indents for log entry output, so it again is debian changelog compatible (as before commit 1235e4a5)

This commit is contained in:
Maarten Winter 2014-04-29 10:51:30 +02:00
parent e91da7c2b4
commit 0687de734c

View file

@ -30,9 +30,9 @@ HEAD="\n$TAG / $DATE\n==================\n\n"
if $LIST; then
version=$(git describe --tags --abbrev=0 $(git rev-list --tags --max-count=1))
if test -z "$version"; then
git log $GIT_LOG_OPTS --pretty="format: * %s"
git log $GIT_LOG_OPTS --pretty="format: * %s"
else
git log $GIT_LOG_OPTS --pretty="format: * %s" $version..
git log $GIT_LOG_OPTS --pretty="format: * %s" $version..
fi
exit
fi