vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Fork of Michael Hutchisons repository with some updates.

Results 27 vscode-git-graph issues
Sort by recently updated
recently updated
newest added

Summary of the issue: A single branch/author cannot be selected from the drop-down with a single click. Currently, a branch/author is added to the selection when clicked, so in order...

add "Simplify" button next to "show remote branches" this button add "--simplify-by-decoration" arg to git log, this will show topology of git branches and tags. btw, I rename "Show Remote...

Regarding the 'Jump to Current COMMIT', I have added two new features. 1)You can customize the color. Search for git-graph.graph.blink in SETTING and set it to the color you want....

How should we be installing this extension? Was it removed from the marketplace? And if so, why?

question

First off: Love the extension and that you keep it alive. In our company we use GitFlow as our strategy for creating branches/merges. This leads to graphs that look like...

feature request

See https://github.com/vscode-ext-studio/vscode-git-graph/issues/3#issuecomment-1366826332 I think this says that authors of both the [orgin](https://github.com/mhutchie/vscode-git-graph) and [fork](https://github.com/vscode-ext-studio/vscode-git-graph) fork have no interest in public facing maintainance of this project. Is the intention of this...

question

The current search function searches only in commits that are already loaded. So, search the complete history and load the regarding commit + "git-graph.repository.commits.loadMore" newer commits. (It takes around 7...

improvement

Add commit message filter like realized in https://github.com/vscode-ext-studio/vscode-git-graph but position between branch and author filter. ![image](https://user-images.githubusercontent.com/67957916/172406058-d88cd9df-d0d4-4101-bc3e-759bdcb65a62.png)

improvement

Filter for path and file name in diff view. Open a small dialog like the search.

improvement

Add the possibility for the branches and author filter to insert a text without having to select the name in the list by clicking. The usage should be: - Insert...

improvement