Skip to content

1.0.0

Compare
Choose a tag to compare
@mhutchie mhutchie released this 09 Feb 22:37
· 439 commits to master since this release
  • Git Graph Visualisation
    • Select from Local & Remote Branches
    • Display Heads, Tags & Remotes
    • Configuration Settings:
      • git-graph.graphColours - Specifies the colours used on the graph.
      • git-graph.graphStyle - Specifies the style of the graph.
      • git-graph.dateFormat - Specifies the number of commits to initially load.
      • git-graph.initialLoadCommits - Specifies the number of commits to initially load.
      • git-graph.loadMoreCommits - Specifies the number of commits to load when the "Load More Commits" button is pressed (only shown when more commits are available).
      • git-graph.showStatusBarItem - Show a Status Bar item which opens Git Graph when clicked.
      • git-graph.showUncommittedChanges - Show uncommitted changes (set to false to decrease load time on large repositories).
  • Shortcut Button in the Status Bar