summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show which user account each change was uploaded underv1.0.3Shawn O. Pearce2008-10-221-0/+4
* Fix StopIteration exception during repo {sync,status}v1.0.2Shawn O. Pearce2008-10-211-2/+5
* Fix 'repo sync' when the remote reflog has only 1 entryShawn O. Pearce2008-10-211-0/+3
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+1058