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

Remotes and or branches should be ignorable #5

Open
dustin opened this issue Jan 19, 2010 · 2 comments
Open

Remotes and or branches should be ignorable #5

dustin opened this issue Jan 19, 2010 · 2 comments

Comments

@dustin
Copy link

dustin commented Jan 19, 2010

I've got a few repos with a lot of remotes and branches. I'd like to be able to declare the stuff as "seen" and stop having old stuff show up on the screen.

@nowells
Copy link
Owner

nowells commented Jan 20, 2010

Not a bad idea! What do you think the best interface for expressing this would be? git config (i.e. "git config branch.staging.gitgoggles_ignore true" or "git config gitgoggles.ignore.staging true"). How do you think it should deal with remote branches to ignore? The same would go for remotes.

Should be a pretty simple feature to implement. I would love your thoughts on how you would like to see it handled.

Thanks!

@dustin
Copy link
Author

dustin commented Jan 20, 2010

There's a github gem that does something similar. I think they just have a file in .git with the hashes to be ignored/marked clean/whatever.

git goggles --they-do-nothing someguy/dumbbranch

Something like that. There's really two different means of that -- I either want to ignore that change or that branch. Both would be good.

For ignoring a branch, I think git config branch.name.gogglesomething would be the best choice, though I'm not entirely sure how git feels about new options showing up in something like that.

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

No branches or pull requests

2 participants