Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointing at a local bare git repository behaves unexpected #30

Closed
reynir opened this issue Jun 29, 2023 · 2 comments
Closed

Pointing at a local bare git repository behaves unexpected #30

reynir opened this issue Jun 29, 2023 · 2 comments

Comments

@reynir
Copy link

reynir commented Jun 29, 2023

If using file:///path/to/bare/git-repository/ the resulting "file-system" contains the files you would find in a bare git repository, that is objects/, index, config etc., and not the files committed to the repository.

@dinosaure
Copy link
Owner

Can you have a concrete example of the behavior expected (with -vvv). Currently, we tried to recognize a Git repository, see this line:

is_a_git_repository path >>? function

@reynir
Copy link
Author

reynir commented Jun 29, 2023

My mistake, it was not a valid bare repository. I was missing these steps: https://stackoverflow.com/questions/2199897/how-to-convert-a-normal-git-repository-to-a-bare-one

@reynir reynir closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants