[PATCH] fix and testcase for git-commit-tree option
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 26 May 2005 23:03:26 +0000 (01:03 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 23:21:13 +0000 (16:21 -0700)
commitc504aae2a6c96f1363562a3aa1dc05fb4462e978
tree2e993f0b7920f564fc1822fb9028707707816854
parent2eab945e865317cb7d390aec214303f1d931b53a
[PATCH] fix and testcase for git-commit-tree option

Actually use GIT_COMMITTER_DATE in git-commit-tree.

(It used to mistakenly re-use the author date)

Add test-case for it.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
commit-tree.c
t/t1100-commit-tree-options.sh [new file with mode: 0644]