summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | stage: replace filter on lambda with list comprehensionDavid Pursehouse2013-05-081-4/+4
|/ / /
* | | Merge "Optimise regex pattern compilation in FindProjects"Conley Owens2013-05-071-2/+2
|\ \ \
| * | | Optimise regex pattern compilation in FindProjectsDavid Pursehouse2013-04-301-2/+2
* | | | Disable pylint warnings about similar lines in multiple filesDavid Pursehouse2013-05-041-1/+1
* | | | Disable warnings related to imports in pylint configDavid Pursehouse2013-05-031-1/+1
|/ / /
* | | Add regex support for subcommand forallZhiguang Li2013-04-293-13/+24
* | | Merge "Set correct name in PyDev and Eclipse project config"David Pursehouse2013-04-202-2/+2
|\ \ \
| * | | Set correct name in PyDev and Eclipse project configDavid Pursehouse2013-04-192-2/+2
* | | | Merge "Some fixes for supporting python3"Conley Owens2013-04-1914-90/+130
|\ \ \ \
| * | | | Some fixes for supporting python3Chirayu Desai2013-04-1814-90/+130
| |/ / /
* / / / repo: add rudimentary version checkingChirayu Desai2013-04-171-0/+14
|/ / /
* | | 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
| |/ / /