[PATCH 09/10] clone: add partial-by-size and partial-special arguments

2017-03-08 Thread git
From: Jeff Hostetler Teach clone to accept --partial-by-size=n and --partial-special arguments to request that the server omit certain blobs from the generated packfile. Signed-off-by: Jeff Hostetler --- builtin/clone.c | 26 ++ 1 file changed, 26 insertions(+) diff --

[PATCH 09/10] clone: add partial-by-size and partial-special arguments

2017-03-08 Thread Jeff Hostetler
From: Jeff Hostetler Teach clone to accept --partial-by-size=n and --partial-special arguments to request that the server omit certain blobs from the generated packfile. Signed-off-by: Jeff Hostetler --- builtin/clone.c | 26 ++ 1 file changed, 26 insertions(+) diff --