Skip to content
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

Log tab not updating after the first time it is opened #78

Closed
alistaircarscadden opened this issue May 20, 2020 · 1 comment
Closed

Comments

@alistaircarscadden
Copy link
Contributor

Describe the bug
In gitui-win v0.3.0 the Log tab is not updating after the first time the Log tab is opened.

The Log tab does not include the most recent commit when you make the commit with gitui or when you make the commit with another tool.

Tabbing to Status and back to Log does not make it update.

To Reproduce

  1. Create new directory and cd into it
  2. Run git init
  3. Add a file to be committed (file.txt)
  4. Open gitui
  5. Add the file to the stage with the [1] menu
  6. Make a commit with the Commit [c] option
  7. Open the log and see the commit is visible
  8. Again do 3, 4, 5, 6 with a second new file
  9. Open the log and see only one commit

Expected behavior
When the Log tab is opened it updates the list completely.

Perhaps, it also would update after a few seconds like the [1] menu does with new files/changes.

Desktop (please complete the following information):
gitui-win v0.3.0

@extrawurst
Copy link
Owner

Good point, I never tried :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants