summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/gitsm.py
AgeCommit message (Expand)Author
2019-06-18bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle
2019-06-18bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle
2019-03-24bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-03-24bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-03-24bitbake: gitsm.py: Fix relative URLsMark Hatle
2019-03-24bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-03-24bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-03-24bitbake: gitsm.py: revise unpackMark Hatle
2019-03-24bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-03-24bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-03-24bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2018-11-07bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...Mark Hatle
2018-11-07bitbake: fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle
2018-10-04bitbake: gitsm: Allow relative URIs when fetchingMark Hatle
2018-10-04bitbake: fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: fix a typoLaurent Bonnans
2018-09-26bitbake: fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle
2018-06-07bitbake: fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2017-06-02bitbake: fetch/gitsm: add support for shallow mirror tarballsChristopher Larson
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-01-17bitbake: gitsm.py: Add force flag to git checkout command in update_submodulesOla Redell
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-03-26bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...Derek Straka
2016-02-04bitbake: fetch2/gitsm: Fix when repository change submodulesFelipe F. Tonello
2015-07-07bitbake: fetch2: Checkout to correct ref begore init and update submodulesFelipe F. Tonello
2014-05-19bitbake: fetch2/gitsm: Documentation improvements for gitsm:// fetcherChris Morgan
2014-02-28bitbake: fetch2: fix fetching git submodules with git 1.7.9.x or olderPaul Eggleton
2014-01-18bitbake: fetch2/gitsm: Use ud.basecmd instead of hardcoding gitRichard Purdie
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-03-25bitbake: bitbake/fetch: Add git submodules fetcherRichard Purdie