tools: Make gen-changelog.sh print more lines from the tag annotation.

modjni
Damien George 2015-08-11 13:50:40 +01:00
parent 032b0e9369
commit b7d59060e2
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ for t in $(git tag | grep -v v1.0-rc1 | sort -rV); do
echo ''
git show -s --format=%cD `git rev-list $t --max-count=1`
echo ''
git tag -l $t -n99
git tag -l $t -n9999
done