Show patches with: Archived = No       |   23742 patches
« 1 2 ... 34 35 36237 238 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GSoC,v4,1/7] fsck: add refs check interfaces to interact with fsck error levels ref consistency check infra setup - - - --- 2024-06-19 shejialuo 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
[v2,7/7] merge-ort: convert more error() cases to path_msg() Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,6/7] merge-ort: upon merge abort, only show messages causing the abort Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,5/7] merge-ort: loosen commented requirements Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,4/7] merge-ort: clearer propagation of failure-to-function from merge_submodule Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,3/7] merge-ort: fix type of local 'clean' var in handle_content_merge() Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,2/7] merge-ort: maintain expected invariant for priv member Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,1/7] merge-ort: extract handling of priv member into reusable function Fix and improve some error codepaths in merge-ort - - - --- 2024-06-19 Elijah Newren Accepted
[v2,2/2] t1006: ensure cat-file info isn't buffered by default Untitled series #863205 - - - --- 2024-06-18 Eric Wong Accepted
attr: fix msan issue in read_attr_from_index attr: fix msan issue in read_attr_from_index - - - --- 2024-06-17 Kyle Lippincott 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
[1/2] Git.pm: use array in command_bidi_pipe example cat-file related doc and test - - - --- 2024-06-17 Eric Wong Accepted
[v6] merge: avoid write merge state when unable to write index [v6] merge: avoid write merge state when unable to write index - - - --- 2024-06-17 Kyle Zhao Accepted
[v2,2/2] pack-bitmap.c: ensure pseudo-merge offset reads are bounded pseudo-merge: various small fixes - - - --- 2024-06-14 Taylor Blau Accepted
[v2,1/2] Documentation/technical/bitmap-format.txt: add missing position table pseudo-merge: various small fixes - - - --- 2024-06-14 Taylor Blau Accepted
archive: document that --add-virtual-file takes full path archive: document that --add-virtual-file takes full path - - - --- 2024-06-14 Junio C Hamano Accepted
[11/11] remote: drop checks for zero-url case allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[10/11] remote: always require at least one url in a remote allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[09/11] t5801: test remote.*.vcs config allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[08/11] t5801: make remote-testgit GIT_DIR setup more robust allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[07/11] remote: allow resetting url list allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[06/11] config: document remote.*.url/pushurl interaction allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[05/11] remote: simplify url/pushurl selection allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[04/11] remote: use strvecs to store remote url/pushurl allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[03/11] remote: transfer ownership of memory in add_url(), etc allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[02/11] remote: refactor alias_url() memory ownership allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[01/11] archive: fix check for missing url allow overriding remote.*.url - - - --- 2024-06-14 Jeff King Accepted
[v4,5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference t: port reftable/pq_test.c to the unit testing framework - - - --- 2024-06-14 Chandra Pratap Accepted
[v4,4/7] t-reftable-pq: make merged_iter_pqueue_check() static t: port reftable/pq_test.c to the unit testing framework - - - --- 2024-06-14 Chandra Pratap Accepted
[v4,2/7] reftable: change the type of array indices to 'size_t' in reftable/pq.c t: port reftable/pq_test.c to the unit testing framework - - - --- 2024-06-14 Chandra Pratap Accepted
[v4,1/7] reftable: remove unncessary curly braces in reftable/pq.c t: port reftable/pq_test.c to the unit testing framework - - - --- 2024-06-14 Chandra Pratap Accepted
[v3,20/20] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,19/20] t/helper: remove dependency on `the_repository` in "proc-receive" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,18/20] t/helper: fix segfault in "oid-array" command without repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,17/20] t/helper: use correct object hash in partial-clone helper Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,16/20] compat/fsmonitor: fix socket path in networked SHA256 repos Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,15/20] replace-object: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,14/20] protocol-caps: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,13/20] oidset: pass hash algorithm when parsing file Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,12/20] http-fetch: don't crash when parsing packfile without a repo Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,11/20] hash-ll: merge with "hash.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,10/20] refs: avoid include cycle with "repository.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,09/20] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,08/20] hash: require hash algorithm in `empty_tree_oid_hex()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,07/20] hash: require hash algorithm in `is_empty_{blob,tree}_oid()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,06/20] hash: make `is_null_oid()` independent of `the_repository` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,05/20] hash: convert `oidcmp()` and `oideq()` to compare whole hash Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,04/20] global: ensure that object IDs are always padded Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,03/20] hash: require hash algorithm in `oidread()` and `oidclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,02/20] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v3,01/20] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v7,4/4] BreakingChanges: document that we do not plan to deprecate git-checkout docs: document upcoming breaking changes - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v7,3/4] BreakingChanges: document removal of grafting docs: document upcoming breaking changes - - - --- 2024-06-14 Patrick Steinhardt Accepted
[v7,2/4] BreakingChanges: document upcoming change from "sha1" to "sha256" docs: document upcoming breaking changes - - - --- 2024-06-14 Patrick Steinhardt Accepted
[7/7] merge-ort: convert more error() cases to path_msg() Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[6/7] merge-ort: upon merge abort, only show messages causing the abort Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[5/7] merge-ort: loosen commented requirements Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[4/7] merge-ort: clearer propagation of failure-to-function from merge_submodule Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[3/7] merge-ort: fix type of local 'clean' var in handle_content_merge() Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[2/7] merge-ort: maintain expected invariant for priv member Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[1/7] merge-ort: extract handling of priv member into reusable function Fix and improve some error codepaths in merge-ort - - - --- 2024-06-13 Elijah Newren Superseded
[v2,20/20] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,19/20] t/helper: remove dependency on `the_repository` in "proc-receive" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,18/20] t/helper: fix segfault in "oid-array" command without repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,17/20] t/helper: use correct object hash in partial-clone helper Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,16/20] compat/fsmonitor: fix socket path in networked SHA256 repos Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,15/20] replace-object: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,14/20] protocol-caps: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,13/20] oidset: pass hash algorithm when parsing file Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,12/20] http-fetch: don't crash when parsing packfile without a repo Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,11/20] hash-ll: merge with "hash.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,10/20] refs: avoid include cycle with "repository.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,09/20] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,08/20] hash: require hash algorithm in `empty_tree_oid_hex()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,07/20] hash: require hash algorithm in `is_empty_{blob,tree}_oid()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,06/20] hash: make `is_null_oid()` independent of `the_repository` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,05/20] hash: convert `oidcmp()` and `oideq()` to compare whole hash Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,04/20] global: ensure that object IDs are always padded Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,03/20] hash: require hash algorithm in `oidread()` and `oidclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,02/20] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v2,01/20] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-13 Patrick Steinhardt Superseded
[v3,1/5] reftable: remove unnecessary curly braces in reftable/tree.c t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Accepted
[v2,3/3] object-name: don't try to abbreviate to lengths greater than hexsz config: fix segfault when parsing "core.abbrev" without repo - - - --- 2024-06-12 Patrick Steinhardt Accepted
[v2,2/3] parse-options-cb: stop clamping "--abbrev=" to hash length config: fix segfault when parsing "core.abbrev" without repo - - - --- 2024-06-12 Patrick Steinhardt Accepted
[v2,1/3] config: fix segfault when parsing "core.abbrev" without repo config: fix segfault when parsing "core.abbrev" without repo - - - --- 2024-06-12 Patrick Steinhardt Accepted
[v5] merge: avoid write merge state when unable to write index [v5] merge: avoid write merge state when unable to write index - - - --- 2024-06-12 Kyle Zhao Superseded
[v2,5/5] t-reftable-tree: improve the test for infix_walk() t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Superseded
[v2,4/5] t-reftable-tree: add test for non-existent key t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Superseded
[v2,3/5] t-reftable-tree: split test_tree() into two sub-test functions t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Superseded
[v2,2/5] t: move reftable/tree_test.c to the unit testing framework t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Superseded
[v2,1/5] reftable: remove unnecessary curly braces in reftable/tree.c t: port reftable/tree_test.c to the unit testing framework - - - --- 2024-06-12 Chandra Pratap Superseded
[v2,3/3] pack-revindex.c: guard against out-of-bounds pack lookups [v2,1/3] midx-write.c: do not read existing MIDX with `packs_to_include` - - - --- 2024-06-11 Taylor Blau Accepted
[v2,2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse [v2,1/3] midx-write.c: do not read existing MIDX with `packs_to_include` - - - --- 2024-06-11 Taylor Blau Accepted
[v2,1/3] midx-write.c: do not read existing MIDX with `packs_to_include` [v2,1/3] midx-write.c: do not read existing MIDX with `packs_to_include` - - - --- 2024-06-11 Taylor Blau Accepted
[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
« 1 2 ... 34 35 36237 238 »