summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | sync: be more verboseChirayu Desai2013-04-151-0/+5
* | Allow mirror to be created in directories specified by 'path' attributeScott Fan2013-04-112-0/+11
* | Allow clone depth to be specified per projectDavid Pursehouse2013-04-103-2/+23
* | list: add name-only and path-only optionsChirayu Desai2013-04-061-1/+18
* | Special handling for manifest group "default"David Holmer2013-04-034-6/+13
* | Fix `repo manifest` support of remote aliases.Brian Harring2013-04-031-2/+0
* | Reload the correct manifest during sync.Tim Kilbourn2013-03-081-2/+9
|/
* Add `repoc` to the .gitignore fileChirayu Desai2013-03-081-0/+1
* Merge "Add manifest groups to the output of `info`"David Pursehouse2013-03-081-1/+7
|\
| * Add manifest groups to the output of `info`Conley Owens2013-03-071-1/+7
* | Merge "Fix: Missing spaces in printed messages"David Pursehouse2013-03-065-7/+7
|\ \
| * | Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-055-7/+7
| |/
* | Merge "Fix: local manifest deprecation warning appears more than once"David Pursehouse2013-03-061-3/+6
|\ \ | |/ |/|
| * Fix: local manifest deprecation warning appears more than onceDavid Pursehouse2013-02-171-3/+6
* | upload: support --re and --cc options over HTTPv1.12.2Shawn Pearce2013-02-281-0/+5
* | Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-272-7/+19
* | Fix crash in repo info when `%` is used in commit messagesOlof Johansson2013-02-261-1/+1
* | Add nofmt_printer to color.pyOlof Johansson2013-02-261-0/+18
|/
* Exit with fatal error if local manifest file cannot be parsedDavid Pursehouse2013-02-171-5/+2
* Show full path of `local_manifests` folder in deprecation warningDavid Pursehouse2013-02-171-2/+2
* Merge "Protect line endings in shell scripts"David Pursehouse2013-02-141-0/+4
|\
| * Protect line endings in shell scriptsMats Bengtsson2013-02-111-0/+4
* | Update the commit-msg hook to the version from Gerrit 2.5.2David Pursehouse2013-02-131-1/+3
* | Add missing sys module when referencing stderrConley Owens2013-02-121-2/+2
* | Merge "Don't exit with error on HTTP 403 when downloading clone bundle"v1.12.1David Pursehouse2013-02-041-1/+1
|\ \
| * | Don't exit with error on HTTP 403 when downloading clone bundleDavid Pursehouse2013-01-311-1/+1
* | | Fix: GitError when using repo info -dOlof Johansson2013-01-291-1/+1
|/ /
* | Add missing manifest format documentationDavid Pursehouse2013-01-291-0/+20
* | 'repo status --orphans' shows non-repo filesWill Richey2013-01-291-0/+72
* | Fix: missing space in information message after repo initDavid Pursehouse2013-01-291-1/+1
* | Better error message when using --mirror in existing workspaceDavid Pursehouse2013-01-291-2/+4
* | Fix: missing spaces in info command outputDavid Pursehouse2013-01-291-3/+3
* | Merge "should use os.path.lexist instead of os.path.exist"Shawn Pearce2013-01-281-3/+3
|\ \
| * | should use os.path.lexist instead of os.path.existSebastian Frias2012-11-231-3/+3
* | | Merge "Check for a cookie file when fetching clone.bundle."Conley Owens2013-01-171-0/+3
|\ \ \
| * | | Check for a cookie file when fetching clone.bundle.Torne (Richard Coles)2013-01-111-0/+3
* | | | If parsing the manifests fails, reset the XmlManifest objectJoe Onorato2013-01-171-1/+7
* | | | Merge "Pass full path of the XML in local_manifests to the parser"Conley Owens2013-01-171-1/+2
|\ \ \ \
| * | | | Pass full path of the XML in local_manifests to the parserTobias Droste2013-01-071-1/+2
| |/ / /
* | | | Merge "Make -notdefault a default manifest group"Conley Owens2013-01-141-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make -notdefault a default manifest groupMatt Gumbel2012-12-211-3/+2
* | | | Support resolving relative fetch URLs on persistent-https://v1.12.0Shawn Pearce2013-01-021-1/+8
|/ / /
* | | Allow sync to run even when the manifest is broken.Torne (Richard Coles)2012-12-051-2/+5
* | | Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-195-57/+372
|/ /
* | Allow init command to set options from environment variablesDavid Pursehouse2012-11-171-0/+4
* | Allow command options to be set from environment variablesDavid Pursehouse2012-11-172-0/+41
* | Merge "Raise a NoManifestException when the manifest DNE"Conley Owens2012-11-163-1/+14
|\ \
| * | Raise a NoManifestException when the manifest DNEConley Owens2012-11-153-1/+14
* | | Better error message if 'remove-project' refers to non-existent projectDavid Pursehouse2012-11-161-3/+2
|/ /
* | Add option to abort on error in forallVictor Boivie2012-11-161-2/+13