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:
Jeff Hostetler
2017-12-08 15:58:40 +00:00
committed by Junio C Hamano
parent 10ac85c785
commit 640d8b72fe
6 changed files with 33 additions and 0 deletions

View File

@ -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;