tarmolov / git-hooks-js

A tool to manage and run project git hooks
167 stars 30 forks source link

Allow multiple CLI arguments #20

Closed getsnoopy closed 8 years ago

getsnoopy commented 8 years ago

Git hooks can be passed multiple arguments when they're called (e.g., the pre-push hook gets passed the name and location of the destination remote). The hooks were only being passed the 2nd argument, so this commit fixes that.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 95.146% when pulling c739cb843819f60362cb475ab4b61ab62ddfa7e7 on getsnoopy:master into b072ec8c12277b8eab89f1872476bfc3e720d636 on tarmolov:master.

tarmolov commented 8 years ago

Thank you! Just published 1.1.1 with your fix.

getsnoopy commented 8 years ago

Great!