summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix switching manifest branches using repo init -bFlorian Vallee2012-06-131-0/+16
* Allow projects with groups=Nonev1.9.1Colin Cross2012-05-241-0/+2
* Fix initial sync broken by sync-c optionv1.9.0Shawn O. Pearce2012-05-241-1/+9
* repo download: add --ff-only optionPierre Tardy2012-05-241-1/+3
* repo download: add --revert optionErwan Mahe2012-05-241-0/+9
* repo download: add --cherry-pick optionPierre Tardy2012-05-241-0/+8
* Add sync-c option to manifestAnatol Pomazau2012-04-231-1/+4
* Refine groups functionalityConley Owens2012-04-231-34/+14
* Add project annotation handling to repoJames W. Mills2012-04-231-0/+9
* Check if SHA1 presents in repositoryAnatol Pomazau2012-04-231-2/+4
* Add manifest groupsv1.8.2Colin Cross2012-04-131-2/+44
* Option for 'repo diff' to generate output suitable for 'patch' cmdpelya2012-04-131-1/+4
* Ignore /clone.bundle on HTTP 401, 403 and 404v1.8.1Shawn O. Pearce2012-03-221-1/+1
* Do not change branch.foo.merge in case of manifest syncAnatol Pomazau2012-03-201-1/+3
* sync: --no-clone-bundle disables the clone bundle supportv1.8.0Shawn O. Pearce2012-03-141-2/+8
* Permit - in URL schemes for special URLsShawn O. Pearce2012-03-141-0/+2
* repo status to print project name on clean gitsAli Utku Selen2012-03-121-1/+1
* Add 'rebase="false"' attribute to the <project/> XML.Mike Pontillo2012-03-121-2/+5
* Avoid missing content-length header in project.pyConley Owens2012-03-121-1/+1
* upload: Support uploading to Gerrit over https://v1.7.8.2Shawn O. Pearce2012-01-111-16/+15
* Fix typoAnatol Pomazau2011-11-291-1/+1
* Add a sync flag that fetches only current branchAnatol Pomazau2011-11-031-18/+37
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-1/+6
* Work around Python 2.7 urllib2 bugShawn O. Pearce2011-10-111-33/+44
* Fix AttributeError: 'HTTPError' object has no attribute 'reason'v1.7.7.2Shawn O. Pearce2011-10-111-1/+1
* Work around Python 2.7 failure to initialize base classShawn O. Pearce2011-10-111-1/+7
* sync: Fetch after applying bundle and retry after errorsv1.7.7.1Shawn O. Pearce2011-10-031-62/+74
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-11/+134
* Add commit-msg hook also for manifest projectVictor Boivie2011-07-201-1/+4
* Add a --depth option to repo init.v1.7.5Doug Anderson2011-06-091-0/+7
* Add branch support to repo uploadMandeep Singh Baines2011-05-261-1/+3
* Fixed repo checkout error message when git reports errors.Doug Anderson2011-04-071-1/+8
* Fixed repo abandon to give better messages.Doug Anderson2011-04-071-3/+9
* Add option to check status of projects in parallel.Terence Haddock2011-04-071-4/+12
* Creating rr-cachev1.7.4.1Victor Boivie2011-03-171-0/+5
* Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson2011-03-111-1/+265
* Post-nonexistent-revision crash sidesteppedSkyler Kaufman2011-03-081-2/+2
* Renamed 'repo_hooks' function to '_ProjectHooks'.Doug Anderson2011-02-011-7/+18
* Fixed bug identifying 'commit-msg' files.Doug Anderson2011-02-011-1/+1
* Fix mirror clients with no worktreev1.7.3.1Shawn O. Pearce2011-01-101-1/+4
* Make path references OS independentAnthony Newnam2011-01-091-2/+2
* 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
* 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