Closed
Description
Describe the bug
On a repo (nymtech/nym-vpn-client), when I open gitui from a subdirectory and the Log tab is selected it panics. Note it works as expected when I open it from repo's root.
GitUI was close due to an unexpected panic.
Please file an issue on https://github.com/extrawurst/gitui/issues with the following info:
PanicHookInfo { payload: Any { .. }, 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: <unknown>
14: <unknown>
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: <unknown>
7: <unknown>
fish: Job 1, 'gitui' terminated by signal SIGABRT (Abort)
To Reproduce
Steps to reproduce the behavior:
- clone nymtech/nym-vpn-client
cd nym-vpn-x
gitui
- switch to Log tab
- it panics
Context (please complete the following information):
- Arch Linux 6.10.10-arch1-1
- gitui nightly 2024-09-12 (0f5cf89)