From 9bbf768d3ceaa882c7dcc0033fc3cb4be0973248 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Fri, 10 Jul 2020 08:25:26 +0300 Subject: change references to the github repo location (#7479) --- utils/releasetools/changelog.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/releasetools') diff --git a/utils/releasetools/changelog.tcl b/utils/releasetools/changelog.tcl index 06e38ba99..2288794bb 100755 --- a/utils/releasetools/changelog.tcl +++ b/utils/releasetools/changelog.tcl @@ -30,6 +30,6 @@ append template [exec git log $branch~$count..$branch "--format=format:%an in co #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] +#append template [exec git log $branch~30..$branch "--format=format:+-------------------------------------------------------------------------------%n| %s%n| By %an, %ai%n+--------------------------------------------------------------------------------%nhttps://github.com/redis/redis/commit/%H%n%n%b" --stat] puts $template -- cgit v1.2.1