Show patches with: Submitter = karthik nayak       |    State = Action Required       |   65 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[v7,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak New
[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 New
[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 New
[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 New
[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 New
[v7,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak New
[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 New
[v7,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak New
[v7,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-11 karthik nayak New
[v3,3/3] clang-format: don't align expressions after linebreaks clang-format: fix rules to make the CI job cleaner - - - --- 2024-10-12 karthik nayak New
[1/3] clang-format: don't enforce the column limit [1/3] clang-format: don't enforce the column limit - - - --- 2024-10-09 karthik nayak New
loose: don't rely on repository global state loose: don't rely on repository global state - - - --- 2024-10-09 karthik nayak New
[v5,5/6] check-whitespace: detect if no base_commit is provided : add more rules and enable on CI - - - --- 2024-07-18 karthik nayak New
[v5,4/6] ci: run style check on GitHub and GitLab : add more rules and enable on CI - - - --- 2024-07-18 karthik nayak New
[v3,4/6] update-ref: add support for 'symref-create' command Untitled series #857347 - - - --- 2024-05-30 karthik nayak New
[v3,3/6] update-ref: add support for 'symref-delete' command Untitled series #857346 - - - --- 2024-05-30 karthik nayak New
[v8,5/8] refs: add support for transactional symref updates refs: add support for transactional symref updates - - - --- 2024-05-07 karthik nayak New
[v8,4/8] refs: move `original_update_refname` to 'refs.c' refs: add support for transactional symref updates - - - --- 2024-05-07 karthik nayak New
[v4,7/7] ref: support symrefs in 'reference-transaction' hook add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,6/7] update-ref: add support for 'symref-update' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,5/7] update-ref: add support for 'symref-create' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,4/7] update-ref: add support for 'symref-delete' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,3/7] update-ref: add support for 'symref-verify' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,2/7] files-backend: extract out `create_symref_lock` add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v4,1/7] refs: accept symref values in `ref_transaction[_add]_update` add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 karthik nayak New
[v3,8/8] ref: support symrefs in 'reference-transaction' hook refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,7/8] update-ref: support symrefs in the update command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,6/8] update-ref: support symrefs in the create command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,5/8] update-ref: support symrefs in the delete command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,4/8] update-ref: support symrefs in the verify command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,3/8] files-backend: extract out `create_symref_lock` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,2/8] update-ref: support parsing ref targets in `parse_next_oid` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v3,1/8] refs: accept symref values in `ref_transaction[_add]_update` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 karthik nayak New
[v2,7/7] refs: support symrefs in 'reference-transaction' hook update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,6/7] update-ref: add support for symref-update update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,5/7] update-ref: add support for symref-create update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,4/7] files-backend: extract out `create_symref_lock` update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,3/7] update-ref: add support for symref-delete update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,2/7] update-ref: add support for symref-verify update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[v2,1/7] refs: accept symref values in `ref_transaction[_add]_update` update-ref: add symref oriented commands - - - --- 2024-04-12 karthik nayak New
[8/8] refs: support symrefs in 'reference-transaction' hook update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[7/8] refs: add 'update-symref' command to 'update-ref' update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[6/8] refs/reftable-backend: add support for symref updates update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[5/8] refs/files-backend: add support for symref updates update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[4/8] refs: accept symref in `ref_transaction_add_update` update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[3/8] reftable-backend: move `write_symref_with_log` up update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[2/8] reftable-backend: extract out `write_symref_with_log` update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[1/8] files-backend: extract out `create_symref_lock` update-ref: add support for update-symref option - - - --- 2024-03-30 karthik nayak New
[2/2] diff: add 'diff.wordDiff' config option Support diff.wordDiff config - - - --- 2024-03-02 karthik nayak New
[1/2] t4034: extract out `diff_with_opts` Support diff.wordDiff config - - - --- 2024-03-02 karthik nayak New
[2/2] ref-filter: support filtering of operational refs Initial changes to support printing all refs - - - --- 2023-12-21 karthik nayak New
[1/2] refs: introduce the `refs_single_ref` function Initial changes to support printing all refs - - - --- 2023-12-21 karthik nayak New
[v5,3/3] rev-list: add commit object support in `--missing` option rev-list: add support for commits in `--missing` - - - --- 2023-10-26 karthik nayak New
[v4] revision: add `--ignore-missing-links` user option [v4] revision: add `--ignore-missing-links` user option - - - --- 2023-09-20 karthik nayak New
[v4,2/2] attr: add flag `--revision` to work with revisions check-attr: add support to work with revisions - - - --- 2022-12-21 karthik nayak New