We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Trying to launch gitui inside a sparse checkout produces the following message:
invalid path please run gitui inside of a non-bare git repository
To Reproduce Steps to reproduce the behavior:
$ git clone \ --depth 1 \ --filter=blob:none \ --sparse \ --branch master \ https://github.com/extrawurst/gitui.git \ ~/gitui $ cd ~/gitui $ git sparse-checkout set --stdin <<EOF .gitignore EOF $ gitui invalid path please run gitui inside of a non-bare git repository $ lazygit ...just works...
Expected behavior gitui should detect the repo and launch without error.
Screenshots None
Context (please complete the following information):
Additional context Installed via nix.
The text was updated successfully, but these errors were encountered:
see libgit2/libgit2#2263
now also documented as of ad0ec7e
Sorry, something went wrong.
will close until upstream supports this
Seems like this is the upstream PR to follow: libgit2/libgit2#6394
No branches or pull requests
Describe the bug
Trying to launch gitui inside a sparse checkout produces the following message:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
gitui should detect the repo and launch without error.
Screenshots
None
Context (please complete the following information):
Additional context
Installed via nix.
The text was updated successfully, but these errors were encountered: