-
-
Notifications
You must be signed in to change notification settings - Fork 607
panic / core dump when viewing details on shallow commits #836
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
Labels
bug
Something isn't working
Comments
the actual error:
|
extrawurst
pushed a commit
that referenced
this issue
Aug 11, 2021
extrawurst
pushed a commit
that referenced
this issue
Aug 11, 2021
Is this only shown in debug builds? |
Nope it’s only logged if you use the respective argument |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
git clone --depth 1 https://github.com/extrawurst/gitui
(note the--depth 1
flag)./gitui -> go to the log tab -> press enter to view details on the shallow commit
Expected behavior
Show details of the commit
Context (please complete the following information):
OS: Arch Linux
Kernel: x86_64 Linux 5.13.9-arch1-1
GitUI Version: 0.16.2
Rust version: rustc 1.54.0
Additional context
https://git-scm.com/docs/shallow
Useful, for example, when cloning plugins for vim (since only the last commit is fetched, it's faster that way)
The text was updated successfully, but these errors were encountered: