summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
Commit message (Expand)AuthorAgeFilesLines
...
* fetch2/git: Allow file:// URLs without checking for network accessJeff Polk2012-05-041-3/+6
* bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie2012-03-231-0/+1
* fetch2/git: create bareclone optionBruce Ashfield2012-02-241-1/+16
* fetch2/git: Add workaround for clone using alternates problemRichard Purdie2012-02-011-1/+1
* fetch2/git: change colon to dot in ud.hostJuraj Hercek2012-01-041-1/+1
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-2/+2
* fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock2011-10-041-1/+1
* fetch2/git: fix subpath destination directoryPaul Eggleton2011-09-201-1/+3
* fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa2011-09-201-1/+4
* fetch2/git: fix logger.debugMartin Jansa2011-09-201-1/+1
* git.py: Fix logging vs logger typoRichard Purdie2011-09-171-1/+1
* fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther2011-09-021-1/+2
* bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie2011-08-311-5/+6
* bb/fetch2/git: add checkstatus commandJoshua Lock2011-08-241-0/+8
* fetch2/git: Add rsync as a valid git protocolRichard Purdie2011-08-231-1/+1
* fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie2011-07-081-2/+2
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* fetch2/git: ensure network check log matches actual commandDarren Hart2011-05-271-6/+10
* fetch2/git: use logging.debug() and clarify messagesDarren Hart2011-05-271-2/+5
* fetch2/git: enhance the unpack by using "git checkout"Yu Ke2011-05-271-2/+5
* fetch2/git: add document for git fetcher supported optionsYu Ke2011-05-271-3/+35
* fetch2/git: unify the nocheckout option formatYu Ke2011-05-271-3/+1
* fetch2/git: change default protocol from rsync to gitYu Ke2011-05-271-1/+1
* git fetcher: add support for rebaseable git repoYu Ke2011-05-171-8/+20
* git fetcher: make tag back to work, fix Yocto bug 972Yu Ke2011-05-031-0/+1
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-201-1/+2
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-191-4/+5
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-1/+1
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+6
* bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie2011-02-101-11/+11
* bitbake/fetch2/git: Fix broken variable referenceRichard Purdie2011-02-081-1/+1
* bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie2011-02-081-1/+2
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-071-6/+5
* bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie2011-02-071-1/+1
* bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie2011-02-071-0/+3
* bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie2011-02-071-0/+3
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-2/+2
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+1
* bitbake/fetch2/git: Switch to completely use bare clonesRichard Purdie2011-02-061-9/+4
* fetch2/git.py: Fix problem when fetching with no originSaul Wold2011-02-051-2/+6
* bitbake/fetch2/git: Ensure we prune origin to remove stale branchesRichard Purdie2011-02-051-0/+1
* bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie2011-02-031-7/+10
* bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie2011-02-021-0/+1
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-021-35/+31
* git.py: Remove the source tree tarball archivesYu Ke2011-02-021-58/+5
* bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie2011-02-021-9/+12