commit | 04861982e553289c923b2f9ef829ef33206c9bc4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Mar 11 03:51:32 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 11 14:06:08 2012 -0700 |
tree | ea9533f3430d6011fc22655ade6a74173e78cf4b | |
parent | 4b340cfab9c7a18e39bc531d6a6ffaffdf95f62d [diff] |
t7503: does pre-commit-hook learn authorship? When "--author" option is used to lie the authorship to "git commit" command, hooks should learn the author name and email just like when GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL environment variables are used to lie the authorship. Test this. Signed-off-by: Junio C Hamano <gitster@pobox.com>