mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
fetch-pack, index-pack, transport: partial clone
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
10ac85c785
commit
640d8b72fe
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "string-list.h"
|
||||
#include "run-command.h"
|
||||
#include "list-objects-filter-options.h"
|
||||
|
||||
struct oid_array;
|
||||
|
||||
@@ -12,6 +13,7 @@ struct fetch_pack_args {
|
||||
int depth;
|
||||
const char *deepen_since;
|
||||
const struct string_list *deepen_not;
|
||||
struct list_objects_filter_options filter_options;
|
||||
unsigned deepen_relative:1;
|
||||
unsigned quiet:1;
|
||||
unsigned keep_pack:1;
|
||||
|
||||
Reference in New Issue
Block a user