summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Silence 'Current branch %s is up to date' during syncShawn O. Pearce2009-06-031-3/+1
* Fix unnecessary self in project.pyShawn O. Pearce2009-06-011-1/+1
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-291-91/+89
* Change DWIMery hack for dealing with rewound remote branchShawn O. Pearce2009-05-291-35/+39
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-291-12/+13
* Remove support for the extra <remote> definitions in manifestsShawn O. Pearce2009-05-191-15/+0
* Automatically guess Gerrit change number in "repo upload --replace"v1.6.7.4Ficus Kirkpatrick2009-05-051-0/+13
* Perform copy file activity when creating a new work directoryv1.6.7.1Shawn O. Pearce2009-04-211-0/+1
* Fix 'repo sync' rebase logic on a published branchv1.6.7Shawn O. Pearce2009-04-211-6/+3
* 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