Live data from Hacker News

Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests

gitcop.com

1–10 of 29 posts

Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests

#3
post #2

Looks clean, has plenty of features, and I love the pricing schema (Unlimited for open source projects - Always been a fan of this trend). Great work!

Thanks for the feedback, I am a fan of the pricing schema too!

An example of the messages GitCop outputs can be seen at https://github.com/Gazler/gitcop-test/pull/2 if you are interested.

Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests

#9

I like the idea, but for projects that aren't open source, why not just mandate the use of a git commit-msg hook instead?

A git hook would certainly work for this as you described and I would certainly encourage people to investigate that route if it is appropriate for them. http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

The goal for GitCop is to be fast and easy to set up in a way that integrates well into a GitHub pull request based flow.

Post reply on HN