On Thu, Mar 3, 2016 at 3:32 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > - After arranging that packfile to be downloadable over popular > transfer methods used for serving static files (such as HTTP or > HTTPS) that are easily resumable as $URL/pack-$name.pack, a v3 > bundle file (call it $name.bndl) can be prepared with an extended > header "data: $URL/pack-$name.pack" to point at the download > location for the packfile, and be served at "$URL/$name.bndl". Extra setup to offload things to CDN is great and all. But would it be ok if we introduced a minimal resumable download service via git-daemon to enable this feature with very little setup? Like git-shell, you can only download certain packfiles for this use case and nothing else with this service. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html