summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2024-03-22bitbake: fetch2/git: Install Git LFS in local repository configDerek Erdmann
2024-03-22bitbake: bitbake: fetch2/git: Escape parentheses in git src namePhilippe Rivest
2024-03-03bitbake: fetch/git: Avoid clean upon failureRichard Purdie
2024-02-23bitbake: fetch2: Ensure that git LFS objects are availablePhilip Lorenz
2024-02-19bitbake: fetch2/git: Make latest_versionstring extract tags with slashes corr...Peter Kjellerstedt
2024-02-19bitbake: fetch2/git: A bit of clean-up of latest_versionstring()Peter Kjellerstedt
2024-02-19bitbake: fetch2/git.py: add comment in try_premirrorsChen Qi
2024-02-19bitbake: fetch2/git.py: fix a corner case in try_premirrorChen Qi
2024-02-19bitbake: fetch2/git.py: Fetch mirror into HEADPavel Zhukov
2024-02-19bitbake: fetch/git2: support git's safe.bareRepositoryAndré Draszik
2023-11-23bitbake: fetch2: git: add missing destsuffix and subpath parameters in docstr...Julien Stephan
2023-11-23bitbake: bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns
2023-10-23bitbake: fetch2/git: fix lfs fetch with destsuffix paramRagesh Nair
2023-10-15bitbake: fetch2: Add API for upstream source tracingAlberto Pianon
2023-09-14bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt
2023-09-02bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt
2023-08-30bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt
2023-03-30bitbake: fetch/git: Fix local clone url to make it work with repoRobert Yang
2023-03-22bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie
2023-03-22bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-02-22bitbake: fetch/git: Replace mkdtemp with TemporaryDirectory and avoid excepti...Paulo Neves
2023-02-22bitbake: fetch/git: Removed unused variables in _contains_lfsPaulo Neves
2022-12-21bitbake: fetch2/git: Clarify the meaning of namespaceMarek Vasut
2022-12-09bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository meta...Marek Vasut
2022-10-29bitbake: fetch2/git: don't set core.fsyncobjectfiles=0Ross Burton
2022-09-21bitbake: fetch2: Remove unneeded conditionalPaulo Neves
2022-07-08bitbake: fetch2/git: show SRCREV and git repo in error message about fixed SR...Martin Jansa
2022-06-08bitbake: fetch2: Honour BB_FETCH_PREMIRRORONLY optionPavel Zhukov
2022-05-08bitbake: fetch/git : Use cat as pagerRichard Purdie
2022-04-19bitbake: fetch2/git: Simplify the validation of SHA-1 revisionsPeter Kjellerstedt
2022-04-14bitbake: fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-03-26bitbake: fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-02-20bitbake: fetch2/git: Remove duplicate "the"Zygmunt Krynicki
2022-02-17bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2021-11-03bitbake: fetch/git: Show warning for invalid github urlsRichard Purdie
2021-11-03bitbake: fetch/git: Handle github dropping git:// supportRichard Purdie
2021-11-03bitbake: fetch2/git: Add a warning asking users to set a branch in git urlsRichard Purdie
2021-11-03bitbake: fetch2/git: Allow git fetcher to support subdir paramRichard Purdie
2021-09-21bitbake: fetch2/git: Use os.rename instead of mvRichard Purdie
2021-09-17bitbake: fetch2/git: Avoid races over mirror tarball creationRichard Purdie
2021-07-10bitbake: fetch/git: run gc in foreground to avoid race with tarAdam Romanek
2021-04-20bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-04-18bitbake: fetch/git: add support for disabling shared clones on unpackHenning Schild
2021-01-23bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier
2021-01-08bitbake: fetch/git: Fix usehead for non-default namesJoey Degges
2020-11-03bitbake: fetch2/git: Document that we won't support passwords in git urlsRichard Purdie
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