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.
Coverage remained the same at 95.146% when pulling c739cb843819f60362cb475ab4b61ab62ddfa7e7 on getsnoopy:master into b072ec8c12277b8eab89f1872476bfc3e720d636 on tarmolov:master.
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.