letmaik / vscode-git-tree-compare

🎄 VS Code extension for comparing the git working tree against a branch, tag, or commit, displayed as folder tree
https://marketplace.visualstudio.com/items?itemName=letmaik.git-tree-compare
MIT License
60 stars 7 forks source link

Feat: Allow sorting refs by committer date #100

Open thesilican opened 5 months ago

thesilican commented 5 months ago

When changing the base for branch compare, it'd be useful to sort the refs by committer date instead of alphabetically so that the most recently used branches are at the top. This could either be configured as the new default or become a configuration option.

Screenshot 2024-06-21 at 11 35 09 AM

Screenshot 2024-06-21 at 11 36 43 AM