aboutsummaryrefslogtreecommitdiff
path: root/manifest_xml.py
AgeCommit message (Expand)Author
2020-11-12manifest_xml: correct project revisionId for extend-projectMiguel Gaio
2020-09-08manifest: drop support for local_manifest.xmlMike Frysinger
2020-05-26manifest: normalize name & path when constructing fs pathsMike Frysinger
2020-05-21Make partial clone imply no-clone-bundle by default.Xin Li
2020-04-20When writing manifest, set the dest-branch attribute for projectsSean McAllister
2020-03-13manifest_xml: unify bool & int parsingMike Frysinger
2020-02-24manifest_xml: skip config lookup during first initv2.4.1Mike Frysinger
2020-02-22manifest_xml: change .repo/manifest.xml to a plain fileMike Frysinger
2020-02-21manifest/tests: get them passing under WindowsMike Frysinger
2020-02-19add experimental git worktree supportMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix indentation issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix tests for membership to use 'not in'David Pursehouse
2020-02-12Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse
2020-02-12Remove trailing blank linesDavid Pursehouse
2020-02-10manifest_xml: allow src=. with symlinksMike Frysinger
2020-02-04Add a way to override the remote using <extend-project>Kyunam Jo
2020-02-04project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger
2020-02-04manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger
2019-07-16Add support for partial clone.v1.13.4Xin Li
2019-07-05fix raise syntaxMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2019-06-06diffmanifests: honor user-supplied manifest pathsBasil Gello
2018-10-22Add support for long pathsRenaud Paquay
2018-07-24Remove unused pylint suppressionsDavid Pursehouse
2018-05-09manifest: Support a default upstream valueNasser Grainawi
2018-03-15Add a way to override the revision of an <extend-project>Luis Hector Chavez
2018-02-14implement optional 'sync-tags' in the manifest fileYOUNG HO CHA
2017-08-31Replace all os.remove callsRenaud Paquay
2017-05-29Add support for creating symbolic links on WindowsRenaud Paquay
2017-05-29sync: Add support to dump a JSON event log of all sync events.David Riley
2017-05-28Use OS file separatorRenaud Paquay
2017-05-23init: add --submodules to sync manifest submodulesMartin Kelly
2016-10-27Add sso to list of known schemes for relative URLsJoe Kilner
2016-09-20implement optional 'pushurl' in the manifest fileSteve Rae
2016-06-17pylint: fix indentation in manifest_xmlStefan Beller
2016-04-22Fix XmlManifest.Save with remotes that have 'alias' setDan Willemsen
2015-09-09GITC: Always update the gitc manifest from the repo manifestv1.12.31Dan Willemsen
2015-09-09Revert "GITC: Always update the gitc manifest from the repo manifest"Dan Willemsen
2015-09-09GITC: Always update the gitc manifest from the repo manifestDan Willemsen
2015-08-31GITC: Pull GITC Manifest Dir from the config.Simran Basi
2015-08-28GITC: Add repo start support.Simran Basi
2015-08-17Copy clone-depth in `repo manifest`Dan Willemsen
2015-07-31Include dest-branch attribute in the 'manifest' subcommand's outputSimon Ruggier
2015-07-10Always output upstream if specifiedConley Owens
2015-04-29Fix substitution err for schemeless manifest urlsv1.12.22Conley Owens
2015-03-31Resolve fetch urls more efficientlyAnthony King
2015-03-17Revert "Implementation of manifest defined githooks"v1.12.20Jonathan Nieder
2015-02-03Implementation of manifest defined githooksJimmie Wester