Show patches with: Submitter = Patrick Steinhardt       |    Archived = No       |   1335 patches
« 1 2 3 413 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,16/16] refs/packed: remove references to `the_hash_algo` refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,15/16] refs/files: remove references to `the_hash_algo` refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,14/16] refs/files: use correct repository refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,13/16] refs: remove `dwim_log()` refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,12/16] refs: drop `git_default_branch_name()` refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,11/16] refs: pass repo when peeling objects refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,10/16] refs: move object peeling into "object.c" refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,09/16] refs: pass ref store when detecting dangling symrefs refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,08/16] refs: convert iteration over replace refs to accept ref store refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,07/16] refs: retrieve worktree ref stores via associated repository refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,05/16] refs: pass repo when retrieving submodule ref store refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,04/16] refs: track ref stores via strmap refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,03/16] refs: implement releasing ref storages refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,02/16] refs: rename `init_db` callback to avoid confusion refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2,01/16] refs: adjust names for `init` and `init_db` callbacks refs: drop all references to `the_repository` - - - --- 2024-05-17 Patrick Steinhardt New
[v2] completion: adapt git-config(1) to complete subcommands [v2] completion: adapt git-config(1) to complete subcommands - - - --- 2024-05-17 Patrick Steinhardt New
[16/16] refs/packed: remove references to `the_hash_algo` refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[15/16] refs/files: remove references to `the_hash_algo` refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[14/16] refs/files: use correct repository refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[13/16] refs: remove `dwim_log()` refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[12/16] refs: drop `git_default_branch_name()` refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[11/16] refs: pass repo when peeling objects refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[10/16] refs: move object peeling into "object.c" refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[09/16] refs: pass ref store when detecting dangling symrefs refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[08/16] refs: convert iteration over replace refs to accept ref store refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[07/16] refs: retrieve worktree ref stores via associated repository refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[06/16] refs: refactor `resolve_gitlink_ref()` to accept a repository refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[05/16] refs: pass repo when retrieving submodule ref store refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[04/16] refs: track ref stores via strmap refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[03/16] refs: implement releasing ref storages refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[02/16] refs: rename `init_db` callback to avoid confusion refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
[01/16] refs: adjust names for `init` and `init_db` callbacks refs: drop all references to `the_repository` - - - --- 2024-05-16 Patrick Steinhardt Superseded
completion: adapt git-config(1) to complete subcommands completion: adapt git-config(1) to complete subcommands - - - --- 2024-05-16 Patrick Steinhardt Superseded
[v5,10/10] refs: refuse to write pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,09/10] ref-filter: properly distinuish pseudo and root refs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,08/10] refs: pseudorefs are no refs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,07/10] refs: classify HEAD as a root ref Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,06/10] refs: do not check ref existence in `is_root_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,05/10] refs: rename `is_special_ref()` to `is_pseudo_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,04/10] refs: rename `is_pseudoref()` to `is_root_ref()` Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,03/10] Documentation/glossary: define root refs as refs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,02/10] Documentation/glossary: clarify limitations of pseudorefs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v5,01/10] Documentation/glossary: redefine pseudorefs as special refs Clarify pseudo-ref terminology - - - --- 2024-05-15 Patrick Steinhardt New
[v3,21/21] builtin/config: pass data between callbacks via local variables builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,20/21] builtin/config: convert flags to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,19/21] builtin/config: track "fixed value" option via flags only builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,18/21] builtin/config: convert `key` to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,17/21] builtin/config: convert `key_regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,16/21] builtin/config: convert `regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,15/21] builtin/config: convert `value_pattern` to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,14/21] builtin/config: convert `do_not_match` to a local variable builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,13/21] builtin/config: move `respect_includes_opt` into location options builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,12/21] builtin/config: move default value into display options builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,11/21] builtin/config: move type options into display options builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,10/21] builtin/config: move display options into local variables builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,09/21] builtin/config: move location options into local variables builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,08/21] builtin/config: refactor functions to have common exit paths builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,07/21] config: make the config source const builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,06/21] builtin/config: check for writeability after source is set up builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,05/21] builtin/config: move actions into `cmd_config_actions()` builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,04/21] builtin/config: move legacy options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,03/21] builtin/config: move subcommand options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,02/21] builtin/config: move legacy mode into its own function builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[v3,01/21] builtin/config: stop printing full usage on misuse builtin/config: remove global state - - - --- 2024-05-15 Patrick Steinhardt New
[RFC,v2] docs: document upcoming breaking changes [RFC,v2] docs: document upcoming breaking changes - - - --- 2024-05-14 Patrick Steinhardt New
[v2,21/21] builtin/config: pass data between callbacks via local variables builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,20/21] builtin/config: convert flags to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,19/21] builtin/config: track "fixed value" option via flags only builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,18/21] builtin/config: convert `key` to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,17/21] builtin/config: convert `key_regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,16/21] builtin/config: convert `regexp` to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,15/21] builtin/config: convert `value_pattern` to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,14/21] builtin/config: convert `do_not_match` to a local variable builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,13/21] builtin/config: move `respect_includes_opt` into location options builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,12/21] builtin/config: move default value into display options builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,11/21] builtin/config: move type options into display options builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,10/21] builtin/config: move display options into local variables builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,09/21] builtin/config: move location options into local variables builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,08/21] builtin/config: refactor functions to have common exit paths builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,07/21] config: make the config source const builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,06/21] builtin/config: check for writeability after source is set up builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,05/21] builtin/config: move actions into `cmd_config_actions()` builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,04/21] builtin/config: move legacy options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,03/21] builtin/config: move subcommand options into `cmd_config()` builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,02/21] builtin/config: move legacy mode into its own function builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,01/21] builtin/config: stop printing full usage on misuse builtin/config: remove global state - - - --- 2024-05-13 Patrick Steinhardt Superseded
[v2,13/13] reftable/merged: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,12/13] reftable/stack: provide convenience functions to create iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,11/13] reftable/reader: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,10/13] reftable/generic: adapt interface to allow reuse of iterators reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,09/13] reftable/generic: move seeking of records into the iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,08/13] reftable/merged: simplify indices for subiterators reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,07/13] reftable/merged: split up initialization and seeking of records reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,06/13] reftable/reader: set up the reader when initializing table iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,05/13] reftable/reader: inline `reader_seek_internal()` reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,04/13] reftable/reader: separate concerns of table iter and reftable reader reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,03/13] reftable/reader: unify indexed and linear seeking reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,02/13] reftable/reader: avoid copying index iterator reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
[v2,01/13] reftable/block: use `size_t` to track restart point index reftable: prepare for re-seekable iterators - - - --- 2024-05-13 Patrick Steinhardt New
« 1 2 3 413 14 »