Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b80e4670
Commit
b80e4670
authored
Jul 14, 2017
by
antirez
Browse files
changelog.tcl: output 100 lines.
parent
bd1782fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/releasetools/changelog.tcl
View file @
b80e4670
...
...
@@ -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~
3
0..$branch
"--format=format:%an in commit %h:%n %s"
--shortstat
]
append template
[
exec git log $branch~
10
0..$branch
"--format=format:%an in commit %h:%n %s"
--shortstat
]
#Older, more verbose version.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment