feat(import-packages): no commit hooks on move

This commit is contained in:
Julien Fontanet
2018-01-09 11:36:27 +01:00
parent d4e46a0696
commit 38fb549709

View File

@@ -41,7 +41,7 @@ move_commit () {
rm -f "$(git rev-parse --git-path index)"
git read-tree --prefix="$2/" HEAD
git commit -m "feat($1): move all files to $2"
git commit -nm "feat($1): move all files to $2"
git symbolic-ref HEAD "$head"
git read-tree HEAD