summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\| |
| * | Handle manifest parse errors in mainDavid Pursehouse2012-11-131-0/+4
* | | Merge "Better handling of duplicate remotes"Conley Owens2012-11-121-5/+14
|\| |
| * | Better handling of duplicate remotesDavid Pursehouse2012-11-131-5/+14
* | | Merge "Change usages of xrange() to range()"Conley Owens2012-11-124-4/+4
|\ \ \ | |/ / |/| |
| * | Change usages of xrange() to range()Sarah Owens2012-11-014-4/+4
* | | Print deprecation warning when local_manifest.xml is usedDavid Pursehouse2012-11-132-1/+5
* | | Add support for multiple local manifestsDavid Pursehouse2012-11-132-7/+26
* | | Handle XML errors when parsing the manifestDavid Pursehouse2012-11-131-1/+5
* | | Merge "Always show --manifest-server-* options"Conley Owens2012-11-071-6/+6
|\ \ \
| * | | Always show --manifest-server-* optionsConley Owens2012-11-061-6/+6
| |/ /
* / / Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-074-9/+8
|/ /
* | Merge "Use python3 urllib when urllib2 not available"Conley Owens2012-11-013-28/+59
|\ \
| * | Use python3 urllib when urllib2 not availableSarah Owens2012-10-313-28/+59
* | | Merge "Use 'stat' package instead of literals for mkdir()"Conley Owens2012-11-011-1/+2
|\ \ \
| * | | Use 'stat' package instead of literals for mkdir()Sarah Owens2012-10-311-1/+2
* | | | project: Require git >= 1.7.2 for setting config on command lineDave Borowitz2012-10-311-1/+4
* | | | sync: Only parallelize gc for git >= 1.7.2Dave Borowitz2012-10-311-2/+3
| |/ / |/| |
* | | Even more coding style cleanupDavid Pursehouse2012-10-3012-24/+24
* | | Merge "Update minimum git version to 1.7.2"Shawn Pearce2012-10-261-2/+2
|\ \ \
| * | | Update minimum git version to 1.7.2Conley Owens2012-10-261-2/+2
* | | | Merge "Revert "Represent git-submodule as nested projects""Shawn O. Pearce2012-10-265-340/+55
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-265-340/+55
* | | | Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments"Shawn O. Pearce2012-10-261-3/+3
|\| | | | |/ / |/| |
| * | repo selfupdate: Fix _PostRepoUpgrade takes 2 argumentsShawn O. Pearce2012-10-261-3/+3
* | | Merge "Show user about not initializing repo in current directory"Conley Owens2012-10-261-7/+16
|\ \ \ | |/ / |/| |