]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/commit-hook-authorship' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:34:53 +0000 (10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:34:53 +0000 (10:34 -0700)
"git commit --author=$name" did not tell the name that was being
recorded in the resulting commit to hooks, even though it does do so
when the end user overrode the authorship via the "GIT_AUTHOR_NAME"
environment variable.

* jc/commit-hook-authorship:
  commit: pass author/committer info to hooks
  t7503: does pre-commit-hook learn authorship?
  ident.c: add split_ident_line() to parse formatted ident line

1  2 
builtin/commit.c
cache.h

Simple merge
diff --cc cache.h
Simple merge