summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-04-15 11:59:13 +0200
committerantirez <antirez@gmail.com>2010-04-15 11:59:13 +0200
commit5413c40da79d06b53b276b5358e04706a2738e9b (patch)
treee5ea4ada15f95e133c43dbd8b618b956c484e7a6 /Makefile
parente6cca5dba6ad046625c195c9c4f39c7ce06ad080 (diff)
downloadredis-5413c40da79d06b53b276b5358e04706a2738e9b.tar.gz
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ""