summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make 'repo status' show the branch you are currently onShawn O. Pearce2009-04-181-0/+13
* Highlight projects which still have sync failures during 'repo status'Shawn O. Pearce2009-04-181-3/+15
* Print '(no branches)' if the output of `repo branches` is emptyShawn O. Pearce2009-04-181-0/+4
* Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'Shawn O. Pearce2009-04-182-12/+51
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-183-23/+56
* Add progress meter to 'repo start'Shawn O. Pearce2009-04-182-3/+11
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-184-11/+23
* Speed up 'repo start' by removing some forksShawn O. Pearce2009-04-182-26/+104
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-184-5/+151
* Clarify the option section header in 'repo help grep'Shawn O. Pearce2009-04-181-2/+2
* Show options help after the summary for a commandShawn O. Pearce2009-04-181-1/+1
* Improve the help text for 'repo init'Shawn O. Pearce2009-04-181-3/+14
* 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