summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add global option --time to track executionShawn O. Pearce2011-09-221-1/+18
* Support ~/.netrc for HTTP Basic authenticationShawn O. Pearce2011-09-191-0/+12
* Enhance HTTP supportShawn O. Pearce2011-09-191-2/+58
* Honor http_proxy variable globallyShawn O. Pearce2011-09-111-0/+8
* Add "repo branch" as an alias for "repo branches"Mike Lockwood2011-01-091-0/+2
* Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-1/+2
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-291-2/+2
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-1/+5
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-181-2/+3
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-181-2/+2
* Add global --trace command line optionShawn O. Pearce2009-03-091-0/+6
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-1/+9
* Add 'repo version' to describe what code we are runningShawn O. Pearce2009-03-021-0/+10
* Report better errors when a project revision is invalidShawn O. Pearce2009-03-021-0/+4
* Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce2008-11-031-3/+5
* Move the Editor configuration out of Manifest's constructorShawn O. Pearce2008-10-291-0/+2
* Remove the Python 2.4 dependency and use just 'python'v1.0.1Shawn O. Pearce2008-10-211-1/+1
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+198