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.28.0
Name Modified Size InfoDownloads / Week
Parent folder
git-graph-1.28.0.vsix 2020-12-01 347.1 kB
1.28.0.tar.gz 2020-12-01 1.2 MB
1.28.0.zip 2020-12-01 1.2 MB
README.md 2020-12-01 1.9 kB
Totals: 4 Items   2.7 MB 0
  • [#399] Sign Commits and Tags created by actions in the Git Graph View, by enabling the new extension settings git-graph.repository.sign.commits and git-graph.repository.sign.tags respectively. This is an alternative to the existing method using Git config (commit.gpgSign and tag.gpgSign).
  • [#406] The keybindings for all Git Graph View keyboard shortcuts can now be configured using new extension settings git-graph.keyboardShortcut.*.
  • [#407] Control whether Remote Head Symbolic References (e.g. origin/HEAD) are displayed in Git Graph via the new extension setting git-graph.repository.showRemoteHeads. Thanks Maciej Wilk (@wilkmaciej) for helping with this!
  • [#409] Include built-in support for new emoji shortcodes recently added to gitmoji.
  • [#412] New "Git Graph: Fetch from Remote(s)" command contributed to Visual Studio Code, that opens the Git Graph View and immediately runs "Fetch from Remote(s)".
  • [#414] Your Git Graph Repository Configuration can now be exported to a file that can be committed in the repository. It allows others working in the same repository to automatically use the same Git Graph configuration. To export your configuration, click the "Export Repository Configuration" button at the bottom of the Repository Settings Widget (on the Git Graph View).
  • [#416] The existing file encoding extension setting git-graph.fileEncoding can now also be configured at a Workspace Folder Scope.
  • [#419] On dialogs that refer to the "current branch" (Merge, Pull, Rebase, and Reset), the current branch is now explicitly mentioned.
  • [#420] Fixed an issue that prevented files that overflow horizontally in the Commit Details View Files View from being left-clicked (i.e. those shortened with an ellipsis). (issue introduced via [#381])
  • Significant code improvements.
Source: README.md, updated 2020-12-01