- #321 Added a new Extension Setting
git-graph.repositoryDropdownOrder
, to set the order that repositories are sorted in the repository dropdown on the Git Graph View (only visible when more than one repository exists in the current Visual Studio Code Workspace). Default: Full Path - #322 Added the "Merge into current branch..." action onto the remote branch context menu.
- #327 Added a new Extension Setting
git-graph.dialog.cherryPick.noCommit
, to set the default value of the "No Commit" option on the Cherry Pick Dialog. - Various code and UI improvements.