Skip to content

Add a log menu option to filter the commit graph by refs#5847

Open
alexeRadu wants to merge 1 commit into
jesseduffield:masterfrom
alexeRadu:graph-ref-filter
Open

Add a log menu option to filter the commit graph by refs#5847
alexeRadu wants to merge 1 commit into
jesseduffield:masterfrom
alexeRadu:graph-ref-filter

Conversation

@alexeRadu

Copy link
Copy Markdown

Sometimes you want the graph limited to a handful of branches or tags rather than just the checked-out branch or the entire --all graph. Add a "Filter graph by refs" entry to the log menu that prompts for space-separated ref names and passes them to git log as extra starting points alongside the current ref.

PR Description

Please check if the PR fulfills these requirements

  • Cheatsheets are up-to-date (run go generate ./...)
  • Code has been formatted (see here)
  • Tests have been added/updated (see here for the integration test guide)
  • Text is internationalised (see here)
  • If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)
  • Docs have been updated if necessary
  • You've read through your own file changes for silly mistakes etc

Sometimes you want the graph limited to a handful of branches or tags
rather than just the checked-out branch or the entire --all graph.
Add a "Filter graph by refs" entry to the log menu that prompts for
space-separated ref names and passes them to git log as extra starting
points alongside the current ref.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant