summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo b/repo
index b3f3673b..4068b127 100755
--- a/repo
+++ b/repo
@@ -324,6 +324,9 @@ def InitParser(parser, gitc_init=False):
324 group.add_option(*cbr_opts, 324 group.add_option(*cbr_opts,
325 dest='current_branch_only', action='store_true', 325 dest='current_branch_only', action='store_true',
326 help='fetch only current manifest branch from server') 326 help='fetch only current manifest branch from server')
327 group.add_option('--no-current-branch',
328 dest='current_branch_only', action='store_false',
329 help='fetch all manifest branches from server')
327 group.add_option('--no-tags', 330 group.add_option('--no-tags',
328 dest='tags', default=True, action='store_false', 331 dest='tags', default=True, action='store_false',
329 help="don't fetch tags in the manifest") 332 help="don't fetch tags in the manifest")