Show patches with: Submitter = Derrick Stolee       |    State = Action Required       |   346 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,1/8] maintenance: optionally skip --auto process Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,2/8] maintenance: add --schedule option and config Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,3/8] for-each-repo: run subcommands on configured repos Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,4/8] maintenance: add [un]register subcommands Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,5/8] maintenance: add start/stop subcommands Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,6/8] maintenance: create maintenance.strategy config Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v4,7/8] maintenance: use 'incremental' strategy by default Untitled series #365239 - - - --- 2020-10-15 Derrick Stolee New
[v4,8/8] maintenance: add troubleshooting guide to docs Maintenance III: Background maintenance - - - --- 2020-10-15 Derrick Stolee New
[v2,1/4] maintenance: extract platform-specific scheduling [v2,1/4] maintenance: extract platform-specific scheduling - - - --- 2020-11-04 Derrick Stolee New
[v2,2/4] maintenance: include 'cron' details in docs Untitled series #377641 - - - --- 2020-11-04 Derrick Stolee New
[v4,3/4] maintenance: use launchctl on macOS Untitled series #386353 - - - --- 2020-11-17 Derrick Stolee New
[1/7] t1300: test "set all" mode with value_regex config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[2/7] t1300: add test for --replace-all with value_regex config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[3/7] config: convert multi_replace to flags config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[4/7] config: add --literal-value option, un-implemented config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[5/7] config: plumb --literal-value into config API config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[6/7] config: implement --literal-value with --get* config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
[7/7] maintenance: use 'git config --literal-value' config: add --literal-value option - - - --- 2020-11-19 Derrick Stolee New
clone: --filter=tree:0 implies fetch.recurseSubmodules=no clone: --filter=tree:0 implies fetch.recurseSubmodules=no - - - --- 2020-11-20 Derrick Stolee New
[v5,1/4] maintenance: extract platform-specific scheduling Maintenance IV: Platform-specific background maintenance - - - --- 2020-11-24 Derrick Stolee New
[v5,2/4] maintenance: include 'cron' details in docs Maintenance IV: Platform-specific background maintenance - - - --- 2020-11-24 Derrick Stolee New
[v5,3/4] maintenance: use launchctl on macOS Maintenance IV: Platform-specific background maintenance - - - --- 2020-11-24 Derrick Stolee New
[v5,4/4] maintenance: use Windows scheduled tasks Maintenance IV: Platform-specific background maintenance - - - --- 2020-11-24 Derrick Stolee New
[01/15] commit-graph: anonymize data in chunk_write_fn Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[02/15] chunk-format: add API for writing table of contents Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[03/15] midx: rename pack_info to write_midx_context Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[04/15] midx: use context in write_midx_pack_names() Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[05/15] midx: add entries to write_midx_context Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[06/15] midx: add pack_perm to write_midx_context Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[07/15] midx: add num_large_offsets to write_midx_context Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[08/15] midx: convert chunk write methods to return int Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[09/15] midx: drop chunk progress during write Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[10/15] midx: use chunk-format API in write_midx_internal() Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[11/15] midx: use 64-bit multiplication for chunk sizes Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[12/15] chunk-format: create write_chunks() Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[13/15] chunk-format: create chunk reading API Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[14/15] commit-graph: restore duplicate chunk checks Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[15/15] chunk-format: add technical docs Refactor chunk-format into an API - - - --- 2020-12-03 Derrick Stolee New
[v6,1/4] maintenance: extract platform-specific scheduling Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,2/4] maintenance: include 'cron' details in docs Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,3/4] maintenance: use launchctl on macOS Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[v6,4/4] maintenance: use Windows scheduled tasks Maintenance IV: Platform-specific background maintenance - - - --- 2020-12-09 Derrick Stolee New
[1/8] tree-walk: report recursion counts Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[2/8] unpack-trees: add trace2 regions Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[3/8] cache-tree: use trace2 in cache_tree_update() Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[4/8] cache-tree: trace regions for I/O Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[5/8] cache-tree: trace regions for prime_cache_tree Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[6/8] index-format: update preamble to cached tree extension Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[7/8] index-format: discuss recursion of cached-tree better Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[8/8] cache-tree: avoid path comparison loop when silent Cleanups around index operations - - - --- 2020-12-30 Derrick Stolee New
[01/12] merge-index: drop index compatibility macros Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[02/12] mv: remove index compatibility macros Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[03/12] rm: remove compatilibity macros Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[04/12] update-index: drop the_index, the_repository Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[05/12] update-index: use istate->cache over active_cache Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[06/12] update-index: use index->cache_nr over active_nr Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[07/12] update-index: use istate->cache_changed Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[08/12] update-index: use index_name_pos() over cache_name_pos() Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[09/12] update-index: use remove_file_from_index() Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[10/12] update-index: use add_index_entry() Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[11/12] update-index: replace several compatibility macros Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[12/12] update-index: remove ce_match_stat(), all macros Remove more index compatibility macros - - - --- 2021-01-01 Derrick Stolee New
[v3,01/14] mv: remove index compatibility macros Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,02/14] rm: remove compatilibity macros Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,03/14] update-index: drop the_index, the_repository Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,04/14] update-index: use istate->cache over active_cache Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,05/14] update-index: use istate->cache_nr over active_nr Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,06/14] update-index: use istate->cache_changed Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,07/14] update-index: use index_name_pos() over cache_name_pos() Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,08/14] update-index: use remove_file_from_index() Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,09/14] update-index: use add_index_entry() Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,10/14] update-index: replace several compatibility macros Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,11/14] update-index: remove ce_match_stat(), all macros Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,12/14] update-index: reduce static globals, part 1 Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,13/14] update-index: reduce static globals, part 2 Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[v3,14/14] update-index: remove static globals from callbacks Remove more index compatibility macros - - - --- 2021-01-08 Derrick Stolee New
[1/2] maintenance: set log.excludeDecoration durin prefetch Two cleanups around 'prefetch' refs - - - --- 2021-01-18 Derrick Stolee New
[2/2] t7900: clean up some broken refs Two cleanups around 'prefetch' refs - - - --- 2021-01-18 Derrick Stolee New
[1/9] cache-tree: clean up cache_tree_update() More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[2/9] cache-tree: extract subtree_pos() More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[3/9] fsmonitor: de-duplicate BUG()s around dirty bits More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[4/9] repository: add repo reference to index_state More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[5/9] name-hash: use trace2 regions for init More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[6/9] sparse-checkout: load sparse-checkout patterns More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[7/9] sparse-checkout: hold pattern list in index More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[8/9] test-lib: test_region looks for trace2 regions More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[9/9] t1092: test interesting sparse-checkout scenarios More index cleanups - - - --- 2021-01-20 Derrick Stolee New
[v3,1/9] cache-tree: clean up cache_tree_update() More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,2/9] cache-tree: simplify verify_cache() prototype More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,3/9] cache-tree: extract subtree_pos() More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,4/9] fsmonitor: de-duplicate BUG()s around dirty bits More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,5/9] repository: add repo reference to index_state More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,6/9] name-hash: use trace2 regions for init More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,7/9] sparse-checkout: load sparse-checkout patterns More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,8/9] test-lib: test_region looks for trace2 regions More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[v3,9/9] t1092: test interesting sparse-checkout scenarios More index cleanups - - - --- 2021-01-23 Derrick Stolee New
[01/27] sparse-index: add guard to ensure full index Sparse Index - - - --- 2021-01-25 Derrick Stolee New
[02/27] sparse-index: implement ensure_full_index() Sparse Index - - - --- 2021-01-25 Derrick Stolee New
[03/27] t1092: compare sparse-checkout to sparse-index Sparse Index - - - --- 2021-01-25 Derrick Stolee New
[04/27] test-read-cache: print cache entries with --table Sparse Index - - - --- 2021-01-25 Derrick Stolee New
« 1 2 3 4 »