summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2020-09-08bitbake: fetch2: Change git fetcher not to destroy old referencessumoRichard Purdie
2018-10-10bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
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
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-08-20bitbake: git: Allow local repos to use HEADRichard Purdie
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-06-03bitbake: fetch2/git.py: References must match exactlyPeter Kjellerstedt
2016-04-06bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang
2016-01-15bitbake: Revert "fetch/git: Change to use clearer ssh url syntax for broken s...Richard Purdie
2016-01-11bitbake: fetch2/git.py: Add missing "errno" module import.Kristian Amlie
2016-01-08bitbake: fetch/git: Change to use clearer ssh url syntax for broken serversRichard Purdie
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-09-19bitbake: bitbake: bb.fetch2.git: Import errno moduleRomain Perier
2015-09-18bitbake: bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson
2015-09-04bitbake: bb.fetch.git: remove leading '.' from gitsrcnameChristopher Larson
2015-07-22bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring search in all tagsAníbal Limón
2015-07-12bitbake: git.py: create a branch when checkoutRobert Yang
2015-07-09bitbake: fetch2: Add fetch parameter to checkstatusyocto-1.9_M1Aníbal Limón
2015-05-24bitbake: fetch2/git.py: Add gitpkgv_revision alternative version informationMike Looijmans
2015-05-19bitbake: fetch/git: Fix uri in git checkstatusMarcin Smoczyński
2015-05-15bitbake: bitbake: fetch2/git: Add URL when latest_revision generates an excep...Mariano Lopez
2015-05-15bitbake: fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton
2015-04-17bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander
2015-01-14bitbake: fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie
2014-11-12bitbake: fetch/git: Add latest_versionstring methodAníbal Limón
2014-11-06bitbake: fetch2/git: Allow other namespaces than refs/heads to be searched.Fredrik Svensson
2014-04-27bitbake: fetch2/git: Stop git from triggering fsync() callsRichard Purdie
2014-03-02bitbake: fetch/git: Separate out an ls-remote functionRichard Purdie
2014-01-21bitbake: fetch2/git: Dereference unresolved tags with ls-remoteRichard Purdie
2014-01-21bitbake: fetch2/git: Anchor names when using ls-remoteRichard Purdie