Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2 08/15] t/helper: inline `reftable_dump_main()`, (continued)
- [PATCH v2 08/15] t/helper: inline `reftable_dump_main()`, Patrick Steinhardt
- [PATCH v2 09/15] t/helper: inline `reftable_reader_print_file()`, Patrick Steinhardt
- [PATCH v2 10/15] t/helper: inline `reftable_stack_print_directory()`, Patrick Steinhardt
- [PATCH v2 11/15] t/helper: inline `reftable_table_print()`, Patrick Steinhardt
- [PATCH v2 12/15] t/helper: inline printing of reftable records, Patrick Steinhardt
- [PATCH v2 13/15] t/helper: use `hash_to_hex_algop()` to print hashes, Patrick Steinhardt
- [PATCH v2 14/15] t/helper: refactor to not use `struct reftable_table`, Patrick Steinhardt
- [PATCH v2 15/15] reftable/generic: drop interface, Patrick Steinhardt
- Re: [PATCH v2 00/15] reftable: drop generic `reftable_table` interface, Patrick Steinhardt
- Re: [PATCH v2 00/15] reftable: drop generic `reftable_table` interface, karthik nayak
- [PATCH v3 00/15] reftable: drop generic `reftable_table` interface, Patrick Steinhardt
- [PATCH v3 01/15] reftable/merged: expose functions to initialize iterators, Patrick Steinhardt
- [PATCH v3 02/15] reftable/merged: rename `reftable_new_merged_table()`, Patrick Steinhardt
- [PATCH v3 03/15] reftable/merged: stop using generic tables in the merged table, Patrick Steinhardt
- [PATCH v3 04/15] reftable/stack: open-code reading refs, Patrick Steinhardt
- [PATCH v3 05/15] reftable/iter: drop double-checking logic, Patrick Steinhardt
- [PATCH v3 06/15] reftable/generic: move generic iterator code into iterator interface, Patrick Steinhardt
- [PATCH v3 07/15] reftable/dump: drop unused `compact_stack()`, Patrick Steinhardt
- [PATCH v3 08/15] t/helper: inline `reftable_dump_main()`, Patrick Steinhardt
- [PATCH v3 09/15] t/helper: inline `reftable_reader_print_file()`, Patrick Steinhardt
- [PATCH v3 10/15] t/helper: inline `reftable_stack_print_directory()`, Patrick Steinhardt
- [PATCH v3 11/15] t/helper: inline `reftable_table_print()`, Patrick Steinhardt
- [PATCH v3 12/15] t/helper: inline printing of reftable records, Patrick Steinhardt
- [PATCH v3 13/15] t/helper: use `hash_to_hex_algop()` to print hashes, Patrick Steinhardt
- [PATCH v3 14/15] t/helper: refactor to not use `struct reftable_table`, Patrick Steinhardt
- [PATCH v3 15/15] reftable/generic: drop interface, Patrick Steinhardt
- Re: [PATCH v3 00/15] reftable: drop generic `reftable_table` interface, karthik nayak
- Re: [PATCH v3 00/15] reftable: drop generic `reftable_table` interface, Junio C Hamano
- [PATCH] rebase: apply and cleanup autostash when rebase fails to start,
Phillip Wood via GitGitGadget
- [GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework,
Chandra Pratap
- [PATCH 01/10] t: move reftable/block_test.c to the unit testing framework, Chandra Pratap
- [PATCH 02/10] t-reftable-block: release used block reader, Chandra Pratap
- [PATCH 03/10] t-reftable-block: use reftable_record_equal() instead of check_str(), Chandra Pratap
- [PATCH 04/10] t-reftable-block: use reftable_record_key() instead of strbuf_addstr(), Chandra Pratap
- [PATCH 05/10] t-reftable-block: use block_iter_reset() instead of block_iter_close(), Chandra Pratap
- [PATCH 06/10] t-reftable-block: use xstrfmt() instead of xstrdup(), Chandra Pratap
- [PATCH 07/10] t-reftable-block: remove unnecessary variable 'j', Chandra Pratap
- [PATCH 08/10] t-reftable-block: add tests for log blocks, Chandra Pratap
- [PATCH 09/10] t-reftable-block: add tests for obj blocks, Chandra Pratap
- [PATCH 10/10] t-reftable-block: add tests for index blocks, Chandra Pratap
- [GSoC][PATCH v2 00/11] t: port reftable/block_test.c to the unit testing framework, Chandra Pratap
- [PATCH v2 01/11] t: move reftable/block_test.c to the unit testing framework, Chandra Pratap
- [PATCH v2 02/11] t: harmonize t-reftable-block.c with coding guidelines, Chandra Pratap
- [PATCH v2 03/11] t-reftable-block: release used block reader, Chandra Pratap
- [PATCH v2 04/11] t-reftable-block: use reftable_record_equal() instead of check_str(), Chandra Pratap
- [PATCH v2 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr(), Chandra Pratap
- [PATCH v2 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close(), Chandra Pratap
- [PATCH v2 07/11] t-reftable-block: use xstrfmt() instead of xstrdup(), Chandra Pratap
- [PATCH v2 08/11] t-reftable-block: remove unnecessary variable 'j', Chandra Pratap
- [PATCH v2 09/11] t-reftable-block: add tests for log blocks, Chandra Pratap
- [PATCH v2 10/11] t-reftable-block: add tests for obj blocks, Chandra Pratap
- [PATCH v2 11/11] t-reftable-block: add tests for index blocks, Chandra Pratap
- Re: [GSoC][PATCH v2 00/11] t: port reftable/block_test.c to the unit testing framework, Chandra Pratap
- [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework, Chandra Pratap
- [PATCH v3 01/11] t: move reftable/block_test.c to the unit testing framework, Chandra Pratap
- [PATCH v3 02/11] t: harmonize t-reftable-block.c with coding guidelines, Chandra Pratap
- [PATCH v3 03/11] t-reftable-block: release used block reader, Chandra Pratap
- [PATCH v3 04/11] t-reftable-block: use reftable_record_equal() instead of check_str(), Chandra Pratap
- [PATCH v3 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr(), Chandra Pratap
- [PATCH v3 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close(), Chandra Pratap
- [PATCH v3 07/11] t-reftable-block: use xstrfmt() instead of xstrdup(), Chandra Pratap
- [PATCH v3 08/11] t-reftable-block: remove unnecessary variable 'j', Chandra Pratap
- [PATCH v3 09/11] t-reftable-block: add tests for log blocks, Chandra Pratap
- [PATCH v3 10/11] t-reftable-block: add tests for obj blocks, Chandra Pratap
- [PATCH v3 11/11] t-reftable-block: add tests for index blocks, Chandra Pratap
- Re: [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework, Patrick Steinhardt
- [PATCH v2 0/3] send-email: teach git send-email mode to translate aliases,
Jacob Keller
- [PATCH] format-patch: add support for mailmap file,
Jacob Keller
- "git-stash --keep-index" crashes when there are no tracked files,
Piotr Siupa
- [RFC] Implement ref content consistency check,
shejialuo
- Re: [RFC] Implement ref content consistency check, karthik nayak
- [PATCH v1 0/4] add ref content check for files backend, shejialuo
- [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro, shejialuo
- [PATCH v1 2/4] ref: add regular ref content check for files backend, shejialuo
- [PATCH v1 3/4] ref: add symbolic ref content check for files backend, shejialuo
- [PATCH v1 4/4] ref: add symlink ref consistency check for files backend, shejialuo
- [PATCH v2 0/4] add ref content check for files backend, shejialuo
- [PATCH v2 1/4] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v2 2/4] ref: add regular ref content check for files backend, shejialuo
- [PATCH v2 3/4] ref: add symbolic ref content check for files backend, shejialuo
- [PATCH v2 4/4] ref: add symlink ref check for files backend, shejialuo
- [PATCH] SQUASH??? remove unused parameters, Junio C Hamano
- Re: [PATCH v2 0/4] add ref content check for files backend, Junio C Hamano
- [PATCH v3 0/4] add ref content check for files backend, shejialuo
- [PATCH v3 1/4] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v3 2/4] ref: add regular ref content check for files backend, shejialuo
- [PATCH v3 3/4] ref: add symref content check for files backend, shejialuo
- [PATCH v3 4/4] ref: add symlink ref content check for files backend, shejialuo
- [PATCH v4 0/5] add ref content check for files backend, shejialuo
- [PATCH v4 1/5] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v4 2/5] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v4 3/5] ref: add more strict checks for regular refs, shejialuo
- [PATCH v4 4/5] ref: add symref content check for files backend, shejialuo
- [PATCH v4 5/5] ref: add symlink ref content check for files backend, shejialuo
- Re: [PATCH v4 0/5] add ref content check for files backend, Junio C Hamano
- [PATCH v5 0/9] add ref content check for files backend, shejialuo
- [PATCH v5 1/9] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v5 2/9] builtin/refs: support multiple worktrees check for refs., shejialuo
- [PATCH v5 3/9] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v5 4/9] ref: add more strict checks for regular refs, shejialuo
- [PATCH v5 5/9] ref: add basic symref content check for files backend, shejialuo
- [PATCH v5 6/9] ref: add escape check for the referent of symref, shejialuo
- [PATCH v5 7/9] ref: enhance escape situation for worktrees, shejialuo
- [PATCH v5 8/9] t0602: add ref content checks for worktrees, shejialuo
- [PATCH v5 9/9] ref: add symlink ref content check for files backend, shejialuo
- Re: [PATCH v5 0/9] add ref content check for files backend, Junio C Hamano
- Re: [PATCH v5 0/9] add ref content check for files backend, shejialuo
- [PATCH v6 0/9] add ref content check for files backend, shejialuo
- [PATCH v6 1/9] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v6 2/9] ref: check the full refname instead of basename, shejialuo
- [PATCH v6 3/9] ref: initialize target name outside of check functions, shejialuo
- [PATCH v6 5/9] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v6 4/9] ref: support multiple worktrees check for refs, shejialuo
- [PATCH v6 6/9] ref: add more strict checks for regular refs, shejialuo
- [PATCH v6 7/9] ref: add basic symref content check for files backend, shejialuo
- [PATCH v6 9/9] ref: add symlink ref content check for files backend, shejialuo
- [PATCH v6 8/9] ref: check whether the target of the symref is a ref, shejialuo
- Re: [PATCH v6 0/9] add ref content check for files backend, Taylor Blau
- Re: [PATCH v6 0/9] add ref content check for files backend, Taylor Blau
- [PATCH v7 0/9] add ref content check for files backend, shejialuo
- [PATCH v7 1/9] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v7 2/9] ref: check the full refname instead of basename, shejialuo
- [PATCH v7 3/9] ref: initialize ref name outside of check functions, shejialuo
- [PATCH v7 4/9] ref: support multiple worktrees check for refs, shejialuo
- [PATCH v7 5/9] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v7 6/9] ref: add more strict checks for regular refs, shejialuo
- [PATCH v7 7/9] ref: add basic symref content check for files backend, shejialuo
- [PATCH v7 8/9] ref: check whether the target of the symref is a ref, shejialuo
- [PATCH v7 9/9] ref: add symlink ref content check for files backend, shejialuo
- Re: [PATCH v7 0/9] add ref content check for files backend, Patrick Steinhardt
- [PATCH v8 0/9] add ref content check for files backend, shejialuo
- [PATCH v8 2/9] ref: check the full refname instead of basename, shejialuo
- [PATCH v8 3/9] ref: initialize ref name outside of check functions, shejialuo
- [PATCH v8 6/9] ref: add more strict checks for regular refs, shejialuo
- [PATCH v8 7/9] ref: add basic symref content check for files backend, shejialuo
- [PATCH v8 9/9] ref: add symlink ref content check for files backend, shejialuo
- [PATCH v8 4/9] ref: support multiple worktrees check for refs, shejialuo
- [PATCH v8 5/9] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v8 8/9] ref: check whether the target of the symref is a ref, shejialuo
- [PATCH v8 1/9] ref: initialize "fsck_ref_report" with zero, shejialuo
- Re: [PATCH v8 0/9] add ref content check for files backend, shejialuo
- [PATCH v9 0/9] add ref content check for files backend, shejialuo
- [PATCH v9 1/9] ref: initialize "fsck_ref_report" with zero, shejialuo
- [PATCH v9 3/9] ref: initialize ref name outside of check functions, shejialuo
- [PATCH v9 5/9] ref: port git-fsck(1) regular refs check for files backend, shejialuo
- [PATCH v9 6/9] ref: add more strict checks for regular refs, shejialuo
- [PATCH v9 7/9] ref: add basic symref content check for files backend, shejialuo
- [PATCH v9 8/9] ref: check whether the target of the symref is a ref, shejialuo
- [PATCH v9 2/9] ref: check the full refname instead of basename, shejialuo
- [PATCH v9 4/9] ref: support multiple worktrees check for refs, shejialuo
- [PATCH v9 9/9] ref: add symlink ref content check for files backend, shejialuo
- Re: [PATCH v9 0/9] add ref content check for files backend, Patrick Steinhardt
- [PATCH 0/2] Re: [BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly,
Oswald Buddenhagen
- [PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks,
Patrick Steinhardt
- [PATCH 1/7] config: fix constness of out parameter for `git_config_get_expiry()`, Patrick Steinhardt
- [PATCH 2/7] builtin/gc: refactor to read config into structure, Patrick Steinhardt
- [PATCH 4/7] builtin/gc: stop processing log file on signal, Patrick Steinhardt
- [PATCH 5/7] builtin/gc: add a `--detach` flag, Patrick Steinhardt
- [PATCH 6/7] builtin/maintenance: add a `--detach` flag, Patrick Steinhardt
- [PATCH 7/7] builtin/maintenance: fix auto-detach with non-standard tasks, Patrick Steinhardt
- [PATCH 3/7] builtin/gc: fix leaking config values, Patrick Steinhardt
- Re: [PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks, James Liu
- [PATCH v2 0/7] builtin/maintenance: fix auto-detach with non-standard tasks, Patrick Steinhardt
- Re: [PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks, Derrick Stolee
- [PATCH v3 0/7] builtin/maintenance: fix auto-detach with non-standard tasks, Patrick Steinhardt
- [PATCH 00/10] reftable: drop generic `reftable_table` interface,
Patrick Steinhardt
- [PATCH 01/10] reftable/merged: expose functions to initialize iterators, Patrick Steinhardt
- [PATCH 02/10] reftable/merged: rename `reftable_new_merged_table()`, Patrick Steinhardt
- [PATCH 03/10] reftable/merged: stop using generic tables in the merged table, Patrick Steinhardt
- [PATCH 04/10] reftable/stack: open-code reading refs, Patrick Steinhardt
- [PATCH 05/10] reftable/iter: drop double-checking logic, Patrick Steinhardt
- [PATCH 06/10] reftable/generic: move generic iterator code into iterator interface, Patrick Steinhardt
- [PATCH 07/10] reftable/dump: drop unused `compact_stack()`, Patrick Steinhardt
- [PATCH 08/10] reftable/dump: drop unused printing functionality, Patrick Steinhardt
- [PATCH 09/10] reftable/dump: move code into "t/helper/test-reftable.c", Patrick Steinhardt
- [PATCH 10/10] reftable/generic: drop interface, Patrick Steinhardt
- Re: [PATCH 00/10] reftable: drop generic `reftable_table` interface, karthik nayak
- [PATCH] midx: drop unused parameters from add_midx_to_chain(), Jeff King
- What's cooking in git.git (Aug 2024, #04; Mon, 12), Junio C Hamano
- [PATCH] git-svn: mention `svn:globalignores` in help+docs,
Alex Galvin via GitGitGadget
- Heads up: GMail regularly marking list messages as spam,
Mike Castle
- SIGSEGV Error Occurs When Attempting to Unbundle Without Initializing Git Repository.,
ArcticLampyrid
- Feature request: `git rm -c` shortcut, Junk Junk
- [Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project,
AbdAlRahman Gad
- [PATCH 1/2] remerge-diff: lazily prpare temporary objdir on demand,
Junio C Hamano
- [BUG REPORT] `--autostash` rebase + pre-rebase error ends in corrupt state,
Brian Lyles
- [PATCH] doc: grammofix in git-diff-tree, Junio C Hamano
- [PATCH] tutorial: grammofix, Junio C Hamano
- git send-email with ancient SMTP server … dh key too small,
Matěj Cepl
- What's cooking in git.git (Aug 2024, #03; Thu, 8),
Junio C Hamano
- [PATCH] tests: drop use of 'tee' that hides exit status,
Junio C Hamano
- [PATCH 0/3] send-email: teach git send-email mode to translate aliases,
Jacob Keller
- [PATCH v6 0/8] [Newcomer] t7004: modernize the style,
AbdAlRahman Gad
- [PATCH] diff-tree: fix crash when used with --remerge-diff,
blanet via GitGitGadget
- Re: Adding nested repository with slash adds files instead of gitlink,
Phil Sainty
- [PATCH] doc: pack-objects: clarify --missing option,
Han Young
- [BUG REPORT] sparseIndexExpanded hint always shows on sparse worktree move,
Brian Lyles
- Documentation bug (?) when describing `zdiff3` merge format,
punk . lion0906
- [PATCH] transport: fix leak with transport helper URLs,
Junio C Hamano
- [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a,
Josh Steadmon
- [RFC PATCH 1/6] common-main: split common_exit() into a new file, Josh Steadmon
- [RFC PATCH 2/6] repository: add initialize_repo wrapper without pointer, Josh Steadmon
- [RFC PATCH 3/6] contrib/cgit-rs: introduce Rust wrapper for libgit.a, Josh Steadmon
- [RFC PATCH 4/6] contrib/cgit-rs: add repo initialization and config access, Josh Steadmon
- [RFC PATCH 5/6] config: add git_configset_alloc, Josh Steadmon
- [RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers, Josh Steadmon
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, brian m. carlson
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, Jason A. Donenfeld
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, Junio C Hamano
- [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v2 1/5] common-main: split init and exit code into new files, Josh Steadmon
- [PATCH v2 2/5] cgit-sys: introduce Rust wrapper for libgit.a, Josh Steadmon
- [PATCH v2 3/5] cgit-sys: add repo initialization and config access, Josh Steadmon
- [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free(), Josh Steadmon
- [PATCH v2 5/5] cgit: add higher-level cgit crate, Josh Steadmon
- Re: [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Junio C Hamano
- Re: [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Jason A. Donenfeld
- [PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a, Calvin Wan
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]