diff options
author | Jeff King <peff@peff.net> | 2015-02-26 20:39:48 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-27 13:41:21 -0800 |
commit | f98c2f7e53062a59f67914337c0b45c82393e11f (patch) | |
tree | 7236356f1c027456bb51f4f4d5be4c7c8374a84e /builtin/merge-base.c | |
parent | Merge branch 'maint-1.9' into maint-2.0 (diff) | |
download | tgif-f98c2f7e53062a59f67914337c0b45c82393e11f.tar.xz |
diffcore-rename: split locate_rename_dst into two functions
This function manages the mapping of destination pathnames
to filepairs, and it handles both insertion and lookup. This
makes the return value a bit confusing, as we return a newly
created entry (even though no caller cares), and have no
room to indicate to the caller that an entry already
existed.
Instead, let's break this up into two distinct functions,
both backed by a common binary search. The binary search
will use our normal "return the index if we found something,
or negative index minus one to show where it would have
gone" semantics.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/merge-base.c')
0 files changed, 0 insertions, 0 deletions