Download Latest Version 1.30.0.zip (1.2 MB)
Email in envelope

Get an email when there's a new version of Git Graph extension for VSC

Home / v1.26.0
Name Modified Size InfoDownloads / Week
Parent folder
git-graph-1.26.0.vsix 2020-09-13 335.3 kB
1.26.0.tar.gz 2020-09-13 1.1 MB
1.26.0.zip 2020-09-13 1.2 MB
README.md 2020-09-13 2.3 kB
Totals: 4 Items   2.6 MB 0
  • [#318] Customise the branches that are initially shown when the Git Graph View is first opened. Each repository can have it's initial branches configured from the Repository Settings Widget on the Git Graph View, or they may inherit the global configuration set by the extension settings git-graph.repository.onLoad.showCheckedOutBranch & git-graph.repository.onLoad.showSpecificBranches.
  • [#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.
  • [#357] Set a custom name for a repository via the Repository Settings Widget. If set, this custom name helps to differentiate repositories with the same name on the File System.
  • [#359] When the Git Graph View initially loads, Up / Down keys can now be used scroll the view.
  • [#361] Many extension settings have been renamed 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.
  • [#363] Improved support for High Contrast Visual Studio Code Color Theme's.
  • [#365] Improved the topological check to determine whether the "Drop..." action is available for a commit (when viewing the Commit Context Menu).
  • [#369] When fetching commit author avatars from Gravatar, fetch email addresses case-insensitive.
  • [#372] Improved handling of repositories on Mapped Network Drives on Windows with Git >= 2.25.0.
  • [#376] When loading the Repository Settings Widget, no longer require a global .gitconfig file to exist.
  • Significant code and UI improvements.
Source: README.md, updated 2020-09-13