Show patches with: Submitter = Patrick Steinhardt       |    State = Action Required       |    Archived = No       |   90 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[21/21] builtin/config: pass data between callbacks via local variables builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[20/21] builtin/config: convert flags to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[19/21] builtin/config: track "fixed value" option via flags only builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[18/21] builtin/config: convert `key` to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[17/21] builtin/config: convert `key_regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[16/21] builtin/config: convert `regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[15/21] builtin/config: convert `value_pattern` to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[14/21] builtin/config: convert `do_not_match` to a local variable builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[13/21] builtin/config: move `respect_includes_opt` into location options builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[12/21] builtin/config: move default value into display options builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[11/21] builtin/config: move type options into display options builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[10/21] builtin/config: move display options into local variables builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[09/21] builtin/config: move location options into local variables builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[08/21] builtin/config: refactor functions to have common exit paths builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[07/21] config: make the config source const builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[06/21] builtin/config: check for writeability after source is set up builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[05/21] builtin/config: move actions into `cmd_config_actions()` builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[04/21] builtin/config: move legacy options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[03/21] builtin/config: move subcommand options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[02/21] builtin/config: move legacy mode into its own function builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[01/21] builtin/config: stop printing full usage on misuse builtin/config: remove global state - - - --- 2024-05-10 Patrick Steinhardt New
[v2,11/11] refs/reftable: allow configuring geometric factor reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,10/11] reftable: make the compaction factor configurable reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,09/11] refs/reftable: allow disabling writing the object index reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,08/11] refs/reftable: allow configuring restart interval reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,07/11] reftable: use `uint16_t` to track restart interval reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,06/11] refs/reftable: allow configuring block size reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,05/11] reftable/dump: support dumping a table's block structure reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,04/11] reftable/writer: improve error when passed an invalid block size reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,03/11] reftable/writer: drop static variable used to initialize strbuf reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,02/11] reftable: consistently pass write opts as value reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v2,01/11] reftable: consistently refer to `reftable_write_options` as `opts` reftable: expose write options as config - - - --- 2024-05-10 Patrick Steinhardt New
[v4,10/10] refs: refuse to write pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,09/10] ref-filter: properly distinuish pseudo and root refs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,08/10] refs: pseudorefs are no refs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,07/10] refs: classify HEAD as a root ref Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,06/10] refs: root refs can be symbolic refs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,04/10] refs: rename `is_pseudoref()` to `is_root_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,03/10] Documentation/glossary: define root refs as refs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,02/10] Documentation/glossary: clarify limitations of pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
[v4,01/10] Documentation/glossary: redefine pseudorefs as special refs Clarify pseudo-ref terminology - - - --- 2024-05-10 Patrick Steinhardt New
gitlab-ci: fix installing dependencies for fuzz smoke tests gitlab-ci: fix installing dependencies for fuzz smoke tests - - - --- 2024-05-09 Patrick Steinhardt New
[13/13] reftable/merged: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[12/13] reftable/stack: provide convenience functions to create iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[11/13] reftable/reader: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[10/13] reftable/generic: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[09/13] reftable/generic: move seeking of records into the iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[08/13] reftable/merged: simplify indices for subiterators reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[07/13] reftable/merged: split up initialization and seeking of records reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[06/13] reftable/reader: set up the reader when initializing table iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[05/13] reftable/reader: inline `reader_seek_internal()` reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[04/13] reftable/reader: separate concerns of table iter and reftable reader reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[03/13] reftable/reader: unify indexed and linear seeking reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[02/13] reftable/reader: avoid copying index iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[01/13] reftable/block: use `size_t` to track restart point index reftable: prepare for re-seekable iterators - - - --- 2024-05-08 Patrick Steinhardt New
[RFC] docs: document upcoming breaking changes [RFC] docs: document upcoming breaking changes - - - --- 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
[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