author | Jeff King <peff@peff.net> | |
Tue, 13 Dec 2011 00:49:59 +0000 (19:49 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 13 Dec 2011 18:18:12 +0000 (10:18 -0800) | ||
commit | bab8d28e774c255a326ad5592af6351e4925efcb | |
tree | c9440cb225ba86b0221050b4ff7b0600430fb34f | tree | snapshot |
parent | 1e7ba0f9caf1993491aa4c5cbd796cd31cb0f4af | commit | diff |
connect.c: drop path_match function
This function was used for comparing local and remote ref
names during fetch (which makes it a candidate for "most
confusingly named function of the year").
It no longer has any callers, so let's get rid of it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This function was used for comparing local and remote ref
names during fetch (which makes it a candidate for "most
confusingly named function of the year").
It no longer has any callers, so let's get rid of it.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h | diff | blob | history | |
connect.c | diff | blob | history |