summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-09-19 18:20:47 +0200
committerantirez <antirez@gmail.com>2014-09-19 18:20:47 +0200
commiteba1e652f4824d94ec548913100f1649c3f9d73e (patch)
treecb84b6d2b1c3d3aea3269ad8901d5703c61b699f /utils
parent07bd52113eb159c4dcd27081f23ebb341474c00b (diff)
downloadredis-eba1e652f4824d94ec548913100f1649c3f9d73e.tar.gz
03_release_hash.sh: fix commit stage.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/releasetools/03_release_hash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/releasetools/03_release_hash.sh b/utils/releasetools/03_release_hash.sh
index ef38aee75..c2b6c90d6 100755
--- a/utils/releasetools/03_release_hash.sh
+++ b/utils/releasetools/03_release_hash.sh
@@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README
cat ~/hack/redis-hashes/README
echo "Press any key to commit, Ctrl-C to abort)."
read yes
-(cd ~/hack/redis-hashes; git commit -m '${1} hash.'; git push)
+(cd ~/hack/redis-hashes; git commit -a -m '${1} hash.'; git push)