summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: bitbake: fetch2/git: add description for nobranchZhenhua Luo2014-01-081-0/+5
* bitbake: bitbake: fetch2/git: add nobranch option for SRC_URI to skip SHA val...Zhenhua Luo2014-01-071-2/+9
* bitbake: bitbake: fetcher2: git.py: clean(): remove the .tar.gz.doneRobert Yang2014-01-021-0/+1
* bitbake: bb.fetch2.git: reuse basecmd attributeOlof Johansson2013-12-181-8/+7
* bitbake: fetch2/git: Improve handling of unresolved names verses branchesRichard Purdie2013-12-181-3/+5
* bitbake: fetch2/git: Ensure check is made in the correct directoryRichard Purdie2013-12-061-0/+1
* bitbake: fetch2/git: Add sanity check to ensure we really did fetch the corre...Richard Purdie2013-12-051-0/+3
* bitbake: bitbake: fetch2: Remove the unused urldata from the git fetcher.Florin Sarbu2013-11-251-1/+1
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-12/+12
* bitbake: git: Use git branch for ancestor checksRichard Purdie2013-11-191-2/+4
* bitbake: git: Use merge-base instead of log for testing if a commit is presentRichard Purdie2013-11-181-8/+9
* bitbake: git: remove symling before updating mirror tarballMartin Jansa2013-05-091-0/+4
* bitbake: bitbake/fetch: Add git submodules fetcherRichard Purdie2013-03-251-1/+1
* bitbake: fetch2: remove localcount and use AUTOINC insteadConstantin Musca2012-12-171-37/+2
* bitbake: git.py: A bit of tidying up regarding grammar and supported protocols.Robert P. J. Day2012-12-141-5/+5
* bitbake: fetch2/git: Don't use deprecated API1.3_M5.rc2Richard Purdie2012-09-251-1/+1
* bitbake: fetch2/git: Add missing mkdirRichard Purdie2012-09-241-0/+1
* bitbake: fetch2/git: Work around git confusion between foo.git and foo reposi...Richard Purdie2012-08-181-1/+16
* bitbake: git: do not execute 'git remote prune'Enrico Scholz2012-07-041-1/+0
* bitbake: fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie2012-06-251-1/+1
* bitbake: git.py: Remove -l option, its not necessaryRichard Purdie2012-06-251-1/+2
* bitbake: fetch2/git.py: Optimize clone fall back when it is localJason Wessel2012-06-211-1/+3
* bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie2012-05-201-0/+3
* bitbake/fetch2/git: Set a default for the GITDIR variableRichard Purdie2012-05-131-2/+3
* bitbake/fetch2/git: Don't set the branch name to None, that makes no senseRichard Purdie2012-05-131-1/+2
* 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