Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow wildcard for advanced branch filter #1285

Closed
rost314 opened this issue Oct 1, 2012 · 3 comments
Closed

Allow wildcard for advanced branch filter #1285

rost314 opened this issue Oct 1, 2012 · 3 comments

Comments

@rost314
Copy link

rost314 commented Oct 1, 2012

As we use naming conventions for branches like:
"userA/featurename"
it would be great to specify a filter like:
userA/* to see all branches from userA
or
*/featurename to see all branches related to a particular feature.

This could really help dealing with many branches.

@gregsohl
Copy link
Contributor

I think I've got "Allow wildcard for advanced branch filter" and the taskbar filter working. Doing some more testing then should be ready for a pull request tonight. My direction is to use the --branches option on the log command (in GitCommands.RevisionGraph.ProcessGitLog), which supports shell glob filters.

@gregsohl
Copy link
Contributor

Would anyone like the current Branch Filter contents to be saved when the app closes and restored when it is restarted? If so, should that be globally or on a per-repo basis?

@KindDragon
Copy link
Contributor

I think it's not useful save Branch Filter contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants