summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify options that control the repo executable versionShawn O. Pearce2009-04-184-6/+8
* Correct note about local_manifest.xml capabilitiesShawn O. Pearce2009-04-181-5/+0
* Only display project path in 'repo stage -i'Shawn O. Pearce2009-04-181-2/+2
* Improve the help text for 'repo start'Shawn O. Pearce2009-04-181-14/+4
* Display the URL we will upload changes to for reviewShawn O. Pearce2009-04-181-1/+1
* Improve the help text for 'repo upload'Shawn O. Pearce2009-04-181-13/+17
* Remove unused methods from project.ReviewableBranchShawn O. Pearce2009-04-181-10/+0
* Only fetch repo once-per-day under normal 'repo sync' usageShawn O. Pearce2009-04-182-3/+19
* Avoid git fork on the common case of repo not changingShawn O. Pearce2009-04-181-1/+19
* Only display a progress meter once we spend 0.5 seconds on a taskShawn O. Pearce2009-04-181-1/+10
* Disable the progress meter when trace is enabledShawn O. Pearce2009-04-181-0/+7
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-185-17/+47
* Enable tracing of ref scans and config unpicklingShawn O. Pearce2009-04-172-1/+9
* Avoid unnecessary git symbolic-ref calls during repo syncShawn O. Pearce2009-04-172-5/+18
* Pickle parsed git config filesShawn O. Pearce2009-04-171-0/+38
* Improve repo sync performance by avoid git forksShawn O. Pearce2009-04-172-15/+60
* Implement git ref reading purely in PythonShawn O. Pearce2009-04-172-26/+137
* Implement 'git symbolic-ref HEAD' in PythonShawn O. Pearce2009-04-171-8/+11
* Only compute commits in repo upload if we need to show a promptShawn O. Pearce2009-04-171-2/+3
* Allow review.URL.autoupload to skip prompting during `repo upload`Shawn O. Pearce2009-04-171-12/+44
* Supporrt mixed case subsection names in Git config filesShawn O. Pearce2009-04-171-11/+15
* Remove confusing message from repo sync outputShawn O. Pearce2009-04-171-1/+0
* Change repo sync to be more friendly when updating the treev1.6.6Shawn O. Pearce2009-04-164-62/+175
* Refactor error message display in project.pyShawn O. Pearce2009-04-161-3/+5
* Use default rebase during sync instead of rebase -iShawn O. Pearce2009-04-161-2/+2
* Don't divide by zero in progress meterShawn O. Pearce2009-04-161-14/+27
* Document 'repo status' outputShawn O. Pearce2009-04-131-0/+38
* Fix formatting of 'repo help sync'Shawn O. Pearce2009-04-131-0/+1
* Cleanup checkout help to match other commandsShawn O. Pearce2009-04-131-4/+6
* Add 'repo selfupdate' to upgrade only repoShawn O. Pearce2009-04-132-15/+83
* Add 'repo grep' to support searching all projectsv1.6.5Shawn O. Pearce2009-04-101-0/+243
* status: tell the user the working tree is cleanShawn O. Pearce2009-04-102-3/+11
* Add a project progress meter to 'repo sync'Shawn O. Pearce2009-04-102-1/+53
* Add 'repo sync -l' to only do local operationsShawn O. Pearce2009-04-101-25/+33
* Add 'repo sync -d' to detach projects from their current topicShawn O. Pearce2009-04-102-3/+17
* Add 'repo sync -n' to only do the network transferShawn O. Pearce2009-04-101-0/+7
* Hide the internal sync --repo-upgraded flag from usersShawn O. Pearce2009-04-101-1/+2
* Make 'repo start' restartable upon failuresShawn O. Pearce2009-04-103-10/+35
* Don't capture stdout during 'repo checkout'Shawn O. Pearce2009-04-101-1/+1
* Add a repo branches subcommand to describe current branchesShawn O. Pearce2009-04-102-0/+176
* Add checkout command.Wink Saville2009-04-102-0/+59
* Don't start the pager if stdout is a pipev1.6.4Shawn O. Pearce2009-04-011-1/+1
* Only lookup review server '/ssh_info' once per repo processShawn O. Pearce2009-03-251-19/+33
* Produce a useful error if /ssh_info was HTML and not plain textShawn O. Pearce2009-03-251-0/+5
* Handle review URLs pointing directly at GerritShawn O. Pearce2009-03-251-3/+6
* Don't bother listing branch URLs during uploadShawn O. Pearce2009-03-191-3/+0
* Fix repo re-init in a mirror to not promptShawn O. Pearce2009-03-191-2/+2
* Allow repo init to restart if URL was initially invalidv1.6.3Shawn O. Pearce2009-03-171-1/+1
* Give a more friendly error in 'repo init' if manifest url is invalidShawn O. Pearce2009-03-171-1/+5
* Set forall environment variables to empty string if NoneShawn O. Pearce2009-03-171-7/+12