hugit
hugit copied to clipboard
Branch status on fetch is glitchy and often disappears
trafficstars
Reproduce
cd path/to/hugit/git checkout mastergit pull --rebase- start the app in this dir
- press
- on the status page,
Head: [master] ...should end with(up to date)or(stale local)or(fast forwardable), but it does not do so dependably.
Thoughts
:get-status is dispatched for some reason after :fetch-branch-status, clearing the :branch-status.
Picking this one @divs1210
Can you add a STR and UAT to it @divs1210
Added details. Let me take up this one.