summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \ | |/ / |/| |
| * | Show user about not initializing repo in current directoryYang Zhenhui2012-10-261-7/+16
| |/
* | Add a PGP key for cco3@android.comv1.11.0Conley Owens2012-10-261-1/+33
* | Update PGP keys during _PostRepoUpgrade in `sync`Conley Owens2012-10-253-18/+22
|/
* Merge "sync: Run gc --auto in parallel"Shawn Pearce2012-10-251-2/+53
|\
| * sync: Run gc --auto in parallelDave Borowitz2012-10-251-2/+53
* | Merge "project: Support config args in git command callables"Shawn Pearce2012-10-251-3/+14
|\|
| * project: Support config args in git command callablesDave Borowitz2012-10-241-3/+14
* | Merge "sync: Keep a moving average of last fetch times"Shawn Pearce2012-10-251-5/+17
|\|