summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Shawn O. Pearce2010-12-071-21/+156
|\
| * upload: Remove --replace optionFicus Kirkpatrick2010-10-291-6/+0
| * sync --quiet: be more quietShawn O. Pearce2010-10-291-6/+11
| * sync: Enable use of git clone --referenceShawn O. Pearce2010-10-291-7/+94
| * upload -t: Automatically include local branch nameShawn O. Pearce2010-07-151-4/+13
| * Warn users before uploading if there are local changesAnthony Newnam2010-07-151-0/+21
| * sync: Try fetching a tag as a last resort before giving upJulius Gustavsson2010-07-151-3/+18
| * Allow files to be copied into new foldersMatthew Buckett2010-05-271-0/+4
* | Make path references OS independentAnthony Newnam2010-11-291-2/+2
* | Merge branch 'stable'Shawn O. Pearce2010-03-061-6/+8
|\|
| * Automatically install Gerrit Code Review's commit-msg hookv1.6.9Shawn O. Pearce2010-03-061-4/+18
| * Fail sync when encountering "N commits behind."Daniel Sandler2010-03-041-4/+3
| * Check that we are not overwriting a local repository when syncing.v1.6.8.11Nico Sallembien2010-01-201-1/+4
| * sync: Fix split call on malformed email addressesv1.6.8.9Shawn O. Pearce2009-12-301-1/+1
* | Automatically install Gerrit Code Review's commit-msg hookShawn O. Pearce2009-08-221-4/+18
* | Allow meta projects to be created not under .repo/Shawn O. Pearce2009-07-031-2/+4
* | init: add -o, --origin to name manifest remoteShawn O. Pearce2009-07-031-3/+5
* | Make refs/remotes/m management the manifest object's responsibilityShawn O. Pearce2009-07-031-6/+2
* | Teach Project how to relink a .git/ in the work treeShawn O. Pearce2009-07-031-21/+28
|/
* 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