summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-03-03 13:45:31 +0100
committerThomas Haller <thaller@redhat.com>2023-03-03 13:45:31 +0100
commit713de313dca9148a5908ad96f17c455fcf551fe1 (patch)
tree81f85225a70fc908698a64425e0383765cd5a2e4
parente94e759f3adb03d1782239f86eb350451e54b60c (diff)
downloadNetworkManager-713de313dca9148a5908ad96f17c455fcf551fe1.tar.gz
contrib: add usage comment to "git-subtree-reimport.sh"
-rwxr-xr-xcontrib/scripts/git-subtree-reimport.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/scripts/git-subtree-reimport.sh b/contrib/scripts/git-subtree-reimport.sh
index d580780caa..733190444d 100755
--- a/contrib/scripts/git-subtree-reimport.sh
+++ b/contrib/scripts/git-subtree-reimport.sh
@@ -1,5 +1,14 @@
#!/bin/bash
+# In our git repository we vendor in several external projects.
+# We do so via git-subtree.
+#
+# Run this script (without arguments) for re-importing the latest
+# version of those projects.
+#
+# You can also specify the projects to reimport on the command line,
+# ./contrib/scripts/git-subtree-reimport.sh [ c-list | c-rbtree | c-siphash | c-stdaux | n-acd | n-dhcp4 ... ]
+
set -e
cd "$(dirname "$(readlink -f "$0")")/../.."