diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -302,6 +302,8 @@ def GetParser(gitc_init=False): | |||
| 302 | group.add_option('--clone-filter', action='store', default='blob:none', | 302 | group.add_option('--clone-filter', action='store', default='blob:none', |
| 303 | help='filter for use with --partial-clone ' | 303 | help='filter for use with --partial-clone ' |
| 304 | '[default: %default]') | 304 | '[default: %default]') |
| 305 | group.add_option('--worktree', action='store_true', | ||
| 306 | help=optparse.SUPPRESS_HELP) | ||
| 305 | group.add_option('--archive', action='store_true', | 307 | group.add_option('--archive', action='store_true', |
| 306 | help='checkout an archive instead of a git repository for ' | 308 | help='checkout an archive instead of a git repository for ' |
| 307 | 'each project. See git archive.') | 309 | 'each project. See git archive.') |
