Skip to content

Conversation

spoons-and-mirrors
Copy link
Contributor

Issue

The git branch status is not updating reliably (if at all) once the app has started)

image

Summary

  • Fixes TUI branch tooltip to update immediately after git branch changes
  • Watches the entire .git directory for Write/Create/Rename events, ensuring atomic HEAD/ref updates
    are detected across platforms.
  • Removes previous debounce logic that caused stale branch display.
  • Adds a short delay and drains event bursts before reading the branch, eliminating the "one behind"
    lag.

@spoons-and-mirrors spoons-and-mirrors changed the title fix(tui): reliably update branch tooltip on git checkout Fix(TUI): Reliably Update Branch Tooltip on Git Checkout Aug 10, 2025
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

Successfully merging this pull request may close these issues.

1 participant