summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge "Simplify error handling in subcommand execution"Conley Owens2012-11-141-16/+15
|\ \
| * | Simplify error handling in subcommand executionConley Owens2012-11-141-16/+15
* | | Sync help text in repo from init.pyDavid Pursehouse2012-11-151-2/+3
* | | Add repo info commandOlof Johansson2012-11-152-0/+198
* | | Tidy up code formatting a bit moreDavid Pursehouse2012-11-1410-28/+28
* | | Fix inconsistent indentationDavid Pursehouse2012-11-149-228/+228
|/ /
* | Fix: "Statement seems to have no effect"David Pursehouse2012-11-142-2/+2
* | Change print statements to work in python3Sarah Owens2012-11-1330-288/+310
* | Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-142-3/+3
* | Minor documentation formatting and grammatical fixesDavid Pursehouse2012-11-141-3/+3
* | Fix documentation reference to local_manifest.xmlDavid Pursehouse2012-11-141-1/+1
* | More code style cleanupDavid Pursehouse2012-11-142-6/+5
* | Remove magic hackDavid Pursehouse2012-11-142-18/+2
* | Make load order of local manifests deterministicDavid Pursehouse2012-11-142-1/+7
* | Merge "Print an error message when aborted by user"Conley Owens2012-11-121-0/+1
|\ \
| * | Print an error message when aborted by userDavid Pursehouse2012-11-131-0/+1
* | | Merge "Handle manifest parse errors in main"Conley Owens2012-11-121-0/+4
|\| |