summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* diffmanifests: honor user-supplied manifest pathsBasil Gello2019-06-061-21/+36
* Add support for long pathsRenaud Paquay2018-10-221-1/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+1
* manifest: Support a default upstream valueNasser Grainawi2018-05-091-2/+8
* Add a way to override the revision of an <extend-project>Luis Hector Chavez2018-03-151-0/+3
* implement optional 'sync-tags' in the manifest fileYOUNG HO CHA2018-02-141-0/+20
* Replace all os.remove callsRenaud Paquay2017-08-311-1/+1
* Add support for creating symbolic links on WindowsRenaud Paquay2017-05-291-1/+2
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-2/+4
* Use OS file separatorRenaud Paquay2017-05-281-1/+1
* init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-0/+4
* Add sso to list of known schemes for relative URLsJoe Kilner2016-10-271-2/+12
* implement optional 'pushurl' in the manifest fileSteve Rae2016-09-201-1/+9
* pylint: fix indentation in manifest_xmlStefan Beller2016-06-171-1/+1
* Fix XmlManifest.Save with remotes that have 'alias' setDan Willemsen2016-04-221-5/+8
* GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen2015-09-091-2/+3
* Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen2015-09-091-3/+2
* GITC: Always update the gitc manifest from the repo manifestDan Willemsen2015-09-091-2/+3
* GITC: Pull GITC Manifest Dir from the config.Simran Basi2015-08-311-1/+1
* GITC: Add repo start support.Simran Basi2015-08-281-2/+34
* Copy clone-depth in `repo manifest`Dan Willemsen2015-08-171-0/+3
* Include dest-branch attribute in the 'manifest' subcommand's outputSimon Ruggier2015-07-311-0/+6
* Always output upstream if specifiedConley Owens2015-07-101-5/+7
* Fix substitution err for schemeless manifest urlsv1.12.22Conley Owens2015-04-291-1/+2
* Resolve fetch urls more efficientlyAnthony King2015-03-311-16/+9
* Revert "Implementation of manifest defined githooks"v1.12.20Jonathan Nieder2015-03-171-22/+2
* Implementation of manifest defined githooksJimmie Wester2015-02-031-2/+22
* Merge "Add extend-project tag to support adding groups to an existing project"Conley Owens2014-09-181-2/+22
|\
| * Add extend-project tag to support adding groups to an existing projectJosh Triplett2014-06-201-2/+22
* | Add support for rpc:// protocol schemes.T.R. Fullhart2014-09-101-0/+4
* | Enable transferring of attribute using command 'repo manifest -o -'Mani Chandel2014-07-241-0/+2
|/
* Merge "Enable remotes to define their own revision"Conley Owens2014-05-081-6/+16
|\