Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
1–10 of 29 posts
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#2Looks 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!
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#3Looks 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
#4looks like Robocop has finally joined the Pull Police. nice job!
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#5I have been looking for something like this
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#6I'd love it if you could make this work with Atlassian Stash behind a firewall.
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#7What an awesome service, I'm signing up my dev team for this right now! Worth the money!
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#8I like the idea, but for projects that aren't open source, why not just mandate the use of a git commit-msg hook instead?
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#9I 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.
Re: Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
#10I'd love it if you could make this work with Atlassian Stash behind a firewall.
I'm not too familiar with Atlassian Stash, I will have a search around and see how plausible it would be to integrate.