author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sat, 17 Dec 2011 10:20:07 +0000 (11:20 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Dec 2011 02:22:29 +0000 (18:22 -0800) | ||
commit | 82889295e76200714d76e0f7beb07b6b9e3b5a88 | |
tree | 87524b426e19ded411d2c42b44a5b49a24ace97e | tree | snapshot |
parent | 0041f09de6e62efc31c860487f04e8b08bce68c8 | commit | diff |
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>
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 | blob | history | |
diff.h | diff | blob | history | |
log-tree.c | diff | blob | history |