Show patches with: Archived = No       |   23613 patches
« 1 2 ... 33 34 35236 237 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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
[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
[21/21] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[20/21] t/helper: remove dependency on `the_repository` in "proc-receive" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[19/21] t/helper: remove dependency on `the_repository` in "oidtree" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[18/21] t/helper: fix segfault in "oid-array" command without repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[17/21] t/helper: use correct object hash in partial-clone helper Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[16/21] compat/fsmonitor: remove dependency on `the_repository` in Darwin IPC Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[15/21] replace-object: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[14/21] protocol-caps: use hash algorithm from passed-in repository Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[13/21] oidset: pass hash algorithm when parsing file Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[12/21] http-fetch: don't crash when parsing packfile without a repo Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[11/21] hash-ll: merge with "hash.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[10/21] refs: avoid include cycle with "repository.h" Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[09/21] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[08/21] hash: require hash algorithm in `empty_tree_oid_hex()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[07/21] hash: require hash algorithm in `is_empty_{blob,tree}_oid()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[06/21] hash: make `is_null_oid()` independent of `the_repository` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[05/21] hash: convert `oidcmp()` and `oideq()` to compare whole hash Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[04/21] global: ensure that object IDs are always padded Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[03/21] hash: require hash algorithm in `oidread()` and `oidclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[02/21] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[01/21] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions Introduce `USE_THE_REPOSITORY_VARIABLE` macro - - - --- 2024-06-11 Patrick Steinhardt Superseded
[v2,29/29] builtin/blame: fix leaking ignore revs files Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
[v2,28/29] builtin/blame: fix leaking prefixed paths Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
[v2,27/29] blame: fix leaking data for blame scoreboards Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
[v2,26/29] line-range: plug leaking find functions Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
[v2,25/29] merge: fix leaking merge bases Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
[v2,24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()` Memory leak fixes (pt.2) - - - --- 2024-06-11 Patrick Steinhardt Accepted
« 1 2 ... 33 34 35236 237 »