From 5413c40da79d06b53b276b5358e04706a2738e9b Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 15 Apr 2010 11:59:13 +0200 Subject: Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18edae98a..995bd8bc7 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ bench: ./redis-benchmark log: - git log '--pretty=format:%ad %s' --date=short > Changelog + git log '--pretty=format:%ad %s (%cn)' --date=short > Changelog 32bit: @echo "" -- cgit v1.2.1