summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2015-04-24bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander
2015-01-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
2014-01-08bitbake: bitbake: fetch2/git: add description for nobranchZhenhua Luo
2014-01-07bitbake: bitbake: fetch2/git: add nobranch option for SRC_URI to skip SHA val...Zhenhua Luo
2014-01-02bitbake: bitbake: fetcher2: git.py: clean(): remove the .tar.gz.doneRobert Yang
2013-12-18bitbake: bb.fetch2.git: reuse basecmd attributeOlof Johansson
2013-12-18bitbake: fetch2/git: Improve handling of unresolved names verses branchesRichard Purdie
2013-12-06bitbake: fetch2/git: Ensure check is made in the correct directoryRichard Purdie
2013-12-05bitbake: fetch2/git: Add sanity check to ensure we really did fetch the corre...Richard Purdie
2013-11-25bitbake: bitbake: fetch2: Remove the unused urldata from the git fetcher.Florin Sarbu
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-11-19bitbake: git: Use git branch for ancestor checksRichard Purdie
2013-11-18bitbake: git: Use merge-base instead of log for testing if a commit is presentRichard Purdie
2013-05-09bitbake: git: remove symling before updating mirror tarballMartin Jansa
2013-03-25bitbake: bitbake/fetch: Add git submodules fetcherRichard Purdie
2012-12-17bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca
2012-12-14bitbake: git.py: A bit of tidying up regarding grammar and supported protocols.Robert P. J. Day
2012-09-25bitbake: fetch2/git: Don't use deprecated API1.3_M5.rc2Richard Purdie
2012-09-24bitbake: fetch2/git: Add missing mkdirRichard Purdie
2012-08-18bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie
2012-07-04bitbake: git: do not execute 'git remote prune'Enrico Scholz
2012-06-25bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25bitbake: git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-21bitbake: fetch2/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
2012-05-04fetch2/git: Allow file:// URLs without checking for network accessJeff Polk
2012-03-23bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie
2012-02-24fetch2/git: create bareclone optionBruce Ashfield
2012-02-01fetch2/git: Add workaround for clone using alternates problemRichard Purdie
2012-01-04fetch2/git: change colon to dot in ud.hostJuraj Hercek
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-10-04fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock
2011-09-20fetch2/git: fix subpath destination directoryPaul Eggleton
2011-09-20fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa
2011-09-20fetch2/git: fix logger.debugMartin Jansa
2011-09-17git.py: Fix logging vs logger typoRichard Purdie
2011-09-02fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther
2011-08-31bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie
2011-08-24bb/fetch2/git: add checkstatus commandJoshua Lock
2011-08-23fetch2/git: Add rsync as a valid git protocolRichard Purdie
2011-07-08fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie
2011-06-22fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart