commit | 76399c0195278ed2b52716b821cf064f77131736 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Apr 22 15:55:55 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Apr 23 22:34:43 2011 -0700 |
tree | 87223414f3e8afc3214a955174a1041d25216f00 | |
parent | 3749fde561ad495dea74b0d3a13bba571068396d [diff] |
diff.c: return filepair from diff_unmerge() The underlying diff_queue() returns diff_filepair so that the caller can further add information to it, and the helper function diff_unmerge() utilizes the feature itself, but does not expose it to its callers, which was kind of selfish. Signed-off-by: Junio C Hamano <gitster@pobox.com>