timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 135 forks source link

Fix cursor placement on branches dashboard if HEAD is detached #1840

Closed kaste closed 7 months ago

kaste commented 7 months ago

The code only considered that there is always an active branch. This is obviously not true.

Jump to the next (or first on the initial draw) branch when HEAD is detached.