changelog.tcl: output 100 lines.

This commit is contained in:
antirez 2017-07-14 13:04:37 +02:00
parent f971e4c876
commit 5885d4e98b

View File

@ -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.
#