gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.96k stars 1.3k forks source link

Allow toggling `--first-parent` in commit graph #3313

Closed MetRonnie closed 3 months ago

MetRonnie commented 4 months ago

Only following the first parent of commits is an essential feature for viewing otherwise messy commit graphs.

This is the --first-parent option in git log --graph.

In the vscode-git-graph extension this is the difference it makes:

Turned off:

image

Turned on:

image

Ideally this would be an easy to toggle setting from the commit graph UI, and would apply per workspace

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.