-
-
Notifications
You must be signed in to change notification settings - Fork 614
Panic when starting from subfolder #2316
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
Comments
From what I can see, this is the location the innermost error happens: The error is caused by the absence of I don’t have context yet on whether the absence of |
@cruessler , without |
That matches what I know about that location. Initially, it was merged using |
so it probably a dupe of #2358 |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
gitui
crashes.To Reproduce
Unreproducible. Roughly: several different origins and branches. Some branches exist only on remotes.I am now able to reproduce this reliably when HEAD is out of sync with remotes and
gitui
is launched from a subfolder instead of from thegit rev-parse --show-toplevel
.Output of
git status
Setting branch to track the ref. via
git checkout -B master
doesn't help.Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
Context (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: