mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 03:15:46 +00:00

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 <carlos@cmartin.tk>
7 lines
106 B
C
7 lines
106 B
C
#ifndef INCLUDE_fetch_h__
|
|
#define INCLUDE_fetch_h__
|
|
|
|
int git_fetch_negotiate(git_remote *remote);
|
|
|
|
#endif
|