alexcouper / captainhook

Git hook scripts
BSD 3-Clause "New" or "Revised" License
54 stars 14 forks source link

hooks should not run on git commit --amend #105

Open haizaar opened 8 years ago

haizaar commented 8 years ago

When running git commit --amend I see that hooks executed again, and scan the WHOLE tree. Hooks should not run at all during this command.

Thanks.