summaryrefslogtreecommitdiff
path: root/utils/releasetools
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-07-10 08:25:26 +0300
committerGitHub <noreply@github.com>2020-07-10 08:25:26 +0300
commit9bbf768d3ceaa882c7dcc0033fc3cb4be0973248 (patch)
treef60600cdd53fdbddcd9a99a4755fd6c87f9280a1 /utils/releasetools
parent1978f996d8b13db112d5d2fdf4a4ce2baf636729 (diff)
downloadredis-9bbf768d3ceaa882c7dcc0033fc3cb4be0973248.tar.gz
change references to the github repo location (#7479)
Diffstat (limited to 'utils/releasetools')
-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 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