nschum / Gitifier

Git commit notifier for MacOSX
http://psionides.github.com/Gitifier/
Eclipse Public License 1.0
314 stars 15 forks source link

Support for Tracking Branches #13

Open jdsharp opened 13 years ago

jdsharp commented 13 years ago

Gitifier support for watching a branch of a git repo instead of just master.

Great work! This is slick! Thank you for not making it github specific, I have a number of self-hosted git repos so this integrates seamlessly.

mackuba commented 13 years ago

Actually, it doesn't watch just master, it should watch all branches in the repo. As for watching only specific branch(es), I'm planning to add that in the future...

gonz commented 12 years ago

+1 Also it would be nice to be able to just ignore certain branches, for example you could want to track all branches (master and topic branches) but ignore production and staging branches in a typical web app repo, since they usually get commits that came from a merge from the formers.

jwhitcraft commented 12 years ago

+1 to this feature. It's the only thing keeping me from using it

mtalcott commented 12 years ago

+1 notifying for only certain branches.