summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
authorEreth McKnight-MacNeil <ereth@google.com>2018-12-19 21:28:35 -0800
committerJonathan Nieder <jrn@google.com>2018-12-20 19:55:02 +0000
commit12ee5446e9eb8b9d0ae5425fb1e00bf05f93facd (patch)
tree5402f6580677be040bcd757104fa1e8f2110f8cb /subcmds/init.py
parente158e3802da077ff1d6dad41165d9f51a560886c (diff)
downloadgit-repo-12ee5446e9eb8b9d0ae5425fb1e00bf05f93facd.tar.gz
init: Remove -c short option for --current-branchv1.13.1
This option conflicts with the gitc-init -c short option. Bug: https://crbug.com/gerrit/10200 Change-Id: I06f37564429ca0bd4c0bbea6066daae4f663c838
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 6e99658f..9a9e8499 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -95,7 +95,7 @@ to update the working directory files.
95 g.add_option('-b', '--manifest-branch', 95 g.add_option('-b', '--manifest-branch',
96 dest='manifest_branch', 96 dest='manifest_branch',
97 help='manifest branch or revision', metavar='REVISION') 97 help='manifest branch or revision', metavar='REVISION')
98 g.add_option('-c', '--current-branch', 98 g.add_option('--current-branch',
99 dest='current_branch_only', action='store_true', 99 dest='current_branch_only', action='store_true',
100 help='fetch only current manifest branch from server') 100 help='fetch only current manifest branch from server')
101 g.add_option('-m', '--manifest-name', 101 g.add_option('-m', '--manifest-name',