summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set core.bare to true on mirror repositoriesv1.6.1Shawn O. Pearce2009-03-031-1/+5
* Allow repo forall -c on a mirror by using GIT_DIR as pwdShawn O. Pearce2009-03-031-4/+12
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-036-9/+22
* 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
* Export additional environment variables to repo forall:Jeff Bailey2009-03-021-0/+17
* Add 'repo version' to describe what code we are runningShawn O. Pearce2009-03-022-0/+45
* Report better errors when a project revision is invalidShawn O. Pearce2009-03-023-0/+15
* 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
* Mergev1.6Android Code Review2009-02-101-19/+0
|\
| * Remove the now unnecessary MakefileShawn O. Pearce2009-01-261-19/+0
* | MergeAndroid Code Review2009-02-1025-6287/+1
|\|
| * Remove the protobuf based HTTP upload code pathShawn O. Pearce2009-01-2625-6287/+1
* | Fix color parsing to not crash when user defined colors are setv1.5.1Shawn O. Pearce2009-02-021-1/+1
|/
* Support Gerrit2's ssh:// based uploadv1.5Shawn O. Pearce2009-01-052-24/+91
* Remove astray commav1.4.4Marcelo E. Magallon2008-12-311-1/+1
* Correct the REPO_URL in the wrapper script to android.git.kernel.orgv1.4.3Shawn O. Pearce2008-12-181-2/+2
* Describe upload --replace in upload's help textv1.4.2Shawn O. Pearce2008-12-121-0/+6
* Don't accept multiple commits for the same change in upload --replaceShawn O. Pearce2008-12-121-1/+6
* Fix upload --replace after it was broken when --review,--cc was addedv1.4.1Shawn O. Pearce2008-11-241-2/+2
* Support <remove-project name="X"> in manifest to remove/replace Xv1.4Shawn O. Pearce2008-11-202-0/+26
* Add --review and --cc flags to repo upload, so you canJoe Onorato2008-11-195-20/+88
* Make repo's editor work when the editor is a commandline withv1.3.2Joe Onorato2008-11-141-2/+2
* Paper bag fix repo 1.3's "repo upload" without --replacev1.3.1Shawn O. Pearce2008-11-121-4/+5
* Teach 'repo upload --replace' how to add replacement patch setsv1.3Shawn O. Pearce2008-11-123-4/+83
* Update proto client to support patch set replacmentsShawn O. Pearce2008-11-122-6/+55
* Refactor part of GetUploadableBranches to lookup one specific branchShawn O. Pearce2008-11-121-6/+14
* Treat missing attributes as None when parsing the manifestv1.2Shawn O. Pearce2008-11-061-0/+2
* Add <add-remote to-project="..."> to inject additional remotesShawn O. Pearce2008-11-062-8/+43
* Add <remote project-name="..."> attribute within projectsShawn O. Pearce2008-11-064-6/+26
* Use remote.*.projectname to indicate the target project for uploadShawn O. Pearce2008-11-062-1/+11
* Add some short documentation about the local manifestShawn O. Pearce2008-11-061-0/+29
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-056-20/+109
* Add a basic outline of the repo manifest file formatShawn O. Pearce2008-11-041-0/+126
* Update proto_client to notify the user when auth cookies are accessedShawn O. Pearce2008-11-042-20/+40
* Assume the manifest branch matches the branch name in GitShawn O. Pearce2008-11-041-6/+7
* Cleanup stale manifest migration code from manifest.pyShawn O. Pearce2008-11-041-9/+2
* Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'v1.0.9Shawn O. Pearce2008-11-032-0/+58
* Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce2008-11-035-22/+110
* 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
* Remove import_tar, import_zip and the <snapshot> elementsv1.0.7Shawn O. Pearce2008-10-305-1214/+0
* Cache the per-user configuration to avoid duplicate instancesShawn O. Pearce2008-10-291-1/+5
* Move the Editor configuration out of Manifest's constructorShawn O. Pearce2008-10-292-3/+2
* 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
* wrapper 1.6Shawn O. Pearce2008-10-281-1/+1