Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
use @@PERL@@ in built scripts
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index b3108b8ea9983c524eb06831972c22773b3a56b1..4cf94d1056334aeacc76c548cc03ee8c17beffd4 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-115,7
+115,7
@@
module_list()
git ls-files --error-unmatch --stage -- "$@" ||
echo "unmatched pathspec exists"
) |
-
perl
-e '
+
@@PERL@@
-e '
my %unmerged = ();
my ($null_sha1) = ("0" x 40);
my @out = ();