diff options
| author | Damien George | 2015-08-11 13:50:40 +0100 |
|---|---|---|
| committer | Damien George | 2015-08-11 13:50:40 +0100 |
| commit | b7d59060e2982cdb606ebc1ffaf08cb9f5b6a0c7 (patch) | |
| tree | 82bc9547e26ae62faf29a62885a106dd79eabab8 /tools | |
| parent | 032b0e9369558d6c33289f284180ac16edc2cf10 (diff) | |
tools: Make gen-changelog.sh print more lines from the tag annotation.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/gen-changelog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-changelog.sh b/tools/gen-changelog.sh index dc25816b2..f3ae22d7a 100755 --- a/tools/gen-changelog.sh +++ b/tools/gen-changelog.sh @@ -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 |
