You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the git rev-parse --show-toplevel.
git status
HEAD detached from 1234567
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: file1
modified: file2
Untracked files:
(use "git add <file>..." to include in what will be committed)
file3
no changes added to commit (use "git add" and/or "git commit -a")
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
GitUI was close due to an unexpected panic.
Please file an issue on https://github.com/extrawurst/gitui/issues with the following info:
PanicInfo { payload: Any { .. }, message: Some(failed to fetch: GixOpen(NotARepository { source: MissingHead, path: "." })), location: Location { file: "asyncgit/src/revlog.rs", line: 186, col: 14 }, can_unwind: true, force_no_backtrace: false }
trace:
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <unknown>
13: start_thread
at ./nptl/pthread_create.c:442:8
14: __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
GitUI was close due to an unexpected panic.
Please file an issue on https://github.com/extrawurst/gitui/issues with the following info:
Any { .. }
trace:
0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
5: <unknown>
6: start_thread
at ./nptl/pthread_create.c:442:8
7: __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Aborted (core dumped)
Context (please complete the following information):
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: