summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
Commit message (Expand)AuthorAgeFilesLines
* superproject: Remove notice about betaJosip Sokcevic2024-10-031-12/+0
* git_superproject: tell git that superproject is bareEmily Shaffer2023-11-091-5/+7
* cleanup: convert exceptions to OSErrorJason R. Coombs2023-10-211-1/+1
* delete Python 2 (object) compatMike Frysinger2023-10-201-1/+1
* isort: format codebasev2.36Mike Frysinger2023-08-221-2/+4
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-395/+485
* git_superproject: Log actual error fmt instead of the entire error message.Joanna Wang2023-02-011-24/+27
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* Use --negotiation-tip in superproject fetches.Joanna Wang2022-12-091-1/+11
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-1/+2
* Only sync superproject if it will be used.LaMont Jones2022-06-081-5/+12
* Stop passing optparse.Values to git_superprojectLaMont Jones2022-04-141-7/+17
* git_superproject: only print beta notice once.LaMont Jones2022-04-141-2/+9
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-28/+41
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-1/+1
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-1/+2
* Move local-manifest check to manifest_xml.pyLaMont Jones2022-02-151-2/+1
* Revert "sync: dropped "NOTICE: --use-superproject is in beta ..." message."Raman Tenneti2022-01-061-0/+2
* sync: dropped "NOTICE: --use-superproject is in beta ..." message.Raman Tenneti2021-12-291-2/+0
* superproject: Only trigger enrollment logic when manifest have it.Xin Li2021-09-281-0/+2
* Fix indent error which would have prevented choice expiration to work.Xin Li2021-09-271-1/+1
* superproject: support a new revision attribute.Xin Li2021-09-271-12/+2
* superproject: Move enrollment to opt-out when enabled globallyv2.16.8Xin Li2021-09-201-36/+10
* superproject: Log branch and remote url with every log message.Raman Tenneti2021-09-161-14/+18
* superproject: Provide accurate feedback for user choicev2.16.7Xin Li2021-09-081-3/+8
* superoject: log error message in the 'fmt' field also.v2.16.6Raman Tenneti2021-09-031-1/+1
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-131-13/+19
* superproject: prepend messages with - "repo superproject"Raman Tenneti2021-08-121-17/+25
* superproject: Skip updating of superproject when -l is used with sync.Raman Tenneti2021-07-281-0/+5
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-28/+23
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-011-0/+81
* superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti2021-06-291-0/+3
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-31/+87
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-0/+4
* superproject: revert not updating commit ids if remote is different.Raman Tenneti2021-06-081-10/+0
* superproject: change the warning message to say it is beta.Raman Tenneti2021-06-031-2/+2
* superproject: require git version 2.28.0 or higher.v2.15.4Raman Tenneti2021-06-031-1/+4
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-2/+1
* superproject: skip updating commit ids if remote's fetchUrl don't match.Raman Tenneti2021-05-041-2/+2
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-0/+10
* help/version: sprinkle bug report URL aroundMike Frysinger2021-04-261-2/+2
* superproject: Added --depth=1 argument to git fetch command.Raman Tenneti2021-03-191-1/+1
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-1/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-041-1/+9
* sync: superproject - support for switching hosts and switching branches.Raman Tenneti2021-02-251-38/+32
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-65/+89
* superproject: Pass branch to git ls-tree.Raman Tenneti2021-02-081-4/+8
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-16/+26
* sync: superproject performance changes.Raman Tenneti2021-02-071-15/+85
* sync: Added --filter=blob:none for git clone of superproject.Raman Tenneti2021-02-021-1/+1