[commit: libffi-tarballs] master: mk-snapshot: Move back to master after creating snapshot branch (05eae95)
git at git.haskell.org
git at git.haskell.org
Sat Sep 30 14:28:56 UTC 2017
Repository : ssh://git@git.haskell.org/libffi-tarballs
On branch : master
Link : http://git.haskell.org/libffi-tarballs.git/commitdiff/05eae951c0d8e1b71e5c4fa5c1261a4c0ab68c07
>---------------------------------------------------------------
commit 05eae951c0d8e1b71e5c4fa5c1261a4c0ab68c07
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Sep 30 10:27:09 2017 -0400
mk-snapshot: Move back to master after creating snapshot branch
>---------------------------------------------------------------
05eae951c0d8e1b71e5c4fa5c1261a4c0ab68c07
mk-snapshot.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/mk-snapshot.sh b/mk-snapshot.sh
index 52f33e4..942abdc 100755
--- a/mk-snapshot.sh
+++ b/mk-snapshot.sh
@@ -44,5 +44,6 @@ EOF
git add README.md
git rm --cached mk-snapshot.sh
git commit -m "Snapshot of libffi ${GHASH}"
+git checkout -f master
echo "Created branch libffi-${SUFFIX}"
More information about the ghc-commits
mailing list