diff options
author | antirez <antirez@gmail.com> | 2014-09-19 18:20:47 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-09-19 18:20:47 +0200 |
commit | eba1e652f4824d94ec548913100f1649c3f9d73e (patch) | |
tree | cb84b6d2b1c3d3aea3269ad8901d5703c61b699f /utils | |
parent | 07bd52113eb159c4dcd27081f23ebb341474c00b (diff) | |
download | redis-eba1e652f4824d94ec548913100f1649c3f9d73e.tar.gz |
03_release_hash.sh: fix commit stage.
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/releasetools/03_release_hash.sh | 2 |
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) |