author | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Apr 2011 22:55:55 +0000 (15:55 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Apr 2011 05:34:43 +0000 (22:34 -0700) | ||
commit | 76399c0195278ed2b52716b821cf064f77131736 | |
tree | 87223414f3e8afc3214a955174a1041d25216f00 | tree | snapshot |
parent | 3749fde561ad495dea74b0d3a13bba571068396d | commit | 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>
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>
diff.c | diff | blob | history | |
diff.h | diff | blob | history |