From e1d88030687b2ccd652cfedd97714fb37367bbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Thu, 4 Aug 2011 13:07:55 +0200 Subject: Don't expose the fetch code to the user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the generation of the want-list to be done from the negotiate function, and keep the filtered references inside the remote structure. Signed-off-by: Carlos Martín Nieto --- src/remote.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/remote.h') diff --git a/src/remote.h b/src/remote.h index b94193c8f..f5686a29c 100644 --- a/src/remote.h +++ b/src/remote.h @@ -8,6 +8,7 @@ struct git_remote { char *name; char *url; + git_headarray refs; struct git_refspec fetch; struct git_refspec push; git_transport *transport; -- cgit v1.2.3