summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-03-30 12:13:43 +0200
committerantirez <antirez@gmail.com>2009-03-30 12:13:43 +0200
commit378fd42197242327111995481c92c0890ac4e715 (patch)
treeca082ddce837bfcb24fccf769861dd346e41c4a5 /Makefile
parent8de4907a86e25ac8a50be57f5c2a80f872017e77 (diff)
downloadredis-378fd42197242327111995481c92c0890ac4e715.tar.gz
changelog added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58afaa237..cb09c911f 100644
--- a/Makefile
+++ b/Makefile
@@ -56,3 +56,6 @@ test:
bench:
./redis-benchmark
+
+log:
+ git log '--pretty=format:%ad %s' --date=short > Changelog