diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -180,6 +180,10 @@ group.add_option('--reference', | |||
180 | group.add_option('--depth', type='int', default=None, | 180 | group.add_option('--depth', type='int', default=None, |
181 | dest='depth', | 181 | dest='depth', |
182 | help='create a shallow clone with given depth; see git clone') | 182 | help='create a shallow clone with given depth; see git clone') |
183 | group.add_option('--archive', | ||
184 | dest='archive', action='store_true', | ||
185 | help='checkout an archive instead of a git repository for ' | ||
186 | 'each project. See git archive.') | ||
183 | group.add_option('-g', '--groups', | 187 | group.add_option('-g', '--groups', |
184 | dest='groups', default='default', | 188 | dest='groups', default='default', |
185 | help='restrict manifest projects to ones with specified ' | 189 | help='restrict manifest projects to ones with specified ' |