author | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Sep 2011 18:54:58 +0000 (11:54 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Sep 2011 23:41:53 +0000 (16:41 -0700) | ||
commit | 29753cddc8007ac63754855d026fe5eca8897d04 | |
tree | 6dfdf6cae4ff4c1729cf0b8dd400b99d6d494b1a | tree | snapshot |
parent | e6bcd979684d5a050bcb5d642e761e0ea350c6ec | commit | diff |
rename "match_refs()" to "match_push_refs()"
Yes, there is a warning that says the function is only used by push in big
red letters in front of this function, but it didn't say a more important
thing it should have said: what the function is for and what it does.
Rename it and document it to avoid future confusion.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Yes, there is a warning that says the function is only used by push in big
red letters in front of this function, but it didn't say a more important
thing it should have said: what the function is for and what it does.
Rename it and document it to avoid future confusion.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c | diff | blob | history | |
builtin/send-pack.c | diff | blob | history | |
http-push.c | diff | blob | history | |
remote.c | diff | blob | history | |
remote.h | diff | blob | history | |
transport.c | diff | blob | history |