Show patches with: Submitter = Xing Xin       |    Archived = No       |   41 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format - - - --- 2024-10-10 Xing Xin Accepted
[v3,5/5] ls-remote: leakfix for not clearing server_options Support server option from configuration - - - --- 2024-10-08 Xing Xin Accepted
[v3,4/5] fetch: respect --server-option when fetching multiple remotes Support server option from configuration - - - --- 2024-10-08 Xing Xin Accepted
[v3,3/5] transport.c::handshake: make use of server options from remote Support server option from configuration - - - --- 2024-10-08 Xing Xin Accepted
[v3,2/5] remote: introduce remote.<name>.serverOption configuration Support server option from configuration - - - --- 2024-10-08 Xing Xin Accepted
[v3,1/5] transport: introduce parse_transport_option() method Support server option from configuration - - - --- 2024-10-08 Xing Xin Accepted
[v2,5/5] ls-remote: leakfix for not clearing server_options Support server option from configuration - - - --- 2024-09-23 Xing Xin Superseded
[v2,4/5] fetch: respect --server-option when fetching multiple remotes Support server option from configuration - - - --- 2024-09-23 Xing Xin Superseded
[v2,3/5] transport.c::handshake: make use of server options from remote Support server option from configuration - - - --- 2024-09-23 Xing Xin Superseded
[v2,2/5] remote: introduce remote.<name>.serverOption configuration Support server option from configuration - - - --- 2024-09-23 Xing Xin Superseded
[v2,1/5] transport: introduce parse_transport_option() method Support server option from configuration - - - --- 2024-09-23 Xing Xin Superseded
[4/4] builtin/ls-remote.c: recognize fetch.serverOption configuration Support server option from configuration - - - --- 2024-09-02 Xing Xin Superseded
[3/4] builtin/clone.c: recognize fetch.serverOption configuration Support server option from configuration - - - --- 2024-09-02 Xing Xin Superseded
[2/4] builtin/fetch.c: add fetch.serverOption configuration Support server option from configuration - - - --- 2024-09-02 Xing Xin Superseded
[1/4] transport: add parse_transport_option() method Support server option from configuration - - - --- 2024-09-02 Xing Xin Superseded
[v2] diff-tree: fix crash when used with --remerge-diff [v2] diff-tree: fix crash when used with --remerge-diff - 1 - --- 2024-08-09 Xing Xin Accepted
diff-tree: fix crash when used with --remerge-diff diff-tree: fix crash when used with --remerge-diff - - - --- 2024-08-08 Xing Xin Superseded
[v8,3/3] unbundle: extend object verification for fetches object checking related additions and fixes for bundles in fetches - 1 - --- 2024-06-19 Xing Xin Accepted
[v8,2/3] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-06-19 Xing Xin Accepted
[v8,1/3] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - 2 - --- 2024-06-19 Xing Xin Accepted
[v7,3/3] unbundle: extend object verification for fetches object checking related additions and fixes for bundles in fetches - 1 - --- 2024-06-17 Xing Xin Superseded
[v7,2/3] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-06-17 Xing Xin Superseded
[v7,1/3] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - 2 - --- 2024-06-17 Xing Xin Superseded
[v6,3/3] unbundle: support object verification for fetches object checking related additions and fixes for bundles in fetches - 1 - --- 2024-06-11 Xing Xin Superseded
[v6,2/3] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-06-11 Xing Xin Superseded
[v6,1/3] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - 2 - --- 2024-06-11 Xing Xin Superseded
[v5,4/4] unbundle: use VERIFY_BUNDLE_FSCK_FOLLOW_FETCH for fetches object checking related additions and fixes for bundles in fetches - 1 - --- 2024-06-11 Xing Xin Superseded
[v5,3/4] unbundle: extend options to support object verification object checking related additions and fixes for bundles in fetches - 1 - --- 2024-06-11 Xing Xin Superseded
[v5,2/4] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-06-11 Xing Xin Superseded
[v5,1/4] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - 2 - --- 2024-06-11 Xing Xin Superseded
[v4,4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH object checking related additions and fixes for bundles in fetches - - - --- 2024-05-30 Xing Xin Superseded
[v4,3/4] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-05-30 Xing Xin Superseded
[v4,2/4] unbundle: extend verify_bundle_flags to support fsck-objects object checking related additions and fixes for bundles in fetches - 1 - --- 2024-05-30 Xing Xin Superseded
[v4,1/4] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - 2 - --- 2024-05-30 Xing Xin Superseded
[v3,4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH object checking related additions and fixes for bundles in fetches - - - --- 2024-05-27 Xing Xin Superseded
[v3,3/4] fetch-pack: expose fsckObjects configuration logic object checking related additions and fixes for bundles in fetches - - - --- 2024-05-27 Xing Xin Superseded
[v3,2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling object checking related additions and fixes for bundles in fetches - - - --- 2024-05-27 Xing Xin Superseded
[v3,1/4] bundle-uri: verify oid before writing refs object checking related additions and fixes for bundles in fetches - - - --- 2024-05-27 Xing Xin Superseded
Documentation: fix typos describing date format Documentation: fix typos describing date format - - - --- 2024-04-12 Xing Xin Accepted
[v2] midx: disable replace objects [v2] midx: disable replace objects - - - --- 2024-04-08 Xing Xin Accepted
midx: disable replace objects midx: disable replace objects - - - --- 2024-04-07 Xing Xin Superseded