summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Better handling of duplicate default"David Pursehouse2013-10-151-5/+14
|\ \ | |/ |/|
| * Better handling of duplicate defaultJulien Campergue2013-10-101-5/+14
* | Respect remote aliasesConley Owens2013-10-081-1/+6
|/
* Give the node _Default class a destBranchExprConley Owens2013-09-251-0/+1
* Fix urllib.parse (urlparse) handlingChirayu Desai2013-06-111-1/+1
* Fix "'module' object is not callable" errorDavid Pursehouse2013-06-081-1/+1
* Send reviews to a different branch from fetchBryan Jacobs2013-05-241-1/+6
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+5
* Some fixes for supporting python3Chirayu Desai2013-04-181-32/+32