mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
remote.h: replace struct extra_have_objects with struct sha1_array
The latter can do everything the former can and is used in many more places. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
75f8cbab2a
commit
13eb4626c4
@@ -16,6 +16,6 @@ struct send_pack_args {
|
||||
|
||||
int send_pack(struct send_pack_args *args,
|
||||
int fd[], struct child_process *conn,
|
||||
struct ref *remote_refs, struct extra_have_objects *extra_have);
|
||||
struct ref *remote_refs, struct sha1_array *extra_have);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user