We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15335d3 commit dcf2674Copy full SHA for dcf2674
shallow-submodule.sh
@@ -1,11 +1,16 @@
1
#!/usr/bin/env bash
2
3
+# New better tests:
4
+# https://github.com/cirosantilli/test-shallow-submodule-mod
5
+# https://github.com/cirosantilli/test-shallow-submodule-top-branch-shallow
6
+# https://github.com/cirosantilli/test-shallow-submodule-top-sha
7
+
8
+# Older tests:
9
# https://github.com/cirosantilli/test-submodule-mod
10
# https://github.com/cirosantilli/test-submodule-top
11
# https://github.com/cirosantilli/test-submodule-top-shallow
12
# https://github.com/cirosantilli/test-submodule-mod-branch
13
# https://github.com/cirosantilli/test-submodule-top-branch
-# https://github.com/cirosantilli/test-submodule-top-branch-shallow
14
15
set -ex
16
0 commit comments