summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* repo: improve duplicate default checkJack Neus2021-06-151-1/+2
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-111-0/+10
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-1/+6
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-4/+10
* manifest_xml: initial support for <contactinfo>Raman Tenneti2021-05-041-0/+17
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-0/+4
* manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-301-1/+10
* init: Added --partial-clone-exclude option.Raman Tenneti2021-04-131-0/+6
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-2/+5
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-0/+12
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-021-11/+30
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-281-4/+14
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-281-5/+31
* use simpler super() magicMike Frysinger2021-02-191-4/+3
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-071-0/+2
* manifest_xml: initial support for <superproject>Raman Tenneti2021-01-081-0/+37
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-9/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* manifest_xml: harmonize list fieldsMike Frysinger2020-12-041-6/+10
* manifest: add support for groups in includev2.10Fredrik de Groot2020-11-261-2/+12
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-25/+55
* manifest: add a --json output optionMike Frysinger2020-11-171-3/+52
* manifest_xml: correct project revisionId for extend-projectMiguel Gaio2020-11-121-1/+5
* manifest: drop support for local_manifest.xmlMike Frysinger2020-09-081-10/+6
* manifest: normalize name & path when constructing fs pathsMike Frysinger2020-05-261-0/+8
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-0/+8
* When writing manifest, set the dest-branch attribute for projectsSean McAllister2020-04-201-1/+8
* manifest_xml: unify bool & int parsingMike Frysinger2020-03-131-55/+70
* manifest_xml: skip config lookup during first initv2.4.1Mike Frysinger2020-02-241-1/+1
* manifest_xml: change .repo/manifest.xml to a plain fileMike Frysinger2020-02-221-6/+21
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-211-3/+14
* add experimental git worktree supportMike Frysinger2020-02-191-6/+29
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-1/+3
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-13/+13
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-2/+2
* Fix tests for membership to use 'not in'David Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-34/+34
* Remove trailing blank linesDavid Pursehouse2020-02-121-1/+0
* manifest_xml: allow src=. with symlinksMike Frysinger2020-02-101-5/+7
* Add a way to override the remote using <extend-project>Kyunam Jo2020-02-041-0/+5
* project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-2/+2
* manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-3/+82
* Add support for partial clone.v1.13.4Xin Li2019-07-161-0/+6
* fix raise syntaxMike Frysinger2019-07-051-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1