hadi-guang / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo init also need --no-clone-bundle options #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Affected Version:
Environment:

What steps will reproduce the problem?
1.repo init -u git://host/gitproject -b branch
2.pop out as below message
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.

What is the expected output? What do you see instead?
because repo sync have --no-clone-bundle options,
repo init may also have --no-clone-bundle options?

Please provide any additional information below.
Has anyone can help reference repo sync --no-clone-bundle programs add to repo 
init?

Original issue reported on code.google.com by clairepi...@gmail.com on 16 Feb 2016 at 3:47