summaryrefslogtreecommitdiffstats
path: root/repo
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 /repo
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 'repo')
-rwxr-xr-xrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo b/repo
index 7ffa7705..f251a1da 100755
--- a/repo
+++ b/repo
@@ -23,7 +23,7 @@ REPO_REV = 'stable'
23# limitations under the License. 23# limitations under the License.
24 24
25# increment this whenever we make important changes to this script 25# increment this whenever we make important changes to this script
26VERSION = (1, 24) 26VERSION = (1, 25)
27 27
28# increment this if the MAINTAINER_KEYS block is modified 28# increment this if the MAINTAINER_KEYS block is modified
29KEYRING_VERSION = (1, 2) 29KEYRING_VERSION = (1, 2)
@@ -183,7 +183,7 @@ group.add_option('-b', '--manifest-branch',
183group.add_option('-m', '--manifest-name', 183group.add_option('-m', '--manifest-name',
184 dest='manifest_name', 184 dest='manifest_name',
185 help='initial manifest file', metavar='NAME.xml') 185 help='initial manifest file', metavar='NAME.xml')
186group.add_option('-c', '--current-branch', 186group.add_option('--current-branch',
187 dest='current_branch_only', action='store_true', 187 dest='current_branch_only', action='store_true',
188 help='fetch only current manifest branch from server') 188 help='fetch only current manifest branch from server')
189group.add_option('--mirror', 189group.add_option('--mirror',