Sorting Git Branches popup

One thing I've been hoping for, since I started using the Git integration in PhpStorm specifically, but I guess this would apply to the whole IDEA family:

The ability to sort the branches in the Git Branches popup... would love to be able to sort by most recent branch, so the stuff I've recently created/commited etc. would rise to the top. I know I can use Favorite branches and that's how I address this, but I'd rather just have the most recent branches show up in descending order. 

I have searched for this request/suggestion having been made before but I don't see anything, surprised nobody has brought this up yet.

8

Looks like this was implemented once but I can't see it working: https://youtrack.jetbrains.com/issue/IDEA-135720.

You can submit a feature request for this at https://youtrack.jetbrains.com/newIssue

0
Avatar
Permanently deleted user

it looks like git 2.7.0 can now do this easily via 

git branch --sort=-committerdate

see https://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit

would be awesome to have this as a sorting option in the branches UI in IDEA

0

请先登录再写评论。