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

Specify branch

Open Lommelun opened this issue 2 years ago • 0 comments

The graph is always rendering all (local) branches and by default includes remote branches as well. I would like to limit rendering to commits that are only part of the currently checked out branch or a specified one.

Preferrably this would be the default configuration, while the current behaviour (listing all branch tips similar to git log --all) could be achieved by a flag such as git-graph --all.

Lommelun avatar Mar 24 '23 00:03 Lommelun