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
Describe the bug
In gitui-win v0.2.6 the Log tab shows nothing when there is exactly 1 commit. When the second commit is added, both the first and second commit will appear in the Log when you go to the tab.
Furthermore, when there are 2 commits (for example "Initial commit" and "Add readme") the text in the top left of the Log tab shows "commit 0/1" instead of 2/2.
To Reproduce
Create new directory and cd into it
Run git init
Add a file to be committed (file.txt)
git add . and git commit -m "Initial commit"
Run gitui and press Tab to enter the Log page
(for me, it will show there are no commits)
Create another file, stage it, commit it
Run gitui and press Tab to enter the Log page
(for me, it will show both commits)
Expected behavior
When there is exactly 1 commit the Log page would show it, as well as the top left text would read 'commit 1/1'
My impression would also be that the 'commit x/y' message would show y equals the total number of commits, and x equals the (1-indexed) number that is currently highlighted, where the very first commit is 1 and the most recent is >1.
Desktop (please complete the following information):
gitui-win v0.2.6
The text was updated successfully, but these errors were encountered:
Describe the bug
In gitui-win v0.2.6 the Log tab shows nothing when there is exactly 1 commit. When the second commit is added, both the first and second commit will appear in the Log when you go to the tab.
Furthermore, when there are 2 commits (for example "Initial commit" and "Add readme") the text in the top left of the Log tab shows "commit 0/1" instead of 2/2.
To Reproduce
git add .
andgit commit -m "Initial commit"
(for me, it will show there are no commits)
(for me, it will show both commits)
Expected behavior
When there is exactly 1 commit the Log page would show it, as well as the top left text would read 'commit 1/1'
My impression would also be that the 'commit x/y' message would show y equals the total number of commits, and x equals the (1-indexed) number that is currently highlighted, where the very first commit is 1 and the most recent is >1.
Desktop (please complete the following information):
gitui-win v0.2.6
The text was updated successfully, but these errors were encountered: