Skip to content

Add "No Merges" Option to Git Graph to Hide Merge Commits #44

@sahilpatani-ts

Description

@sahilpatani-ts

Enhance the Git Graph view by adding a "No Merges" option that allows users to hide merge commits. This feature can be implemented as:

  • A checkbox within the Git Graph UI labeled "No Merges" to toggle the visibility of merge commits.
  • A configuration setting (e.g., gitGraph.noMerges) in the extension settings for users who prefer a persistent option.

Expected Behavior:

When the "No Merges" option is enabled, the Git Graph should exclude all merge commits, providing a cleaner and more linear view of the commit history.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions