aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
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
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-06bitbake/fetch2/git: Switch to completely use bare clonesRichard Purdie
2011-02-05fetch2/git.py: Fix problem when fetching with no originSaul Wold
2011-02-05bitbake/fetch2/git: Ensure we prune origin to remove stale branchesRichard Purdie
2011-02-03bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie
2011-02-02bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie
2011-02-02fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-02-02git.py: Remove the source tree tarball archivesYu Ke
2011-02-02bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie
2011-02-02bb.fetch2: Add git unpackYu Ke