- #341 Added a new extension setting
git-graph.repository.showRemoteBranches
, to set the default value of the "Show Remote Branches" repository setting. - #356 More control over pruning when fetching:
- Added a new extension setting
git-graph.repository.fetchAndPruneTags
, to enable pruning tags when fetching from remote(s) using the Fetch button on the Git Graph View Control Bar. Default: false (disabled) - When fetching a specific remote via the Repository Settings Widget, a "Fetch Remote" dialog is now shown. This dialog provides new options for pruning remote-tracking references and tags. The default value of these options can be set using the new extension settings
git-graph.dialog.fetchRemote.prune
&git-graph.dialog.fetchRemote.pruneTags
.
- Added a new extension setting
- #359 When the Git Graph View initially loads, Up / Down keys can now be used scroll the view.
- #361 Renamed numerous extension settings to leverage Visual Studio Code's setting grouping, to make Git Graph settings easier to find / discover. If you previously used any of the renamed settings, the value you previously set will still be used until you set the equivalent new setting.