We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c861e commit 7e05f45Copy full SHA for 7e05f45
subtree.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -x
+set -xe
4
5
# Subtree split on tag this script gets called using find:
6
# find src -maxdepth 2 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} refs/tags/3.1.5
0 commit comments