Seravo / gnitpick

Automated git commit message nitpicking
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Don't assume there is an 'origin' nor a 'master', make them configurable #17

Open ottok opened 4 years ago

ottok commented 4 years ago

Current codebase assumes there is a origin/master somewhere. The origin might have some other name, such as 'upstream' and also the master branch might be 'trunk', 'mainline', 'devel' etc. This should be configurable as command arguments.

Idea from discussion with @ericherman