Changelog format modified to be less verbose.
This commit is contained in:
parent
f8a3861465
commit
2c80701c7d
@ -21,6 +21,10 @@ append template "\n\n"
|
|||||||
set date [clock format [clock seconds]]
|
set date [clock format [clock seconds]]
|
||||||
set template [string map [list %ver% $ver %date% $date] $template]
|
set template [string map [list %ver% $ver %date% $date] $template]
|
||||||
|
|
||||||
append template [exec git log $branch~30..$branch "--format=format:+-------------------------------------------------------------------------------%n| %s%n| By %an, %ai%n+--------------------------------------------------------------------------------%nhttps://github.com/antirez/redis/commit/%H%n%n%b" --stat]
|
append template [exec git log $branch~30..$branch "--format=format:%an in commit %h:%n %s" --shortstat]
|
||||||
|
|
||||||
|
#Older, more verbose version.
|
||||||
|
#
|
||||||
|
#append template [exec git log $branch~30..$branch "--format=format:+-------------------------------------------------------------------------------%n| %s%n| By %an, %ai%n+--------------------------------------------------------------------------------%nhttps://github.com/antirez/redis/commit/%H%n%n%b" --stat]
|
||||||
|
|
||||||
puts $template
|
puts $template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user