diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -350,6 +350,10 @@ def InitParser(parser, gitc_init=False): | |||
350 | group.add_option('--no-partial-clone', action='store_false', | 350 | group.add_option('--no-partial-clone', action='store_false', |
351 | help='disable use of partial clone (https://git-scm.com/' | 351 | help='disable use of partial clone (https://git-scm.com/' |
352 | 'docs/gitrepository-layout#_code_partialclone_code)') | 352 | 'docs/gitrepository-layout#_code_partialclone_code)') |
353 | group.add_option('--partial-clone-exclude', action='store', | ||
354 | help='exclude the specified projects (a comma-delimited ' | ||
355 | 'project names) from partial clone (https://git-scm.com' | ||
356 | '/docs/gitrepository-layout#_code_partialclone_code)') | ||
353 | group.add_option('--clone-filter', action='store', default='blob:none', | 357 | group.add_option('--clone-filter', action='store', default='blob:none', |
354 | help='filter for use with --partial-clone ' | 358 | help='filter for use with --partial-clone ' |
355 | '[default: %default]') | 359 | '[default: %default]') |