Show patches with: Submitter = karthik nayak       |    Archived = No       |   320 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[7/7] refs: add support for migrating reflogs refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[6/7] refs: allow multiple reflog entries for the same refname refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[5/7] refs: introduce the `ref_transaction_update_reflog` function refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[4/7] refs: extract out refname verification in transactions refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[3/7] refs/files: add count field to ref_lock refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[2/7] refs: add `index` field to `struct ref_udpate` refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[1/7] refs: include committer info in `ref_update` struct refs: add reflog support to `git refs migrate` - - - --- 2024-12-09 karthik nayak New
[v2] reftable/writer: ensure valid range for log's update_index [v2] reftable/writer: ensure valid range for log's update_index - - - --- 2024-12-06 karthik nayak New
reftable/writer: ensure valid range for log's update_index reftable/writer: ensure valid range for log's update_index - - - --- 2024-12-05 karthik nayak Superseded
[v10,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,08/10] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,07/10] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,06/10] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,05/10] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,03/10] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v3,8/8] midx: inline the `MIDX_MIN_SIZE` definition Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,7/8] midx: pass down `hash_algo` to functions using global variables Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,6/8] midx: pass `repository` to `load_multi_pack_index` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,5/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,4/8] midx-write: pass down repository to `write_midx_file[_only]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,3/8] write-midx: add repository field to `write_midx_context` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,2/8] midx-write: use `revs->repo` inside `read_refs_snapshot` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v3,1/8] midx-write: pass down repository to static functions Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 karthik nayak Accepted
[v2] builtin: allow passing custom data to sub-commands [v2] builtin: allow passing custom data to sub-commands - - - --- 2024-11-26 karthik nayak New
[v9,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,08/10] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,07/10] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,06/10] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,05/10] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,03/10] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
[v9,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 karthik nayak Superseded
builtin: pass repository to sub commands builtin: pass repository to sub commands - - - --- 2024-11-25 karthik nayak Accepted
[v8,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,08/10] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,07/10] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,06/10] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,05/10] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,03/10] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v8,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-22 karthik nayak Superseded
[v2,10/10] midx: inline the `MIDX_MIN_SIZE` definition Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,09/10] midx: pass down `hash_algo` to `get_split_midx_filename_ext` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,08/10] midx: pass down `hash_algo` to `get_midx_filename[_ext]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,07/10] midx: pass `repository` to `load_multi_pack_index` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,06/10] midx: cleanup internal usage of `the_repository` and `the_hash_algo` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,05/10] midx-write: pass down repository to `write_midx_file[_only]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,04/10] write-midx: add repository field to `write_midx_context` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,03/10] midx-write: use `revs->repo` inside `read_refs_snapshot` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,02/10] midx-write: pass down repository to static functions Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[v2,01/10] builtin: pass repository to sub commands Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 karthik nayak Superseded
[8/8] midx: inline the `MIDX_MIN_SIZE` definition Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[7/8] midx: pass down `hash_algo` to `get_split_midx_filename_ext` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[6/8] midx: pass down `hash_algo` to `get_midx_filename[_ext]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[5/8] midx: pass `repository` to `load_multi_pack_index` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[4/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[3/8] midx-write: pass down repository to `write_midx_file[_only]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[2/8] midx-write: add repository field to `write_midx_context` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
[1/8] builtin: pass repository to sub commands Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-15 karthik nayak Superseded
refs: don't invoke reference-transaction hook for reflogs refs: don't invoke reference-transaction hook for reflogs - - - --- 2024-11-14 karthik nayak Accepted
[v7,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,3/9] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v7,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak Superseded
[v6,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,3/9] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v6,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-07 karthik nayak Superseded
[v5,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,3/9] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v5,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-04 karthik nayak Superseded
[v4,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak Superseded
[v4,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak Superseded
[v4,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak Superseded
[v4,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak Superseded
[v4,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak Superseded
« 1 2 3 4 »