]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
rename "match_refs()" to "match_push_refs()"
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2011 18:54:58 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Sep 2011 23:41:53 +0000 (16:41 -0700)
commit29753cddc8007ac63754855d026fe5eca8897d04
tree6dfdf6cae4ff4c1729cf0b8dd400b99d6d494b1a
parente6bcd979684d5a050bcb5d642e761e0ea350c6ec
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>
builtin/remote.c
builtin/send-pack.c
http-push.c
remote.c
remote.h
transport.c