8000 Analysis fails if git repo has trailing slash · Issue #18 · brianwarner/facade · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Analysis fails if git repo has trailing slash #18
Closed
@brianwarner

Description

@brianwarner

When cloning a repo with a trailing slash, Facade can't find the .git directory. This is because cloning a repo like this:

git clone git://domain.com/git/reponame

puts the repo in 557F to a directory called reponame, but doing the same like this:

git clone git://domain.com/git/reponame/

puts the repo into reponame/reponame.

This can be fixed by trimming the trailing slash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0