github mhutchie/vscode-git-graph v1.9.0
1.9.0

4 years ago
  • #31 Find widget allows you to quickly find one or more commits containing a specific phrase (in the commit message / date / author / hash, branch or tag names). The find widget can be activated by the new find icon on the top right control bar, or from the new CTRL/CMD + f keystroke.
  • #98 New "Pull into current branch..." action available from the remote branch context menu.
  • #100 Show merge commits with a muted text colour. This is controlled by the new setting git-graph.muteMergeCommits. Default: true (enabled). Thanks Sebastian Lay (@sebastianlay)!
  • #104 Common Emoji Shortcodes are automatically replaced with the corresponding emoji in commit messages (including all gitmoji). Custom Emoji Shortcode mappings can be defined in git-graph.customEmojiShortcodeMappings.
  • #105 Add information for troubleshooting repositories in subfolders.
  • #107 Support for displaying remote svn branches.
  • #109 New option on the existing 'Delete Tag...' action to also delete the tag on a remote (only shown if remotes exist).
  • Improved handling of error dialogs.

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

NewReleases is sending notifications on new releases.