summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* manifest: Remove redundant re-raise of BaseExceptionsErik Elmeke2025-04-221-6/+1
* black: update to v25Mike Frysinger2025-03-251-19/+19
* Update internal filesystem layout for submodulesKaushik Lingarkar2025-02-041-1/+6
* manifest: add optional base check on remove and extendFredrik de Groot2024-10-281-0/+35
* gitc: delete a few more dead referencesMike Frysinger2024-04-181-6/+0
* manifest_xml: fix url normalization for inits and remotesVitalii Dmitriev2023-12-201-2/+2
* manifest_xml: do not allow / before : in scp-like syntaxMike Frysinger2023-12-191-1/+1
* manifest_xml: support nested submanifestsGuillaume Micouin-Jorda2023-11-151-1/+1
* Correctly handle schema-less URIs for remote fetch URLMichael Kelly2023-11-081-13/+45
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-20/+16
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-211-6/+6
* manifest_xml: Fix empty project list when DOCTYPE is presentChris Allen2023-10-201-1/+4
* cleanup: leverage yield from in more placesJason R. Coombs2023-10-201-4/+2
* delete Python 2 (object) compatMike Frysinger2023-10-201-3/+3
* manifest_xml: use a set instead of (sorted) list in projectsDiffSylvain2023-09-101-6/+5
* isort: format codebasev2.36Mike Frysinger2023-08-221-14/+12
* gitc: drop supportJason Chang2023-08-151-32/+0
* manifest: enable remove-project using pathFredrik de Groot2023-06-211-13/+36
* Add envar to replace shallow clones with partialJason Chang2023-05-251-0/+6
* manifest: add support for revision in includeShuchuan Zeng2023-05-051-2/+19
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-1929/+2178
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* manifest: allow extend-project to override dest-branch and upstreamErik Elmeke2022-09-201-0/+6
* diffmanifests: Handle Missing Projects in Repo WorkspaceShashank Devaraj2022-09-151-1/+4
* manifest_xml: improve topdir accuracy.v2.29LaMont Jones2022-08-221-1/+4
* project: simplify GetRemote a bitMike Frysinger2022-08-171-2/+2
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-251-4/+4
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-1/+5
* Only sync superproject if it will be used.LaMont Jones2022-06-081-10/+39
* project: initial separation of shared project objectsMike Frysinger2022-05-261-3/+6
* manifest: add submanifest.default_groups attributev2.25LaMont Jones2022-04-291-10/+31
* Override the manifest for the entire commandLaMont Jones2022-04-191-53/+69
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-23/+24
* manifest_xml: Add Load and Unload methodsLaMont Jones2022-04-081-4/+15
* Fix sub manifest handlingLaMont Jones2022-04-061-4/+5
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-14/+13
* project: Isolate ManifestProject from RepoProjectLaMont Jones2022-03-311-5/+6
* manifest_file must be an absolute pathLaMont Jones2022-03-231-1/+8
* manifest_xml: group for submanifest projectsLaMont Jones2022-02-281-0/+4
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-27/+427
* Move local-manifest check to manifest_xml.pyLaMont Jones2022-02-151-0/+6
* init: add an option --enable-git-lfs-filterXD Trol2022-01-261-0/+4
* Update revisionId if required when using extend-projectMichael Kelly2021-09-281-5/+3
* Add 'dest-path' to extend-project to support changing pathMichael Kelly2021-09-281-0/+11
* make file removal a bit more robustMike Frysinger2021-09-281-2/+1
* superproject: support a new revision attribute.Xin Li2021-09-271-0/+10
* manifest: make repo-hooks more robust wrt element orderingJack Neus2021-09-231-23/+26
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-231-8/+27
* manifest: Support ignoring local manifests with 'repo manifest'Michael Kelly2021-07-201-0/+7
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-081-10/+10