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
Trying to display the log on an empty branch results in a panic.
Steps to reproduce:
mkdir example
cd example
git init
gitu (and press l l to show the log of the current branch)
Error message:
panicked at /home/foo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gitu-0.25.0/src/screen/mod.rs:82:36:
index out of bounds: the len is 0 but the index is 0
The text was updated successfully, but these errors were encountered:
Trying to display the log on an empty branch results in a panic.
Steps to reproduce:
l l
to show the log of the current branch)Error message:
The text was updated successfully, but these errors were encountered: