projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9023a6d
)
suggest merge command in release.sh
author
Dan Vanderkam
<danvdk@gmail.com>
Thu, 29 Aug 2013 23:17:42 +0000
(19:17 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Thu, 29 Aug 2013 23:17:42 +0000
(19:17 -0400)
release.sh
patch
|
blob
|
blame
|
history
diff --git
a/release.sh
b/release.sh
index
a945999
..
01089e4
100755
(executable)
--- a/
release.sh
+++ b/
release.sh
@@
-59,7
+59,7
@@
echo "Pushing the new version to dygraphs.com..."
echo "Success!\n"
echo "Don't forget to merge changes on this branch back into master:"
-echo "git merge $branch"
+echo "git merge
--no-ff
$branch"
# Discourage users from working on the "releases" branch.
git checkout master