summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bb.fetch2: Add git unpackYu Ke2011-02-021-0/+25
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-0/+3
* bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke2011-01-251-7/+0
* git.py: split download to download() and build_mirror_data()Yu Ke2011-01-251-3/+5
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-3/+3
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-7/+1
* bb.fetch2.git.py: add git urldata_initYu Ke2011-01-101-4/+9
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-4/+4
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+261