[PATCH 05/10] fetch-pack: add partial-by-size and partial-special

2017-03-08 Thread git
From: Jeff Hostetler Teach fetch-pack to take --partial-by-size and --partial-special arguments and pass them via the transport to upload-pack to request that certain blobs be omitted from the resulting packfile. Signed-off-by: Jeff Hostetler --- builtin/fetch-pack.c | 9 + fetch-pack

[PATCH 05/10] fetch-pack: add partial-by-size and partial-special

2017-03-08 Thread Jeff Hostetler
From: Jeff Hostetler Teach fetch-pack to take --partial-by-size and --partial-special arguments and pass them via the transport to upload-pack to request that certain blobs be omitted from the resulting packfile. Signed-off-by: Jeff Hostetler --- builtin/fetch-pack.c | 9 + fetch-pack