Show patches with: Submitter = Jonathan Tan       |    State = Action Required       |   331 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] fetch-object: provide only one fetching function Bugfix for partial clones and ref-in-want servers - - - --- 2018-09-12 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
fetch: in partial clone, check presence of targets fetch: in partial clone, check presence of targets - - - --- 2018-09-20 Jonathan Tan New
[v2,1/2] connected: document connectivity in partial clones Check presence of targets when fetching to partial clone - - - --- 2018-09-21 Jonathan Tan New
[v2,2/2] fetch: in partial clone, check presence of targets Check presence of targets when fetching to partial clone - - - --- 2018-09-21 Jonathan Tan New
fetch-pack: approximate no_dependents with filter fetch-pack: approximate no_dependents with filter - - - --- 2018-09-24 Jonathan Tan New
[RFC] transport: list refs before fetch if necessary [RFC] transport: list refs before fetch if necessary - - - --- 2018-09-25 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/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
negotiator/skipping: parse commit before queueing negotiator/skipping: parse commit before queueing - - - --- 2018-09-27 Jonathan Tan New
[v2,1/2] fetch-pack: avoid object flags if no_dependents Lazy fetch bug fix (and feature that reveals it) - - - --- 2018-10-03 Jonathan Tan New
[v2,2/2] fetch-pack: exclude blobs when lazy-fetching trees Lazy fetch bug fix (and feature that reveals it) - - - --- 2018-10-03 Jonathan Tan New
unpack-trees: allow missing CE_SKIP_WORKTREE objs unpack-trees: allow missing CE_SKIP_WORKTREE objs - - - --- 2018-10-08 Jonathan Tan New
[v2] cache-tree: skip some blob checks in partial clone [v2] cache-tree: skip some blob checks in partial clone - - - --- 2018-10-09 Jonathan Tan New
[1/2] One filter per commit Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
[2/2] Only make bloom filter for first parent Per-commit filter proof of concept - - - --- 2018-10-11 Jonathan Tan New
Per-commit and per-parent filters for 2 parents Per-commit and per-parent filters for 2 parents - - - --- 2018-10-11 Jonathan Tan New
upload-pack: clear flags before each v2 request upload-pack: clear flags before each v2 request - - - --- 2018-10-16 Jonathan Tan New
[v2,1/3] upload-pack: make have_obj not global Clear flags before each v2 request - - - --- 2018-10-18 Jonathan Tan New
[v2,2/3] upload-pack: make want_obj not global Clear flags before each v2 request - - - --- 2018-10-18 Jonathan Tan New
[v2,3/3] upload-pack: clear flags before each v2 request Clear flags before each v2 request - - - --- 2018-10-18 Jonathan Tan New
fetch-pack: be more precise in parsing v2 response fetch-pack: be more precise in parsing v2 response - - - --- 2018-10-19 Jonathan Tan New
[WIP,RFC,1/5] Documentation: order protocol v2 sections Design for offloading part of packfile response to CDN - - - --- 2018-12-03 Jonathan Tan New
[WIP,RFC,2/5] Documentation: add Packfile URIs design doc Design for offloading part of packfile response to CDN - - - --- 2018-12-03 Jonathan Tan New
[WIP,RFC,3/5] upload-pack: refactor reading of pack-objects out Design for offloading part of packfile response to CDN - - - --- 2018-12-03 Jonathan Tan New
[WIP,RFC,4/5] upload-pack: refactor writing of "packfile" line Design for offloading part of packfile response to CDN - - - --- 2018-12-03 Jonathan Tan New
[WIP,RFC,5/5] upload-pack: send part of packfile response as uri Design for offloading part of packfile response to CDN - - - --- 2018-12-03 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
[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
commit: abort before commit-msg if empty message commit: abort before commit-msg if empty message - - - --- 2018-12-07 Jonathan Tan New
[1/3] squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[2/3] builtin/fetch-pack: support protocol version 2 Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[3/3] also squash this into your patch Some fixes and improvements - - - --- 2018-12-12 Jonathan Tan New
[v3] revision: use commit graph in get_reference() [v3] revision: use commit graph in get_reference() - - - --- 2018-12-13 Jonathan Tan New
shallow: clear shallow cache when committing lock shallow: clear shallow cache when committing lock - - - --- 2018-12-18 Jonathan Tan New
upload-pack: teach deepen-relative in protocol v2 upload-pack: teach deepen-relative in protocol v2 - 1 - --- 2018-12-18 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
fetch-pack: do not take shallow lock unnecessarily fetch-pack: do not take shallow lock unnecessarily - - - --- 2019-01-10 Jonathan Tan New
[1/4] pkt-line: introduce struct packet_writer Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[2/4] sideband: reverse its dependency on pkt-line Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[3/4] {fetch,upload}-pack: sideband v2 fetch response Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[4/4] tests: define GIT_TEST_SIDEBAND_ALL Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[WIP,5/4] Documentation: order protocol v2 sections Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[WIP,6/4] Documentation: add Packfile URIs design doc Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[WIP,7/4] upload-pack: refactor reading of pack-objects out Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[WIP,8/4] upload-pack: send part of packfile response as uri Sideband the whole fetch v2 response - - - --- 2019-01-11 Jonathan Tan New
[v2,0/4] Sideband the whole fetch v2 response - - - --- 2019-01-15 Jonathan Tan New
[v2,1/4] pkt-line: introduce struct packet_writer [v2,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-15 Jonathan Tan New
[v2,2/4] sideband: reverse its dependency on pkt-line [v2,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-15 Jonathan Tan New
[v2,3/4] {fetch,upload}-pack: sideband v2 fetch response [v2,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-15 Jonathan Tan New
[v2,4/4] tests: define GIT_TEST_SIDEBAND_ALL [v2,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-15 Jonathan Tan New
[v3,0/4] Sideband the whole fetch v2 response - - - --- 2019-01-16 Jonathan Tan New
[v3,1/4] pkt-line: introduce struct packet_writer [v3,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-16 Jonathan Tan New
[v3,2/4] sideband: reverse its dependency on pkt-line [v3,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-16 Jonathan Tan New
[v3,3/4] {fetch,upload}-pack: sideband v2 fetch response [v3,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-16 Jonathan Tan New
[v3,4/4] tests: define GIT_TEST_SIDEBAND_ALL [v3,1/4] pkt-line: introduce struct packet_writer - - - --- 2019-01-16 Jonathan Tan New
[WIP,1/8] tests: define GIT_TEST_PROTOCOL_VERSION Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,2/8] tests: always test fetch of unreachable with v0 Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,3/8] t5503: fix overspecification of trace expectation Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,4/8] t5512: compensate for v0 only sending HEAD symrefs Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,5/8] t5700: only run with protocol version 1 Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,6/8] tests: fix protocol version for overspecifications Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,7/8] t5552: compensate for v2 filtering ref adv. Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
[WIP,8/8] remote-curl: in v2, fill credentials if needed Trying to revive GIT_TEST_PROTOCOL_VERSION - - - --- 2019-01-16 Jonathan Tan New
ls-refs: filter refs based on non-namespace name ls-refs: filter refs based on non-namespace name - - - --- 2019-01-17 Jonathan Tan New
[v2] ls-refs: filter refs using namespace-stripped name [v2] ls-refs: filter refs using namespace-stripped name - - - --- 2019-01-17 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/8] tests: always test fetch of unreachable with v0 Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[3/8] t5503: fix overspecification of trace expectation Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 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/8] t5700: only run with protocol version 1 Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 Jonathan Tan New
[6/8] tests: fix protocol version for overspecifications Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 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
[8/8] remote-curl: in v2, fill credentials if needed Resend of GIT_TEST_PROTOCOL_VERSION patches - - - --- 2019-02-06 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
[2/5] remote-curl: reduce scope of rpc_state.stdin_preamble Protocol v2 fix: http and auth - - - --- 2019-02-14 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
[4/5] remote-curl: refactor reading into rpc_state's buf Protocol v2 fix: http and auth - - - --- 2019-02-14 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
[RFC] http: use --stdin and --keep when downloading pack [RFC] http: use --stdin and --keep when downloading pack - - - --- 2019-02-21 Jonathan Tan New
[v2,0/5] Protocol v2 fix: http and auth - - - --- 2019-02-21 Jonathan Tan New
[v2,1/5] remote-curl: reduce scope of rpc_state.argv [v2,1/5] remote-curl: reduce scope of rpc_state.argv - - - --- 2019-02-21 Jonathan Tan New
[v2,2/5] remote-curl: reduce scope of rpc_state.stdin_preamble [v2,1/5] remote-curl: reduce scope of rpc_state.argv - - - --- 2019-02-21 Jonathan Tan New
[v2,3/5] remote-curl: reduce scope of rpc_state.result [v2,1/5] remote-curl: reduce scope of rpc_state.argv - - - --- 2019-02-21 Jonathan Tan New
[v2,4/5] remote-curl: refactor reading into rpc_state's buf [v2,1/5] remote-curl: reduce scope of rpc_state.argv - - - --- 2019-02-21 Jonathan Tan New
[v2,5/5] remote-curl: use post_rpc() for protocol v2 also [v2,1/5] remote-curl: reduce scope of rpc_state.argv - - - --- 2019-02-21 Jonathan Tan New
[WIP,1/7] http: use --stdin and --keep when downloading pack CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,2/7] http: improve documentation of http_pack_request CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,3/7] http-fetch: support fetching packfiles by URL CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,4/7] Documentation: order protocol v2 sections CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,5/7] Documentation: add Packfile URIs design doc CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,6/7] upload-pack: refactor reading of pack-objects out CDN offloading of fetch response - - - --- 2019-02-23 Jonathan Tan New
[WIP,7/7] upload-pack: send part of packfile response as uri CDN offloading of fetch response - - - --- 2019-02-23 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
[2/8] t5601: check ssh command only with protocol v0 GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 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/8] t5503: fix overspecification of trace expectation GIT_TEST_PROTOCOL_VERSION, this time on master - - - --- 2019-02-25 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
« 1 2 3 4 »