Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d61e820f
Commit
d61e820f
authored
Sep 19, 2014
by
antirez
Browse files
Fix 03_release_hash.sh commit message.
parent
5807558c
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/releasetools/03_release_hash.sh
View file @
d61e820f
...
...
@@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README
vi ~/hack/redis-hashes/README
echo
"Press any key to commit, Ctrl-C to abort)."
read yes
(
cd
~/hack/redis-hashes
;
git commit
-a
-m
'
${1} hash.
'
;
git push
)
(
cd
~/hack/redis-hashes
;
git commit
-a
-m
"
${
1
}
hash.
"
;
git push
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment