tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

improve display of branches/tags in contextmenu #43

Closed gaeeronimo closed 6 years ago

gaeeronimo commented 6 years ago

This PR changes the way branches are displayed in the context menu. Instead of putting all branches into one large unsorted submenu, the change will create hierarchic submenus using the "/" in branch names as delimiter. This change improves usability for repositories with many remotes and many branches, fixing #42 .

tibirna commented 6 years ago

I merged this in. Thanks, nice cleanup of the contextual menu. Further work would be needed for:

Thanks again