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