summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-1/+9
* Highlight projects which still have sync failures during 'repo status'Shawn O. Pearce2009-04-181-3/+15
* Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'Shawn O. Pearce2009-04-181-10/+30
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-181-11/+32
* Add progress meter to 'repo start'Shawn O. Pearce2009-04-181-2/+4
* Make usage of open safer by setting binary mode and closing fdsShawn O. Pearce2009-04-181-4/+6
* Speed up 'repo start' by removing some forksShawn O. Pearce2009-04-181-22/+60
* 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-181-0/+8
* Avoid git fork on the common case of repo not changingShawn O. Pearce2009-04-181-1/+19
* Avoid unnecessary git symbolic-ref calls during repo syncShawn O. Pearce2009-04-171-3/+6
* Improve repo sync performance by avoid git forksShawn O. Pearce2009-04-171-15/+49
* Implement git ref reading purely in PythonShawn O. Pearce2009-04-171-26/+4
* Implement 'git symbolic-ref HEAD' in PythonShawn O. Pearce2009-04-171-8/+11
* 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-161-56/+154
* 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
* status: tell the user the working tree is cleanShawn O. Pearce2009-04-101-1/+2
* Add 'repo sync -d' to detach projects from their current topicShawn O. Pearce2009-04-101-2/+2
* Make 'repo start' restartable upon failuresShawn O. Pearce2009-04-101-8/+23
* 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-101-0/+26
* Add checkout command.Wink Saville2009-04-101-0/+14
* Add repo manifest -o to save a manifestv1.6.2Shawn O. Pearce2009-03-051-6/+8
* Set core.bare to true on mirror repositoriesv1.6.1Shawn O. Pearce2009-03-031-1/+5
* Get rid of the horrible android import work around hackShawn O. Pearce2009-03-031-25/+0
* Fix repo status when there are renamed/copied filesShawn O. Pearce2009-03-031-1/+1
* Report better errors when a project revision is invalidShawn O. Pearce2009-03-021-0/+7
* Fix repo prune output to sort by branch nameShawn O. Pearce2009-03-021-1/+1
* Fix repo prune to work on git 1.6.1-rc3~5 and laterShawn O. Pearce2009-03-021-11/+8
* Remove the protobuf based HTTP upload code pathShawn O. Pearce2009-01-261-28/+1
* Support Gerrit2's ssh:// based uploadv1.5Shawn O. Pearce2009-01-051-23/+50
* Remove astray commav1.4.4Marcelo E. Magallon2008-12-311-1/+1
* Add --review and --cc flags to repo upload, so you canJoe Onorato2008-11-191-3/+5
* Teach 'repo upload --replace' how to add replacement patch setsv1.3Shawn O. Pearce2008-11-121-3/+16
* Refactor part of GetUploadableBranches to lookup one specific branchShawn O. Pearce2008-11-121-6/+14
* Add <remote project-name="..."> attribute within projectsShawn O. Pearce2008-11-061-1/+3
* Use remote.*.projectname to indicate the target project for uploadShawn O. Pearce2008-11-061-1/+9
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-051-7/+29
* Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'v1.0.9Shawn O. Pearce2008-11-031-0/+16
* Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce2008-11-031-18/+50
* Catch symlink creation failures and report a better errorShawn O. Pearce2008-11-031-2/+9
* Don't print "Already up-to-date" during repo syncv1.0.8Shawn O. Pearce2008-10-301-1/+5
* Fast-forward a fully merged topic branch during 'repo sync'Shawn O. Pearce2008-10-301-0/+9
* Don't flip out if there are no template hooksShawn O. Pearce2008-10-291-1/+5
* Stop downloading snapshots as native git:// is fasterShawn O. Pearce2008-10-281-29/+0
* Stop hiding remote missing object errorsShawn O. Pearce2008-10-281-34/+2
* Repair any mis-directed android-1.0 annotated tagsv1.0.6Shawn O. Pearce2008-10-241-0/+25
* Teach repo how to download changes to the local checkoutv1.0.4Shawn O. Pearce2008-10-231-0/+42