Show patches with: Submitter = Jonathan Tan       |    State = Action Required       |   338 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] clone: remove fetch_if_missing=0 More fetch_if_missing=0 removal - - - --- 2019-11-13 Jonathan Tan New
[1/2] connected: verify promisor-ness of partial clone Skip a connectivity check during fetch --filter - 1 - --- 2020-01-12 Jonathan Tan New
[1/2] Doc: explain submodule.alternateErrorStrategy Advice upon clone --recurse-submodules --reference - - - --- 2019-11-26 Jonathan Tan New
[1/2] fetch-object: provide only one fetching function Bugfix for partial clones and ref-in-want servers - - - --- 2018-09-12 Jonathan Tan New
[1/2] fetch-pack: call prepare_shallow_info only if v0 Last big GIT_TEST_PROTOCOL_VERSION=2 fix, hopefully - - - --- 2019-03-25 Jonathan Tan New
[1/2] fetch-pack: in protocol v2, in_vain only after ACK Protocol v2 in_vain fixes - 1 - --- 2020-04-25 Jonathan Tan New
[1/2] One filter per commit Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
[1/2] pack-objects: refactor to oid_object_info_extended Prefetch objects in pack-objects - - - --- 2020-07-21 Jonathan Tan New
[1/2] t5551: test that GIT_TRACE_CURL redacts password Safer GIT_CURL_VERBOSE - - - --- 2020-05-11 Jonathan Tan New
[1/2] t5616: refactor packfile replacement Partial clone fix: handling received REF_DELTA - - - --- 2019-05-14 Jonathan Tan New
[1/2] t5616: use correct flag to check object is missing Improve test code coverage on jt/partial-clone-missing-ref-delta-base - - - --- 2019-06-11 Jonathan Tan New
[1/2] transport-helper: skip ls-refs if unnecessary Skip ls-refs if possible for HTTP - - - --- 2019-08-21 Jonathan Tan New
[1/3] squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[1/4] connect: refactor building of Extra Parameters "Push" protocol change proposal: user-specified base - - - --- 2020-11-03 Jonathan Tan New
[1/4] http: allow custom index-pack args Check .gitmodules when using packfile URIs - - - --- 2021-01-24 Jonathan Tan New
[1/4] pkt-line: introduce struct packet_writer Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[1/5] remote-curl: reduce scope of rpc_state.argv Protocol v2 fix: http and auth - - - --- 2019-02-14 Jonathan Tan New
[1/6] index-pack: unify threaded and unthreaded code Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[1/8] http: use --stdin when getting dumb HTTP pack CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[1/8] tests: define GIT_TEST_PROTOCOL_VERSION GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[1/8] tests: define GIT_TEST_PROTOCOL_VERSION Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[2/2] fetch-object: set exact_oid when fetching Bugfix for partial clones and ref-in-want servers - - - --- 2018-09-12 Jonathan Tan New
[2/2] fetch-pack: in protocol v2, reset in_vain upon ACK Protocol v2 in_vain fixes - 1 - --- 2020-04-25 Jonathan Tan New
[2/2] fetch-pack: respect --no-update-shallow in v2 Last big GIT_TEST_PROTOCOL_VERSION=2 fix, hopefully - - - --- 2019-03-25 Jonathan Tan New
[2/2] fetch-pack: warn if in commit graph but not obj db When fetching, warn if in commit graph but not obj db - - - --- 2024-10-29 Jonathan Tan New
[2/2] fetch: forgo full connectivity check if --filter Skip a connectivity check during fetch --filter - 1 - --- 2020-01-12 Jonathan Tan New
[2/2] http, imap-send: stop using CURLOPT_VERBOSE Safer GIT_CURL_VERBOSE - - - --- 2020-05-11 Jonathan Tan New
[2/2] index-pack: prefetch missing REF_DELTA bases Partial clone fix: handling received REF_DELTA - - 1 --- 2019-05-14 Jonathan Tan New
[2/2] Only make bloom filter for first parent Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
[2/2] pack-objects: prefetch objects to be packed Prefetch objects in pack-objects - - - --- 2020-07-21 Jonathan Tan New
[2/2] promisor-remote: remove fetch_if_missing=0 More fetch_if_missing=0 removal - - - --- 2019-11-13 Jonathan Tan New
[2/2] submodule--helper: advise on fatal alternate error Advice upon clone --recurse-submodules --reference - - - --- 2019-11-26 Jonathan Tan New
[2/2] t5616: cover case of client having delta base Improve test code coverage on jt/partial-clone-missing-ref-delta-base - - - --- 2019-06-11 Jonathan Tan New
[2/2] transport: teach all vtables to allow fetch first Skip ls-refs if possible for HTTP - - - --- 2019-08-21 Jonathan Tan New
[2/3] builtin/fetch-pack: support protocol version 2 Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[2/4] http-fetch: allow custom index-pack args Check .gitmodules when using packfile URIs - - - --- 2021-01-24 Jonathan Tan New
[2/4] push: teach --base for ssh:// and file:// "Push" protocol change proposal: user-specified base - - - --- 2020-11-03 Jonathan Tan New
[2/4] sideband: reverse its dependency on pkt-line Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[2/5] remote-curl: reduce scope of rpc_state.stdin_preamble Protocol v2 fix: http and auth - - - --- 2019-02-14 Jonathan Tan New
[2/6] index-pack: remove redundant parameter Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[2/8] http: improve documentation of http_pack_request CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[2/8] t5601: check ssh command only with protocol v0 GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[2/8] tests: always test fetch of unreachable with v0 Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[3/3] also squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[3/4] {fetch,upload}-pack: sideband v2 fetch response Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[3/4] fetch-pack: with packfile URIs, use index-pack arg Check .gitmodules when using packfile URIs - - - --- 2021-01-24 Jonathan Tan New
[3/4] remote-curl: teach --base for http(s):// "Push" protocol change proposal: user-specified base - - - --- 2020-11-03 Jonathan Tan New
[3/5] remote-curl: reduce scope of rpc_state.result Protocol v2 fix: http and auth - - - --- 2019-02-14 Jonathan Tan New
[3/6] index-pack: remove redundant child field Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[3/8] http-fetch: support fetching packfiles by URL CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[3/8] t5503: fix overspecification of trace expectation Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[3/8] tests: always test fetch of unreachable with v0 GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[4/4] Doc: push with --base "Push" protocol change proposal: user-specified base - - - --- 2020-11-03 Jonathan Tan New
[4/4] fetch-pack: print and use dangling .gitmodules Check .gitmodules when using packfile URIs - - - --- 2021-01-24 Jonathan Tan New
[4/4] tests: define GIT_TEST_SIDEBAND_ALL Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[4/5] remote-curl: refactor reading into rpc_state's buf Protocol v2 fix: http and auth - - - --- 2019-02-14 Jonathan Tan New
[4/6] index-pack: calculate {ref,ofs}_{first,last} early Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[4/8] Documentation: order protocol v2 sections CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[4/8] t5503: fix overspecification of trace expectation GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[4/8] t5512: compensate for v0 only sending HEAD symrefs Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[5/5] remote-curl: use post_rpc() for protocol v2 also Protocol v2 fix: http and auth - - - --- 2019-02-14 Jonathan Tan New
[5/6] index-pack: make resolve_delta() assume base data Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[5/8] Documentation: add Packfile URIs design doc CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[5/8] t5512: compensate for v0 only sending HEAD symrefs GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[5/8] t5700: only run with protocol version 1 Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[6/6] index-pack: make quantum of work smaller Better threaded delta resolution in index-pack - - - --- 2019-10-09 Jonathan Tan New
[6/8] t5700: only run with protocol version 1 GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[6/8] tests: fix protocol version for overspecifications Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[6/8] upload-pack: refactor reading of pack-objects out CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[7/8] fetch-pack: support more than one pack lockfile CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[7/8] t5552: compensate for v2 filtering ref adv. Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[7/8] tests: fix protocol version for overspecifications GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[8/8] remote-curl: in v2, fill credentials if needed Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[8/8] t5552: compensate for v2 filtering ref adv. GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 Jonathan Tan New
[8/8] upload-pack: send part of packfile response as uri CDN offloading update - - - --- 2020-05-29 Jonathan Tan New
[FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix [FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix - - 1 --- 2019-02-25 Jonathan Tan New
[FYI] commit-graph: trace expiry of commit graph links [FYI] commit-graph: trace expiry of commit graph links - - - --- 2020-07-16 Jonathan Tan New
[on,master,v2] revision: use commit graph in get_reference() [on,master,v2] revision: use commit graph in get_reference() - - - --- 2018-12-07 Jonathan Tan New
[on,sb/more-repo-in-api] revision: use commit graph in get_reference() [on,sb/more-repo-in-api] revision: use commit graph in get_reference() - - - --- 2018-12-04 Jonathan Tan New
[RFC,1/2] refs: make _advance() check struct repo, not flag First steps towards iterating over submodule refs - - - --- 2021-08-25 Jonathan Tan New
[RFC,1/7] fetch-pack: allow NULL negotiator->add_tip Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,2/2] refs: add repo paramater to _iterator_peel() First steps towards iterating over submodule refs - - - --- 2021-08-25 Jonathan Tan New
[RFC,2/7] fetch-pack: allow NULL negotiator->known_common Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,3/7] negotiator/null: add null fetch negotiator Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,4/7] fetch: --stdin Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,5/7] fetch: submodule config Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,6/7] fetch: only populate existing_refs if needed Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,7/7] promisor-remote: use subprocess to fetch Lazy fetch with subprocess - - - --- 2020-08-05 Jonathan Tan New
[RFC,v2,1/2] hook: move list of hooks MVP implementation of remote-suggested hooks - - - --- 2021-07-16 Jonathan Tan New
[RFC,v2,1/4] transport: allow skipping of ref listing Avoid ls-refs when possible in protocol v2 - - - --- 2018-09-27 Jonathan Tan New
[RFC,v2,2/2] hook: remote-suggested hooks MVP implementation of remote-suggested hooks - - - --- 2021-07-16 Jonathan Tan New
[RFC,v2,2/4] transport: do not list refs if possible Avoid ls-refs when possible in protocol v2 - - - --- 2018-09-27 Jonathan Tan New
[RFC,v2,3/4] transport: list refs before fetch if necessary Avoid ls-refs when possible in protocol v2 - - - --- 2018-09-27 Jonathan Tan New
[RFC,v2,4/4] fetch: do not list refs if fetching only hashes Avoid ls-refs when possible in protocol v2 - - - --- 2018-09-27 Jonathan Tan New
[RFC] bugreport: also print value of no_proxy envvar [RFC] bugreport: also print value of no_proxy envvar - - - --- 2023-03-22 Jonathan Tan New
[RFC] diff: only prefetch for certain output formats [RFC] diff: only prefetch for certain output formats - - - --- 2020-01-28 Jonathan Tan New
[RFC] fetch-pack: lazy fetch using tree:0 [RFC] fetch-pack: lazy fetch using tree:0 - - - --- 2020-03-19 Jonathan Tan New
[RFC] fetch-pack: respect --no-update-shallow in v2 [RFC] fetch-pack: respect --no-update-shallow in v2 - - - --- 2018-12-20 Jonathan Tan New
[RFC] http: use --stdin and --keep when downloading pack [RFC] http: use --stdin and --keep when downloading pack - - - --- 2019-02-21 Jonathan Tan New
[RFC] merge-recursive: symlink's descendants not in way [RFC] merge-recursive: symlink's descendants not in way - - - --- 2019-09-17 Jonathan Tan New
« 1 2 3 4 »