We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9acf71 commit 96beb45Copy full SHA for 96beb45
upstream-git.lisp
@@ -76,7 +76,9 @@
76
"--recursive"
77
"echo $name $sha1 $displaypath")
78
for (name sha1 path) = (split-spaces line)
79
- collect (make-submodule :name name :path path :sha1 sha1)))
+ collect (make-submodule :name (encode-string-for-filesystem name)
80
+ :path path
81
+ :sha1 sha1)))
82
83
(defun full-git-archive (git-path target-ref prefix output-file)
84
"Create a tarball archive in OUTPUT-FILE of the full contents of the
0 commit comments