aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2022-05-12fetch/git : Use cat as pageryocto-4.0.12022-04.1-kirkstone2.0.1Richard Purdie
2022-04-14fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-03-26fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-02-20fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-17fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2021-11-03fetch/git: Show warning for invalid github urlsRichard Purdie
2021-11-03fetch/git: Handle github dropping git:// supportRichard Purdie
2021-11-03fetch2/git: Add a warning asking users to set a branch in git urlsRichard Purdie
2021-11-03fetch2/git: Allow git fetcher to support subdir paramRichard Purdie
2021-09-19fetch2/git: Use os.rename instead of mvRichard Purdie
2021-09-16fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-07-10fetch/git: run gc in foreground to avoid race with tarAdam Romanek
2021-04-20fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-04-18fetch/git: add support for disabling shared clones on unpackHenning Schild
2021-01-23fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-01-05fetch/git: Fix usehead for non-default namesJoey Degges
2020-11-02fetch2/git: Document that we won't support passwords in git urlsRichard Purdie
2020-10-15bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies
2020-09-18bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-07-12fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-05-30git.py: Use the correct branch to check if the repository has LFS objects.Mauro Queirós
2020-05-30git.py: LFS bitbake note should not be printed if need_lfs is not set.Mauro Queirós
2020-05-30git.py: skip smudging if lfs=0 is setMauro Queirós
2020-01-19fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2019-10-23fetch2/git: fetch shallow revs when neededChristopher Larson
2019-09-27fetch2/git: refactor check for git-lfs commandRoss Burton
2019-09-19fetch2/git: add git-lfs toggle optionRoss Burton
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-29bitbake: fetch2/git: git-lfs checkNaveen Saini
2019-03-25fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-21fetch2/git: Fix clean to remove clonedirRobert Yang
2019-02-12bitbake: remove True option to getVar callsAndré Draszik
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-11-22fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-10-17fetch2/git: provide information about missing sourcesUrs Fässler
2018-10-17fetch2/git: explicitly show the decision logic to select the source in codeUrs Fässler
2018-10-17fetch2/git: prevent access to non-existing clonedirUrs Fässler
2018-10-04fetch2/git: use correct check to decide if the shallow tarball should be unpa...Urs Fässler
2018-10-04fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04fetch2/git: improve readability of method need_updateUrs Fässler
2018-08-28fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-06-15fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-05-11fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
2018-03-28fetch2/git: log exception if ls-remote failsRoss Burton
2018-02-09fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi
2018-01-28fetch/git: Add pack-refs command to mirror handling codeRichard Purdie
2017-09-07Replace deprecated git branch parameter "--set-upstream"Andre Rosa