github mhutchie/vscode-git-graph v1.29.0-beta.2
1.29.0-beta.2

pre-release3 years ago
  • #402 New mode for the Find Widget, which will additionally open the Commit Details View as you navigate through each of the matched commits. This mode is enabled / disabled via a new button to the left of the close button on the Find Widget.
  • #424 Consume Git configuration variables (remote.pushDefault, branch.<name>.remote & branch.<name>.pushRemote) to pre-fill the default remote to push branches and tags to (when multiple remotes are configured for a repository).
  • #426 If a diff tool is configured in Git (diff.tool or diff.guitool), you can now open a directory diff in the configured tool from the Commit Details View Control Bar. Note: diff.tool is opened via a Visual Studio Code Terminal, whereas diff.guitool is opened via a background process.
  • #427 When deleting a branch that is not fully merged, and "Force Delete" is required but not set on the "Delete Branch" dialog, a new dialog is subsequently shown to allow one-click force deletion, instead of displaying the error message returned by Git.
  • #429 Stashes can be hidden on the Git Graph View by disabling the new extension setting git-graph.repository.showStashes. It can be overridden per repository in the Git Graph View's Repository Settings Widget.
  • Significant code and UI improvements.

Don't miss a new vscode-git-graph release

NewReleases is sending notifications on new releases.