Hi,

We use a commit-msg hook to add ChangeId (for gerrit) in each commit
msg. Now I want to ensure that it's also added in merge and squash
commits created as a result of `git subtree ... --squash`. So I tried
using `prepare-commit-msg` hook but it doesn't seem to get called at
the time of merging subtree commits with the --squash option.  What is
the right way to do this?

Thanks,
Vineet

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to