]> git.phdru.name Git - git-scripts.git/blobdiff - submodules/unabsorbgitdirs-recursive
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / submodules / unabsorbgitdirs-recursive
index f7427fc31e191985067804f29043074d3d35d003..bd1f10d789078e46b22eedfaed6adb48e0299af0 100755 (executable)
@@ -5,6 +5,7 @@
 # because it doesn't fix childrens' gitlinks.
 # So the script runs recursion itself;
 # it can be run with `git submodule foreach` without `--recursive`.
+# See https://stackoverflow.com/a/77950870/7976758
 set -e
 
 START_DIR="`pwd`"