aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
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
2011-05-27fetch2/git: enhance the unpack by using "git checkout"Yu Ke
2011-05-27fetch2/git: add document for git fetcher supported optionsYu Ke
2011-05-27fetch2/git: unify the nocheckout option formatYu Ke
2011-05-27fetch2/git: change default protocol from rsync to gitYu Ke
2011-05-17git fetcher: add support for rebaseable git repoYu Ke
2011-05-03git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-04-19bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie
2011-02-08bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-08bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-07bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie
2011-02-07bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie
2011-02-07bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie
2011-02-07bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie