mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 18:06:24 -04:00
Use two-space indents for log entry output, so it again is debian changelog compatible (as before commit 1235e4a5)
This commit is contained in:
parent
e91da7c2b4
commit
0687de734c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue