Show patches with: Submitter = Patrick Steinhardt       |    State = Action Required       |   213 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC] docs: document upcoming breaking changes [RFC] docs: document upcoming breaking changes - - - --- 2024-05-07 Patrick Steinhardt New
[v2,5/5] refs: remove functions without ref store refs: remove functions without ref store - - - --- 2024-05-07 Patrick Steinhardt New
[v2,4/5] cocci: apply rules to rewrite callers of "refs" interfaces refs: remove functions without ref store - - - --- 2024-05-07 Patrick Steinhardt New
[v2,3/5] cocci: introduce rules to transform "refs" to pass ref store refs: remove functions without ref store - - - --- 2024-05-07 Patrick Steinhardt New
[v2,2/5] refs: add `exclude_patterns` parameter to `for_each_fullref_in()` refs: remove functions without ref store - - - --- 2024-05-07 Patrick Steinhardt New
[v2,1/5] refs: introduce missing functions that accept a `struct ref_store` refs: remove functions without ref store - - - --- 2024-05-07 Patrick Steinhardt New
[v4,13/13] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,12/13] oss-fuzz/commit-graph: set up hash algorithm Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,11/13] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,10/13] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,09/13] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,08/13] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,07/13] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,06/13] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,05/13] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,04/13] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,03/13] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,02/13] path: move `validate_headref()` to its only user Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v4,01/13] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-05-07 Patrick Steinhardt New
[v3,10/10] refs: refuse to write pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,09/10] ref-filter: properly distinuish pseudo and root refs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,08/10] refs: pseudorefs are no refs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,07/10] refs: root refs can be symbolic refs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,06/10] refs: classify HEAD as a root ref Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,04/10] refs: rename `is_pseudoref()` to `is_root_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,03/10] Documentation/glossary: define root refs as refs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,02/10] Documentation/glossary: clarify limitations of pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[v3,01/10] Documentation/glossary: redefine pseudorefs as special refs Clarify pseudo-ref terminology - - - --- 2024-05-02 Patrick Steinhardt New
[11/11] refs/reftable: allow configuring geometric factor reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[10/11] reftable: make the compaction factor configurable reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[09/11] refs/reftable: allow disabling writing the object index reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[08/11] refs/reftable: allow configuring restart interval reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[07/11] reftable: use `uint16_t` to track restart interval reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[06/11] refs/reftable: allow configuring block size reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[05/11] reftable/dump: support dumping a table's block structure reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[04/11] reftable/writer: improve error when passed an invalid block size reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[03/11] reftable/writer: drop static variable used to initialize strbuf reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[02/11] reftable: consistently pass write opts as value reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[01/11] reftable: consistently refer to `reftable_write_options` as `opts` reftable: expose write options as config - - - --- 2024-05-02 Patrick Steinhardt New
[5/5] repository: drop global `the_index` variable global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[2/5] builtin: stop using `the_index` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[v2] pack-bitmap: gracefully handle missing BTMP chunks [v2] pack-bitmap: gracefully handle missing BTMP chunks - - - --- 2024-04-15 Patrick Steinhardt New
[v3,04/11] reftable: remove name checks reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[2/2] cook: update mirror URLs to use HTTPS [1/2] cook: switch unmaintained GitLab mirror to new URL - - - --- 2024-03-29 Patrick Steinhardt New
[1/2] cook: switch unmaintained GitLab mirror to new URL [1/2] cook: switch unmaintained GitLab mirror to new URL - - - --- 2024-03-29 Patrick Steinhardt New
[v3,10/13] builtin/config: introduce "rename-section" subcommand builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,09/13] builtin/config: introduce "unset" subcommand builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,08/13] builtin/config: introduce "set" subcommand builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,07/13] builtin/config: introduce "get" subcommand builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,06/13] builtin/config: introduce "list" subcommand builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,04/13] builtin/config: pull out function to handle config location builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,02/13] builtin/config: move "fixed-value" option to correct group builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v3,01/13] builtin/config: move option array around builtin/config: introduce subcommands - - - --- 2024-03-27 Patrick Steinhardt New
[v2,04/15] reftable/stack: gracefully handle failed auto-compaction due to locks refs: introduce `--auto` to pack refs as needed - - - --- 2024-03-25 Patrick Steinhardt New
[v3,13/13] refs/reftable: precompute prefix length reftable: improve ref iteration performance (pt.2) - - - --- 2024-03-04 Patrick Steinhardt New
SoC 2024: clarify `test_path_is_*` conversion microproject SoC 2024: clarify `test_path_is_*` conversion microproject - - - --- 2024-03-04 Patrick Steinhardt New
[2/2] builtin/show-branch: detect empty reflogs Detect empty or missing reflogs with `ref@{0}` - - - --- 2024-02-21 Patrick Steinhardt New
[1/2] object-name: detect and report empty reflogs Detect empty or missing reflogs with `ref@{0}` - - - --- 2024-02-21 Patrick Steinhardt New
[v2] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff` [v2] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff` - - - --- 2024-02-20 Patrick Steinhardt New
Add ideas for GSoC 2024 Add ideas for GSoC 2024 - - - --- 2024-02-05 Patrick Steinhardt New
[2/2] reftable/stack: adjust permissions of compacted tables [1/2] reftable/stack: use fchmod(3P) to set permissions - - - --- 2024-01-24 Patrick Steinhardt New
[1/2] reftable/stack: use fchmod(3P) to set permissions [1/2] reftable/stack: use fchmod(3P) to set permissions - - - --- 2024-01-24 Patrick Steinhardt New
[0/2] reftable: adjust permissions of compacted tables - - - --- 2024-01-24 Patrick Steinhardt New
[6/6] builtin/worktree: create refdb via ref backend [1/6] refs: prepare `refs_init_db()` for initializing worktree refs - - - --- 2023-12-28 Patrick Steinhardt New
[5/6] worktree: expose interface to look up worktree by name [1/6] refs: prepare `refs_init_db()` for initializing worktree refs - - - --- 2023-12-28 Patrick Steinhardt New
[2/6] setup: move creation of "refs/" into the files backend [1/6] refs: prepare `refs_init_db()` for initializing worktree refs - - - --- 2023-12-28 Patrick Steinhardt New
[1/6] refs: prepare `refs_init_db()` for initializing worktree refs [1/6] refs: prepare `refs_init_db()` for initializing worktree refs - - - --- 2023-12-28 Patrick Steinhardt New
[0/6] worktree: initialize refdb via ref backends - - - --- 2023-12-28 Patrick Steinhardt New
tests: prefer host Git to verify chainlint self-checks tests: prefer host Git to verify chainlint self-checks - - - --- 2023-12-12 Patrick Steinhardt New
git-prompt: stop manually parsing HEAD git-prompt: stop manually parsing HEAD - - - --- 2023-11-24 Patrick Steinhardt New
[v2,1/4] global: convert trivial usages of `test <expr> -a/-o <expr>` Replace use of `test <expr> -o/a <expr>` - - - --- 2023-11-10 Patrick Steinhardt New
[v4,1/3] t/lib-httpd: dynamically detect httpd and modules path t: improve compatibility with NixOS - - - --- 2023-11-10 Patrick Steinhardt New
[v5,8/8] ci: add support for GitLab CI ci: add support for GitLab CI - - - --- 2023-11-01 Patrick Steinhardt New
[v5,4/8] ci: split out logic to set up failed test artifacts ci: add support for GitLab CI - - - --- 2023-11-01 Patrick Steinhardt New
[v2,11/12] builtin/show-ref: add new mode to check for reference existence show-ref: introduce mode to check for ref existence - - - --- 2023-10-26 Patrick Steinhardt New
[v2,09/12] builtin/show-ref: ensure mutual exclusiveness of subcommands show-ref: introduce mode to check for ref existence - - - --- 2023-10-26 Patrick Steinhardt New
[v2,05/12] builtin/show-ref: refactor `--exclude-existing` options show-ref: introduce mode to check for ref existence - - - --- 2023-10-26 Patrick Steinhardt New
commit: detect commits that exist in commit-graph but not in the ODB commit: detect commits that exist in commit-graph but not in the ODB - - - --- 2023-10-13 Patrick Steinhardt New
upload-pack: fix exit code when denying fetch of unreachable object ID upload-pack: fix exit code when denying fetch of unreachable object ID - - - --- 2023-08-16 Patrick Steinhardt New
[5/5] cat-file: Introduce new option to delimit output with NUL characters cat-file: introduce NUL-terminated output format - - - --- 2023-06-02 Patrick Steinhardt New
[v5,9/9] fetch: introduce machine-parseable "porcelain" output format fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,7/9] fetch: lift up parsing of "fetch.output" config variable fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,6/9] fetch: introduce `display_format` enum fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v5,5/9] fetch: refactor calculation of the display table width fetch: introduce machine-parseable output - - - --- 2023-05-10 Patrick Steinhardt New
[v4,00/10] repack: fix geometric repacking with gitalternates - - - --- 2023-04-14 Patrick Steinhardt New
[v3,10/10] repack: disable writing bitmaps when doing a local repack repack: fix geometric repacking with gitalternates - - - --- 2023-04-13 Patrick Steinhardt New
[v3,09/10] repack: honor `-l` when calculating pack geometry repack: fix geometric repacking with gitalternates - - - --- 2023-04-13 Patrick Steinhardt New
[v3,05/10] pack-objects: fix error when packing same pack twice repack: fix geometric repacking with gitalternates - - - --- 2023-04-13 Patrick Steinhardt New
[v3,02/10] repack: fix trying to use preferred pack in alternates repack: fix geometric repacking with gitalternates - - - --- 2023-04-13 Patrick Steinhardt New
global: resolve Perl executable via PATH global: resolve Perl executable via PATH - - - --- 2023-04-05 Patrick Steinhardt New
[2/2] receive-pack: use advertised reference tips to inform connectivity check receive-pack: use advertised reference tips to inform connectivity check - - - --- 2022-10-28 Patrick Steinhardt New
[1/2] connected: allow supplying different view of reachable objects receive-pack: use advertised reference tips to inform connectivity check - - - --- 2022-10-28 Patrick Steinhardt New
[v3,1/7] fetch: increase test coverage of fetches fetch: improve atomicity of `--atomic` flag - - - --- 2022-02-21 Patrick Steinhardt New
[v3,1/2] fetch-pack: use commit-graph when computing cutoff fetch: speed up mirror-fetches with many refs - - - --- 2022-02-10 Patrick Steinhardt New
[1/1] fetch: fix deadlock when cleaning up lockfiles in async signals Async-signal safety in signal handlers - - - --- 2022-01-07 Patrick Steinhardt New
[RFC] fetch: update refs in a single transaction [RFC] fetch: update refs in a single transaction - - - --- 2021-12-07 Patrick Steinhardt New
[1/6] refs: open-code deletion of packed refs refs: excessive hook execution with packed refs - - - --- 2021-12-07 Patrick Steinhardt New
[v2,3/3] refs: add configuration to enable flushing of refs refs: sync loose refs to disk before committing them - - - --- 2021-11-10 Patrick Steinhardt New
[v2,2/3] wrapper: provide function to sync directories refs: sync loose refs to disk before committing them - - - --- 2021-11-10 Patrick Steinhardt New
« 1 2 3 »