summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2017-11-07Replace deprecated git branch parameter "--set-upstream"Andre Rosa
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
2015-05-14bitbake: fetch2/git: Add URL when latest_revision generates an exception.Mariano Lopez
2015-05-14fetch2/git: ensure the unpacked origin remote points upstreamPaul Eggleton
2015-04-17fetch/git: Remove a possible trailing '/' in subpathAnders Darander
2015-01-08fetch/git: Improve ls-remote handling for latest_revisionRichard Purdie
2014-11-08fetch/git: Add latest_versionstring methodAníbal Limón
2014-11-04fetch2/git: Allow other namespaces than refs/heads to be searched.Fredrik Svensson
2014-04-27fetch2/git: Stop git from triggering fsync() callsRichard Purdie
2014-03-02fetch/git: Separate out an ls-remote functionRichard Purdie
2014-01-20fetch2/git: Dereference unresolved tags with ls-remoteRichard Purdie
2014-01-20fetch2/git: Anchor names when using ls-remoteRichard Purdie
2014-01-08bitbake: fetch2/git: add description for nobranchZhenhua Luo
2014-01-07bitbake: fetch2/git: add nobranch option for SRC_URI to skip SHA validating f...Zhenhua Luo
2014-01-02bitbake: fetcher2: git.py: clean(): remove the .tar.gz.doneRobert Yang
2013-12-18bb.fetch2.git: reuse basecmd attributeOlof Johansson
2013-12-18fetch2/git: Improve handling of unresolved names verses branchesRichard Purdie
2013-12-06fetch2/git: Ensure check is made in the correct directoryRichard Purdie
2013-12-05fetch2/git: Add sanity check to ensure we really did fetch the correct revisionsRichard Purdie
2013-11-25bitbake: fetch2: Remove the unused urldata from the git fetcher.Florin Sarbu
2013-11-21fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-11-19git: Use git branch for ancestor checksRichard Purdie
2013-11-18git: Use merge-base instead of log for testing if a commit is presentRichard Purdie
2013-05-09git: remove symling before updating mirror tarballMartin Jansa
2013-03-25bitbake/fetch: Add git submodules fetcherRichard Purdie
2012-12-17fetch2: remove localcount and use AUTOINC insteadConstantin Musca
2012-12-14git.py: A bit of tidying up regarding grammar and supported protocols.Robert P. J. Day
2012-09-25fetch2/git: Don't use deprecated APIRichard Purdie
2012-09-24fetch2/git: Add missing mkdirRichard Purdie
2012-08-18fetch2/git: Work around git confusion between foo.git and foo repositoriesRichard Purdie
2012-07-04git: do not execute 'git remote prune'Enrico Scholz
2012-06-25fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-21fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2012-05-13bitbake/fetch2/git: Set a default for the GITDIR variableRichard Purdie
2012-05-13bitbake/fetch2/git: Don't set the branch name to None, that makes no senseRichard Purdie