vscode-git-graph
vscode-git-graph copied to clipboard
View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
Issue Number / Link: #903 Summary of the issue: [Git Graph icon not showing up next to repos after latest VSCode update](https://github.com/mhutchie/vscode-git-graph/issues/903#top) #903 Description outlining how this pull request resolves...
**Describe the feature that you'd like** When creating a new branch through git-graph it will be good to have the value of the git.branchPrefix setting pre-populated in the name field.
**Describe the Bug** After clicking the "Restart to Update" button on VSCode, the Git Graph icon stopped showing next to each repo in the Source Control tab. The extension still...
**Describe the improvement that you'd like** A clear and concise description of what you'd like to be improved in Git Graph. **Additional context (optional)** Add any other context or screenshots...
**Describe the Bug** Git Graph is showing an error: “unsupported value for gpg.format: ssh.” **Steps to Reproduce** Steps to reproduce the behaviour: 1. add gpg.format into git config file **Expected...
**Describe the improvement that you'd like** Currently, when viewing the git log and I scroll down the page of commits, the top bar and column headers scroll as well. So...
**Describe the improvement that you'd like** A clear and concise description of what you'd like to be improved in Git Graph. **Additional context (optional)** Add any other context or screenshots...
**Describe the Bug** Right now, markdown links in the format `[anchor text](https://some-link.com)` get mangled when inside parentheses or brackets in the text (the closing paren `) is included in the...
**Describe the feature that you'd like** Git graph is useful, but it gets cluttered with a ton of commits if other people are working in the repo. I want to...
**Describe the feature that you'd like** Currently the search box works only on commits that are actually loaded in the git graph window. Going to a commit from a month...