aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
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
2017-05-26fetch/git: add support for removing arbitrary revs for shallowChristopher Larson
2017-05-26fetch/git: add support for keeping extra refs for shallowChristopher Larson
2017-05-26fetch/git: support per-branch/per-url depths for shallowChristopher Larson
2017-05-26fetch/git: add support for shallow mirror tarballsChristopher Larson
2017-05-26fetch: support multiple mirror tarball filenamesChristopher Larson
2017-03-27fetch2/git: prevent recursion on getting latest revisionPaul Eggleton
2017-03-21fetch/git: fix FetchError referenceChristopher Larson
2017-03-21fetch/git: drop pointless os.path.join, workdir=Christopher Larson
2017-03-21fetch/git: kill pointless quotes around single % argsChristopher Larson
2017-03-21fetch/git: use enumerate for ud.namesChristopher Larson
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-19fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2016-11-30fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-08-19fetch2: preserve current working directoryMatt Madison
2016-08-19git: Allow local repos to use HEADRichard Purdie
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-06-02fetch2/git.py: References must match exactlyPeter Kjellerstedt
2016-04-05fetch2/git.py: remove .indirectiondir workaroundRobert Yang
2016-01-15Revert "fetch/git: Change to use clearer ssh url syntax for broken servers"Richard Purdie
2016-01-11fetch2/git.py: Add missing "errno" module import.Kristian Amlie
2016-01-07fetch/git: Change to use clearer ssh url syntax for broken serversRichard Purdie
2015-12-08bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-09-19bitbake: bb.fetch2.git: Import errno moduleRomain Perier
2015-09-18bb.fetch2.{git, hg}: remove tarball if it needs updatingChristopher Larson
2015-09-03bb.fetch.git: remove leading '.' from gitsrcnameChristopher Larson
2015-07-22fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22fetch2/git.py: latest_versionstring search in all tagsAníbal Limón
2015-07-12git.py: create a branch when checkoutRobert Yang
2015-07-09fetch2: Add fetch parameter to checkstatusAníbal Limón
2015-05-23fetch2/git.py: Add gitpkgv_revision alternative version informationMike Looijmans
2015-05-19fetch/git: Fix uri in git checkstatusMarcin Smoczyński