summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatically guess Gerrit change number in "repo upload --replace"v1.6.7.4Ficus Kirkpatrick2009-05-052-2/+33
* Fix ssh://user@hostname/ style URLs parsingv1.6.7.3Shawn O. Pearce2009-04-301-1/+1
* Disable SSH ControlMaster option on CygwinShawn O. Pearce2009-04-231-1/+1
* Require a project or '--all' to be specified when using 'repo start'.Ficus Kirkpatrick2009-04-221-2/+14
* Fix UnboundLocalError: local variable 'port' when using SSHv1.6.7.2Shawn O. Pearce2009-04-211-5/+4
* Perform copy file activity when creating a new work directoryv1.6.7.1Shawn O. Pearce2009-04-211-0/+1
* Change -p command to use stdout instead of stderr.Wink Saville2009-04-211-1/+1
* Fix 'repo sync' rebase logic on a published branchv1.6.7Shawn O. Pearce2009-04-211-6/+3
* Document the SSH ControlMaster behavior of repo syncShawn O. Pearce2009-04-211-0/+29
* Support a level 2 heading in help description textShawn O. Pearce2009-04-211-3/+13
* Work around 'ControlPath too long' on Mac OS XShawn O. Pearce2009-04-211-1/+4
* Fix launching of editor under 'repo upload --replace'Shawn O. Pearce2009-04-181-3/+3
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-185-3/+122
* 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