]> git.ipfire.org Git - thirdparty/git.git/commit - combine-diff.c
pass struct commit to diff_tree_combined_merge()
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 17 Dec 2011 10:20:07 +0000 (11:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Dec 2011 02:22:29 +0000 (18:22 -0800)
commit82889295e76200714d76e0f7beb07b6b9e3b5a88
tree87524b426e19ded411d2c42b44a5b49a24ace97e
parent0041f09de6e62efc31c860487f04e8b08bce68c8
pass struct commit to diff_tree_combined_merge()

Instead of passing the hash of a commit and then searching that
same commit in the single caller, simply pass the commit directly.

Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
combine-diff.c
diff.h
log-tree.c