]> git.ipfire.org Git - thirdparty/git.git/commit
remote.c: refactor match_explicit_refs()
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Jun 2007 06:22:58 +0000 (23:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Jun 2007 18:53:01 +0000 (11:53 -0700)
commit54a8ad925cfac90bb4141c9904b1f97f0c5b83d4
tree8b36e33ecd354699da0d154dbfe94d390da4f8fc
parente58db03bbee4af96e60b6ac88b84c1c11b8b037e
remote.c: refactor match_explicit_refs()

This does not change functionality; just splits one block that
is deeply nested and indented out of a huge loop into a separate
function.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c