summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2021-11-03bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie
2021-05-04bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-02-02bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier
2020-10-17bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies
2020-09-23bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-07-12bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-06-04bitbake: git.py: Use the correct branch to check if the repository has LFS ob...Mauro Queirós
2020-06-04bitbake: git.py: LFS bitbake note should not be printed if need_lfs is not set.Mauro Queirós
2020-06-04bitbake: git.py: skip smudging if lfs=0 is setMauro Queirós
2020-01-19bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-10-28bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson
2019-09-27bitbake: fetch2/git: refactor check for git-lfs commandRoss Burton
2019-09-19bitbake: fetch2/git: add git-lfs toggle optionRoss Burton
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-29bitbake: bitbake: fetch2/git: git-lfs checkNaveen Saini
2019-03-26bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-24bitbake: fetch2/git: Fix clean to remove clonedirRobert Yang
2019-02-12bitbake: bitbake: remove True option to getVar callsAndré Draszik
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-11-22bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-10-18bitbake: fetch2/git: provide information about missing sourcesUrs Fässler
2018-10-18bitbake: fetch2/git: explicitly show the decision logic to select the source ...Urs Fässler
2018-10-18bitbake: fetch2/git: prevent access to non-existing clonedirUrs Fässler
2018-10-04bitbake: fetch2/git: use correct check to decide if the shallow tarball shoul...Urs Fässler
2018-10-04bitbake: fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04bitbake: fetch2/git: improve readability of method need_updateUrs Fässler
2018-08-28bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-05-22bitbake: fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
2018-03-28bitbake: fetch2/git: log exception if ls-remote failsRoss Burton
2018-02-14bitbake: fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi
2018-01-29bitbake: fetch/git: Add pack-refs command to mirror handling codeRichard Purdie
2017-09-11bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa
2017-06-02bitbake: fetch/git: add support for removing arbitrary revs for shallowChristopher Larson
2017-06-02bitbake: fetch/git: add support for keeping extra refs for shallowChristopher Larson
2017-06-02bitbake: fetch/git: support per-branch/per-url depths for shallowChristopher Larson
2017-06-02bitbake: fetch/git: add support for shallow mirror tarballsChristopher Larson
2017-06-02bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson
2017-03-27bitbake: fetch2/git: prevent recursion on getting latest revisionPaul Eggleton
2017-03-22bitbake: fetch/git: fix FetchError referenceChristopher Larson
2017-03-22bitbake: fetch/git: drop pointless os.path.join, workdir=Christopher Larson
2017-03-22bitbake: fetch/git: kill pointless quotes around single % argsChristopher Larson
2017-03-22bitbake: fetch/git: use enumerate for ud.namesChristopher Larson
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19bitbake: fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen