summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-03-11 03:12:10 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-03-11 14:07:22 -0700
commit7dfe8ad6006c105989e4e8cfb196aa4ecda3c21d (patch)
tree9a1d17b41eaa4c7a562d2429af0ffd493659b444 /cache.h
parentt7503: does pre-commit-hook learn authorship? (diff)
downloadtgif-7dfe8ad6006c105989e4e8cfb196aa4ecda3c21d.tar.xz
commit: pass author/committer info to hooks
When lying the author name via GIT_AUTHOR_NAME environment variable to "git commit", the hooks run by the command saw it and could act on the name that will be recorded in the final commit. When the user uses the "--author" option from the command line, the command should give the same information to the hook, and back when "git command" was a scripted Porcelain, it did set the environment variable and hooks can learn the author name from it. However, when the command was reimplemented in C, the rewritten code was not very faithful to the original, and hooks stopped getting the authorship information given with "--author". Fix this by exporting the necessary environment variables. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
0 files changed, 0 insertions, 0 deletions