Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] doc: add --show-names for git config, (continued)
- Hi, khmer song and funny clip 855
- [PATCH 0/15] marking some more unused parameters,
Jeff King
- [PATCH 01/15] imap-send: mark unused parameter in ssl_socket_connect() fallback, Jeff King
- [PATCH 02/15] update-ref: mark more unused parameters in parser callbacks, Jeff King
- [PATCH 03/15] refs: mark unused parameters in ref_store fsck callbacks, Jeff King
- [PATCH 04/15] refs: mark unused parameters in do_for_each_reflog_helper(), Jeff King
- [PATCH 05/15] oss-fuzz: mark unused argv/argc argument, Jeff King
- [PATCH 06/15] t/helper: mark more unused argv/argc arguments, Jeff King
- [PATCH 07/15] unit-tests: ignore unused argc/argv, Jeff King
- [PATCH 08/15] reftable: ignore unused argc/argv in test functions, Jeff King
- [PATCH 09/15] reftable: drop obsolete test function declarations, Jeff King
- [PATCH 10/15] reftable: mark unused parameters in virtual functions, Jeff King
- [PATCH 11/15] t-hashmap: mark unused parameters in callback function, Jeff King
- [PATCH 12/15] test-mergesort: mark unused parameters in trivial callback, Jeff King
- [PATCH 13/15] setup: mark unused parameter in config callback, Jeff King
- [PATCH 14/15] daemon: mark unused parameters in non-posix fallbacks, Jeff King
- [PATCH 15/15] scalar: mark unused parameters in dummy function, Jeff King
- [PATCH 0/5] dropping some more unused parameters,
Jeff King
- Regression bug with latest SAFE ownership patch,
James
- git push does not work over https WebDAV,
Zdenek Wagner
- [PATCH 0/2] send-email: add --mailmap support,
Jacob Keller
- What's cooking in git.git (Aug 2024, #06; Fri, 16),
Junio C Hamano
- feature request: set remote/HEAD with fetch,
Bence Ferdinandy
- [PATCH] rebase -x: don't print "Executing:" msgs with --quiet,
Matheus Tavares
- [PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases, Jacob Keller
- [PATCH 00/13] midx: incremental multi-pack indexes, part two,
Taylor Blau
- [PATCH 01/13] Documentation: describe incremental MIDX bitmaps, Taylor Blau
- [PATCH 02/13] pack-revindex: prepare for incremental MIDX bitmaps, Taylor Blau
- [PATCH 03/13] pack-bitmap.c: open and store incremental bitmap layers, Taylor Blau
- [PATCH 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs, Taylor Blau
- [PATCH 05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs, Taylor Blau
- [PATCH 06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs, Taylor Blau
- [PATCH 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs, Taylor Blau
- [PATCH 08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs, Taylor Blau
- [PATCH 09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs, Taylor Blau
- [PATCH 10/13] ewah: implement `struct ewah_or_iterator`, Taylor Blau
- [PATCH 11/13] pack-bitmap.c: keep track of each layer's type bitmaps, Taylor Blau
- [PATCH 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators, Taylor Blau
- [PATCH 13/13] midx: implement writing incremental MIDX bitmaps, Taylor Blau
- [PATCH v2 00/13] midx: incremental multi-pack indexes, part two, Taylor Blau
- [PATCH v2 01/13] Documentation: describe incremental MIDX bitmaps, Taylor Blau
- [PATCH v2 02/13] pack-revindex: prepare for incremental MIDX bitmaps, Taylor Blau
- [PATCH v2 03/13] pack-bitmap.c: open and store incremental bitmap layers, Taylor Blau
- [PATCH v2 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs, Taylor Blau
- [PATCH v2 05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs, Taylor Blau
- [PATCH v2 06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs, Taylor Blau
- [PATCH v2 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs, Taylor Blau
- [PATCH v2 08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs, Taylor Blau
- [PATCH v2 09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs, Taylor Blau
- [PATCH v2 10/13] ewah: implement `struct ewah_or_iterator`, Taylor Blau
- [PATCH v2 11/13] pack-bitmap.c: keep track of each layer's type bitmaps, Taylor Blau
- [PATCH v2 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators, Taylor Blau
- [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps, Taylor Blau
- [PATCH v3 00/13] midx: incremental multi-pack indexes, part two, Taylor Blau
- [PATCH v3 01/13] Documentation: describe incremental MIDX bitmaps, Taylor Blau
- [PATCH v3 02/13] pack-revindex: prepare for incremental MIDX bitmaps, Taylor Blau
- [PATCH v3 03/13] pack-bitmap.c: open and store incremental bitmap layers, Taylor Blau
- [PATCH v3 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs, Taylor Blau
- [PATCH v3 05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs, Taylor Blau
- [PATCH v3 06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs, Taylor Blau
- [PATCH v3 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs, Taylor Blau
- [PATCH v3 08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs, Taylor Blau
- [PATCH v3 09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs, Taylor Blau
- [PATCH v3 10/13] ewah: implement `struct ewah_or_iterator`, Taylor Blau
- [PATCH v3 11/13] pack-bitmap.c: keep track of each layer's type bitmaps, Taylor Blau
- [PATCH v3 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators, Taylor Blau
- [PATCH v3 13/13] midx: implement writing incremental MIDX bitmaps, Taylor Blau
- Re: [PATCH v3 00/13] midx: incremental multi-pack indexes, part two, Junio C Hamano
- [PATCH 0/2] Add additional trace2 regions for fetch and push,
Josh Steadmon
- [PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits,
Taylor Blau
- [no subject], Unknown
- [PATCH 0/5] Introduce configs for default repo format,
Patrick Steinhardt
- What's cooking in git.git (Aug 2024, #05; Wed, 14),
Junio C Hamano
- [PATCH] howto-maintain: mention preformatted docs, Junio C Hamano
- [PATCH 1/1] git jump: support show,
Geoffrey Thomas
- Git exclude patterns with full static file, without globs, fails to capture the exclusion (the file is added anyway, Alex Recuenco
- [PATCH v2 00/15] reftable: drop generic `reftable_table` interface,
Patrick Steinhardt
- [PATCH v2 01/15] reftable/merged: expose functions to initialize iterators, Patrick Steinhardt
- [PATCH v2 02/15] reftable/merged: rename `reftable_new_merged_table()`, Patrick Steinhardt
- [PATCH v2 03/15] reftable/merged: stop using generic tables in the merged table, Patrick Steinhardt
- [PATCH v2 04/15] reftable/stack: open-code reading refs, Patrick Steinhardt
- [PATCH v2 05/15] reftable/iter: drop double-checking logic, Patrick Steinhardt
- [PATCH v2 06/15] reftable/generic: move generic iterator code into iterator interface, Patrick Steinhardt
- [PATCH v2 07/15] reftable/dump: drop unused `compact_stack()`, Patrick Steinhardt
- [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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]