summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-07-14 13:04:37 +0200
committerantirez <antirez@gmail.com>2017-07-14 13:04:37 +0200
commitb80e467023aa6c882639426b9a2ac691fbc220be (patch)
tree34dc72cc2542e9d4ff1615065ea9b8ef3b4ab5fe
parentbd1782fa0af2a2af081254a267d5fc8c2d0f472e (diff)
downloadredis-b80e467023aa6c882639426b9a2ac691fbc220be.tar.gz
changelog.tcl: output 100 lines.
-rwxr-xr-xutils/releasetools/changelog.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/releasetools/changelog.tcl b/utils/releasetools/changelog.tcl
index 4b5424ce2..9b3a2cddc 100755
--- a/utils/releasetools/changelog.tcl
+++ b/utils/releasetools/changelog.tcl
@@ -21,7 +21,7 @@ append template "\n\n"
set date [clock format [clock seconds]]
set template [string map [list %ver% $ver %date% $date] $template]
-append template [exec git log $branch~30..$branch "--format=format:%an in commit %h:%n %s" --shortstat]
+append template [exec git log $branch~100..$branch "--format=format:%an in commit %h:%n %s" --shortstat]
#Older, more verbose version.
#