aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/git.py
AgeCommit message (Expand)Author
2010-02-24Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson
2010-02-19Add FETCHCMD parameter for gitMartyn Welch
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-21git: remove repodir usage after 57b3a9a86bf8c6940187c6a899cedbbbb484884aMartin Jansa
2010-01-14fetch: Clean up debugRichard Purdie
2009-12-14git: Allow fetching a single subdirectory from a git repositoryPaul Eggleton
2009-12-14git.py: Trap empty return values and error (from Poky)Richard Purdie
2009-12-14fetch/git.py: Add fullclone parameter to allow WORKDIRs to contain full git r...Richard Purdie
2009-12-14fetch/git.py: Move variable init into the localpath functionRichard Purdie
2009-11-22fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updatesRichard Purdie
2009-11-21fetch/__init__.py: Replace _sortable_revision_valid attribute with an init ca...Richard Purdie
2009-11-04git.py: Search mirrors for tarballs before fetching, not just local directoriesRichard Purdie
2009-11-04fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-05-11fetch/git.py: Add username handling to git fetcher (from Poky)Richard Purdie
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2009-04-17bb.fetch.git: make empty host pass a file uri to git.Chris Larson
2009-02-26Clean up by Otavio SalvadorHolger Hans Peter Freyther
2008-12-06git.py: Add username handling to the git fetcher (Robert Bragg from Poky)Richard Purdie
2008-10-12[git] Do not run git-rev-list everytime to increase the speedHolger Hans Peter Freyther
2008-10-12[git] Optionally use git-rev-list to get a sortable revisionHolger Hans Peter Freyther
2008-10-12[git] Do not git-fetch if we already have the rev we wantHolger Hans Peter Freyther
2008-10-12[git] Disable downloading of checkouts.Holger Hans Peter Freyther
2008-09-30utils.py: Move prunedir function to utils.py and add explode_dep_versions fu...Richard Purdie
2008-03-17git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie
2008-01-22git.py: Fix git branch tags fetchingRichard Purdie
2008-01-20(trunk) fetcher/git: remove debug output, add docstringMichael 'Mickey' Lauer
2008-01-18bitbake 1.9.x: add branch support to the git fetcher -- thanks Otavio Salvador.Michael 'Mickey' Lauer
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-11-08git.py: Use git-fetch instead of git-pull removing any need for merges when f...Richard Purdie
2007-08-16git.py: Fix reference to tagRichard Purdie
2007-08-16git.py: Handle tag=master correctly (from poky)Richard Purdie
2007-08-03git.py: Fix tag problemRichard Purdie
2007-08-02fetcher updates: Add SRCREV support to git, fix svn SRCREV lockdown support, ...Richard Purdie
2007-07-30svn fetcher: Add SRCREV supportRichard Purdie
2007-07-25git.py: Add latest_revision functionRichard Purdie
2007-07-25fetchers: Add runfetchcmd function to handle command executionRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-22git.py: Fix typo (from koen)Richard Purdie
2006-11-14git.py: Fix conversion errorRichard Purdie
2006-11-12Fetchers: Add forcefetch method for handling of SRCDATE now or tag=master. Mo...Richard Purdie
2006-11-12fetchers: Cleanup more variablesRichard Purdie
2006-11-12fetchers: Create a urldata object which is passed between the different url m...Richard Purdie
2006-11-12fetchers: Refactor interating through urls into the fetcher core (preparing f...Richard Purdie
2006-09-09Convert fetchers to use bb.msgRichard Purdie
2006-07-08lib/bb/fetch/git.py: Add some commands to clean up the git directories to mak...Richard Purdie
2006-04-29lib/bb/fetch/git.py:Richard Purdie
2006-04-14bitbake/lib/bb/fetch/git.py:Richard Purdie
2006-03-01bitbake/lib/bb/fetch/git.py:Richard Purdie
2006-02-21bitbake/lib/bb/utils.py:Richard Purdie