github-commit-watcher icon indicating copy to clipboard operation
github-commit-watcher copied to clipboard

watch commits on a branch?

Open brianjmurrell opened this issue 9 years ago • 1 comments

I tried to do <repo>/<branchname> in github URL parlance but it didn't work.

Is there any way to watch for commits on a specific branch?

brianjmurrell avatar Apr 24 '16 12:04 brianjmurrell

Unfortunately not: gicowa lastrepocommits|lastwatchedcommits lists only commits on the master branch. However its first output line Last commit pushed on is for any branch so that when used as a cronjob, gicowa would detect commits to any branch. (Might be worth making the documentation more clear on that.)

But no, there is no way to watch for commits to a specific branch. Feel free to implement such a feature. I'll be happy to merge it in.

lourot avatar Apr 27 '16 05:04 lourot