]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Some cosmetic changes to remote library
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 10 Jul 2007 04:47:26 +0000 (00:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jul 2007 06:39:59 +0000 (23:39 -0700)
commit1d735267c9fb74892b0db41b567dc55dcc878006
tree6a9c8f39077efaf5e1389fc75a7d3b087ee077d0
parentdfd255dd1a7c04ad24891db50e5d80d96f93fd4a
Some cosmetic changes to remote library

Functions for managing ref lists were named based on their use in
match_refs (for push). For fetch, they will be used for other purposes, so
rename them as a separate patch to make the future code readable.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c