aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2024-03-21fetch2/git: Install Git LFS in local repository configDerek Erdmann
2024-03-21bitbake: fetch2/git: Escape parentheses in git src namePhilippe Rivest
2024-02-28fetch/git: Avoid clean upon failureRichard Purdie
2024-02-23fetch2: Ensure that git LFS objects are availablePhilip Lorenz
2024-02-19fetch2/git: Make latest_versionstring extract tags with slashes correctlyPeter Kjellerstedt
2024-02-19fetch2/git: A bit of clean-up of latest_versionstring()Peter Kjellerstedt
2024-02-19fetch2/git.py: add comment in try_premirrorsChen Qi
2024-02-19fetch2/git.py: fix a corner case in try_premirrorChen Qi
2024-02-19fetch2/git.py: Fetch mirror into HEADPavel Zhukov
2024-02-19fetch/git2: support git's safe.bareRepositoryAndré Draszik
2023-11-23fetch2: git: add missing destsuffix and subpath parameters in docstringsJulien Stephan
2023-11-23bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns
2023-10-23fetch2/git: fix lfs fetch with destsuffix paramRagesh Nair
2023-10-15fetch2: Add API for upstream source tracingAlberto Pianon
2023-09-14fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt
2023-09-02fetch2: git: Remove useless try..else clauseJoshua Watt
2023-08-25fetch2: git: Check if clone directory is a git repoJoshua Watt
2023-03-27fetch/git: Fix local clone url to make it work with repoRobert Yang
2023-03-21fetch2: Add autorev warning when it is set too lateRichard Purdie
2023-03-21fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-02-22fetch/git: Replace mkdtemp with TemporaryDirectory and avoid exception maskingPaulo Neves
2023-02-22fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2022-12-18fetch2/git: Clarify the meaning of namespaceMarek Vasut
2022-12-09fetch2/git: Prevent git fetcher from fetching gitlab repository metadataMarek Vasut
2022-10-29fetch2/git: don't set core.fsyncobjectfiles=0Ross Burton
2022-09-21fetch2: Remove unneeded conditionalPaulo Neves
2022-07-08fetch2/git: show SRCREV and git repo in error message about fixed SRCREVMartin Jansa
2022-06-07fetch2: Honour BB_FETCH_PREMIRRORONLY optionPavel Zhukov
2022-05-08fetch/git : Use cat as pagerRichard Purdie
2022-04-19fetch2/git: Simplify the validation of SHA-1 revisionsPeter Kjellerstedt
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