From: Junio C Hamano Date: Fri, 19 Oct 2018 04:34:07 +0000 (+0900) Subject: Merge branch 'jt/non-blob-lazy-fetch' X-Git-Tag: v2.20.0-rc0~152 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fa54cccf1ffcf4b49076d24062f3592b73e2bb84?hp=fa54cccf1ffcf4b49076d24062f3592b73e2bb84 Merge branch 'jt/non-blob-lazy-fetch' A partial clone that is configured to lazily fetch missing objects will on-demand issue a "git fetch" request to the originating repository to fill not-yet-obtained objects. The request has been optimized for requesting a tree object (and not the leaf blob objects contained in it) by telling the originating repository that no blobs are needed. * jt/non-blob-lazy-fetch: fetch-pack: exclude blobs when lazy-fetching trees fetch-pack: avoid object flags if no_dependents ---