Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
dd388090
Commit
dd388090
authored
Sep 10, 2021
by
Eric Timmons
Browse files
Fix bug with plain git repos
parent
7d09baab
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/repos/plain-git.lisp
View file @
dd388090
...
...
@@ -26,6 +26,8 @@
nil
)
(
defun
split-path
(
path
)
(
when
(
eql
(
aref
path
0
)
#\/
)
(
setf
path
(
subseq
path
1
)))
(
aprog1
(
split-sequence
#\/
path
)
(
dolist
(
segment
it
)
(
assert
(
not
(
equal
""
segment
)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment