summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Enable remotes to define their own revisionAnthony King2014-05-071-6/+16
* | Merge "Return a list rather than dict_values in XmlManifest.projects()"Conley Owens2014-05-071-1/+1
|\ \
| * | Return a list rather than dict_values in XmlManifest.projects()Anthony King2014-05-061-1/+1
| |/
* / Use sorted() rather than .sort()Anthony King2014-05-061-4/+2
|/
* Add linkfile support.Jeff Hamilton2014-04-221-0/+16
* Fix to mirror manifest when --mirror is givenKwanhong Lee2014-02-201-1/+2
* Add the "diffmanifests" commandJulien Campergue2014-02-171-1/+38
* Fix persistent-https relative url resolvingConley Owens2014-01-311-8/+10
* repo: Fix 'remove-project' regression with multiple projects.v1.12.10David James2014-01-301-3/+6
* Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-19/+45
|\
| * repo: Support multiple branches for the same project.David James2013-10-141-19/+45
* | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-0/+4
* | Fix a small whitespace consistency issueConley Owens2013-10-161-1/+1
* | Dan't accessing attr of None (`manifest` subcmd)Conley Owens2013-10-161-1/+3
* | Fix indentationv1.12.5David Pursehouse2013-10-151-4/+3