Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v3 2/2] t/helper/test-delta: fix possible resource leak and ensure safe cleanup, (continued)
- [no subject], Unknown
- [no subject], Unknown
- [PATCH 0/6] Fix various rename corner cases,
Elijah Newren via GitGitGadget
- [PATCH 2/6] merge-ort: drop unnecessary temporary in check_for_directory_rename(), Elijah Newren via GitGitGadget
- [PATCH 6/6] merge-ort: fix directory rename on top of source of other rename/delete, Elijah Newren via GitGitGadget
- [PATCH 5/6] merge-ort: fix incorrect file handling, Elijah Newren via GitGitGadget
- [PATCH 1/6] merge-ort: update comments to modern testfile location, Elijah Newren via GitGitGadget
- [PATCH 3/6] t6423: document two bugs with rename-to-self testcases, Elijah Newren via GitGitGadget
- [PATCH 4/6] t6423: fix missed staging of file in testcases 12i,12j,12k, Elijah Newren via GitGitGadget
- Re: [PATCH 0/6] Fix various rename corner cases, Patrick Steinhardt
- [PATCH v2 0/6] Fix various rename corner cases, Elijah Newren via GitGitGadget
- [PATCH] docs: explain how to use `git imap-send --list` command to get a list of available folders,
Aditya Garg
- [PATCH] blame: only parse detailed commit info if needed,
Han Young
- [PATCH 0/8] refs: fix migration of reflog entries,
Patrick Steinhardt
- [PATCH 1/8] Documentation/git-reflog: convert to use synopsis type, Patrick Steinhardt
- [PATCH 2/8] builtin/reflog: improve grouping of subcommands, Patrick Steinhardt
- [PATCH 3/8] refs: export `ref_transaction_update_reflog()`, Patrick Steinhardt
- [PATCH 5/8] ident: fix type of string length parameter, Patrick Steinhardt
- [PATCH 4/8] builtin/reflog: implement subcommand to write new entries, Patrick Steinhardt
- [PATCH 6/8] refs: fix identity for migrated reflogs, Patrick Steinhardt
- [PATCH 7/8] refs: stop unsetting REF_HAVE_OLD for log-only updates, Patrick Steinhardt
- [PATCH 8/8] refs: fix invalid old object IDs when migrating reflogs, Patrick Steinhardt
- [PATCH v2 0/8] refs: fix migration of reflog entries, Patrick Steinhardt
- [PATCH v3 0/9] refs: fix migration of reflog entries, Patrick Steinhardt
- [PATCH v4 0/9] refs: fix migration of reflog entries, Patrick Steinhardt
- [PATCH v5 0/9] refs: fix migration of reflog entries, Patrick Steinhardt
- [PATCH v5 1/9] Documentation/git-reflog: convert to use synopsis type, Patrick Steinhardt
- [PATCH v5 2/9] builtin/reflog: improve grouping of subcommands, Patrick Steinhardt
- [PATCH v5 3/9] refs: export `ref_transaction_update_reflog()`, Patrick Steinhardt
- [PATCH v5 4/9] builtin/reflog: implement subcommand to write new entries, Patrick Steinhardt
- [PATCH v5 5/9] ident: fix type of string length parameter, Patrick Steinhardt
- [PATCH v5 6/9] refs: fix identity for migrated reflogs, Patrick Steinhardt
- [PATCH v5 7/9] refs/files: detect race when generating reflog entry for HEAD, Patrick Steinhardt
- [PATCH v5 8/9] refs: stop unsetting REF_HAVE_OLD for log-only updates, Patrick Steinhardt
- [PATCH v5 9/9] refs: fix invalid old object IDs when migrating reflogs, Patrick Steinhardt
- Re: [PATCH v5 0/9] refs: fix migration of reflog entries, Jeff King
- [PATCH v6 0/9] refs: fix migration of reflog entries, Patrick Steinhardt
- [PATCH 0/4] Fix resource leaks in various helpers and builtin commands,
Hoyoung Lee
- Precious files and the .jj directory,
Jade Lovelace
- [PATCH v3] reflog: close leak of reflog expire entry,
Jacob Keller
- Bug report: latest (2.50.1) x64 version of Git for Windows,
James Gao
- Contradictory git help rebase,
Rodney Bates
- Discussion: Future-Proofing Git for Massive AI Parallelism,
Skybuck Flying
[PATCH] send-email: add ability to send a copy of sent emails to an IMAP folder,
Aditya Garg
[no subject], Unknown
[PATCH] fixup! xdiff: make fields of xrecord_t Rust friendly, Johannes Schindelin
Possible git bisect behavior issue when skipping commits,
Begad Habib
[PATCH] revision: drop early output option,
Jeff King
[PATCH] rev-list: make "struct rev_list_info" static to the only user,
Junio C Hamano
A Question from a Hopeful Future Contributor,
Eric Frederickson
What's cooking in git.git (Jul 2025, #05; Thu, 17),
Junio C Hamano
[no subject], Unknown
[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification,
Ezekiel Newren via GitGitGadget
- [PATCH 1/7] xdiff: introduce rust, Ezekiel Newren via GitGitGadget
- [PATCH 2/7] xdiff/xprepare: remove superfluous forward declarations, Ezekiel Newren via GitGitGadget
- [PATCH 3/7] xdiff: delete unnecessary fields from xrecord_t and xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH 4/7] xdiff: make fields of xrecord_t Rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH 5/7] xdiff: separate parsing lines from hashing them, Ezekiel Newren via GitGitGadget
- [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash, Ezekiel Newren via GitGitGadget
- [PATCH 7/7] github_workflows: install rust, Ezekiel Newren via GitGitGadget
- Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, brian m. carlson
- Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Christian Brabandt
- Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Phillip Wood
- Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Junio C Hamano
- Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Johannes Schindelin
- [PATCH v2 00/17] RFC: Accelerate xdiff and begin its rustification, Ezekiel Newren via GitGitGadget
- [PATCH v3 00/15] RFC: Cleanup xdiff and begin its rustification, Ezekiel Newren via GitGitGadget
- [PATCH v3 05/15] github workflows: upload Cargo.lock, Ezekiel Newren via GitGitGadget
- [PATCH v3 10/15] xdiff: use one definition for freeing xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH v3 14/15] xdiff: make xdfile_t more rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH v3 04/15] win+Meson: do allow linking with the Rust-built xdiff, Johannes Schindelin via GitGitGadget
- [PATCH v3 11/15] xdiff: replace chastore with an ivec in xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH v3 08/15] xdiff: delete unnecessary fields from xrecord_t and xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH v3 15/15] xdiff: implement xdl_trim_ends() in Rust, Ezekiel Newren via GitGitGadget
- [PATCH v3 07/15] xdiff/xprepare: remove superfluous forward declarations, Ezekiel Newren via GitGitGadget
- [PATCH v3 09/15] xdiff: make fields of xrecord_t Rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH v3 01/15] doc: add a policy for using Rust, brian m. carlson via GitGitGadget
- [PATCH v3 12/15] xdiff: delete nrec field from xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH v3 03/15] github workflows: install rust, Ezekiel Newren via GitGitGadget
- [PATCH v3 02/15] xdiff: introduce rust, Ezekiel Newren via GitGitGadget
- [PATCH v3 13/15] xdiff: delete recs field from xdfile_t, Ezekiel Newren via GitGitGadget
- [PATCH v3 06/15] ivec: create a vector type that is interoperable between C and Rust, Ezekiel Newren via GitGitGadget
- [PATCH v2 15/17] xdiff: create line_hash() and line_equal(), Ezekiel Newren via GitGitGadget
- [PATCH v2 09/17] Do support Windows again after requiring Rust, Johannes Schindelin via GitGitGadget
- [PATCH v2 11/17] win+Meson: do allow linking with the Rust-built xdiff, Johannes Schindelin via GitGitGadget
- [PATCH v2 16/17] xdiff: optimize case where --ignore-cr-at-eol is the only whitespace flag, Ezekiel Newren via GitGitGadget
- [PATCH v2 04/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t, Ezekiel Newren via GitGitGadget
- Re: [PATCH v2 00/17] RFC: Accelerate xdiff and begin its rustification, Junio C Hamano
- [PATCH v2 06/17] xdiff: separate parsing lines from hashing them, Ezekiel Newren via GitGitGadget
- [PATCH v2 03/17] xdiff/xprepare: remove superfluous forward declarations, Ezekiel Newren via GitGitGadget
- [PATCH v2 08/17] github workflows: install rust, Ezekiel Newren via GitGitGadget
- [PATCH v2 10/17] win+Meson: allow for xdiff to be compiled with MSVC, Johannes Schindelin via GitGitGadget
- [PATCH v2 13/17] github workflows: upload Cargo.lock, Ezekiel Newren via GitGitGadget
- [PATCH v2 07/17] xdiff: conditionally use Rust's implementation of xxhash, Ezekiel Newren via GitGitGadget
- [PATCH v2 02/17] xdiff: introduce rust, Ezekiel Newren via GitGitGadget
- [PATCH v2 05/17] xdiff: make fields of xrecord_t Rust friendly, Ezekiel Newren via GitGitGadget
- [PATCH v2 12/17] github workflows: define rust versions and targets in the same place, Ezekiel Newren via GitGitGadget
- [PATCH v2 01/17] doc: add a policy for using Rust, brian m. carlson via GitGitGadget
- [PATCH v2 17/17] xdiff: use rust's version of whitespace processing, Ezekiel Newren via GitGitGadget
- [PATCH v2 14/17] xdiff: implement a white space iterator in Rust, Ezekiel Newren via GitGitGadget
- Re: [-SPAM-] [PATCH v2 00/17] RFC: Accelerate xdiff and begin its rustification, Ramsay Jones
<Possible follow-ups>
Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Ben Knoble
Re: [PATCH 0/7] RFC: Accelerate xdiff and begin its rustification, Ben Knoble
[PATCH 00/21] config: remove use of `the_repository`,
Patrick Steinhardt
- [PATCH 01/21] config: drop `git_config()` wrapper, Patrick Steinhardt
- [PATCH 02/21] config: drop `git_config_clear()` wrapper, Patrick Steinhardt
- [PATCH 03/21] config: drop `git_config_get()` wrapper, Patrick Steinhardt
- [PATCH 04/21] config: drop `git_config_get_value()` wrapper, Patrick Steinhardt
- [PATCH 08/21] config: drop `git_config_get_string()` wrapper, Patrick Steinhardt
- [PATCH 06/21] config: drop `git_config_get_string_multi()` wrapper, Patrick Steinhardt
- [PATCH 09/21] config: drop `git_config_get_int()` wrapper, Patrick Steinhardt
- [PATCH 10/21] config: drop `git_config_get_ulong()` wrapper, Patrick Steinhardt
- [PATCH 13/21] config: drop `git_config_set_gently()` wrapper, Patrick Steinhardt
- [PATCH 16/21] config: drop `git_config_set_multivar_in_file_gently()` wrapper, Patrick Steinhardt
- [PATCH 15/21] config: drop `git_config_set_in_file_gently()` wrapper, Patrick Steinhardt
- [PATCH 17/21] config: drop `git_config_get_multivar_gently()` wrapper, Patrick Steinhardt
- [PATCH 18/21] config: drop `git_config_set_multivar()` wrapper, Patrick Steinhardt
- [PATCH 19/21] config: remove unused `the_repository` wrappers, Patrick Steinhardt
- [PATCH 20/21] config: move Git config parsing into "environment.c", Patrick Steinhardt
- [PATCH 21/21] config: fix sign comparison warnings, Patrick Steinhardt
- [PATCH 14/21] config: drop `git_config_set()` wrapper, Patrick Steinhardt
- [PATCH 07/21] config: drop `git_config_get_string()` wrapper, Patrick Steinhardt
- [PATCH 11/21] config: drop `git_config_get_bool()` wrapper, Patrick Steinhardt
- [PATCH 05/21] config: drop `git_config_get_value()` wrapper, Patrick Steinhardt
- [PATCH 12/21] config: drop `git_config_set_in_file()` wrapper, Patrick Steinhardt
- [PATCH v2 00/21] config: remove use of `the_repository`, Patrick Steinhardt
- [PATCH v2 01/21] config: drop `git_config()` wrapper, Patrick Steinhardt
- [PATCH v2 02/21] config: drop `git_config_clear()` wrapper, Patrick Steinhardt
- [PATCH v2 03/21] config: drop `git_config_get()` wrapper, Patrick Steinhardt
- [PATCH v2 06/21] config: drop `git_config_get_string_multi()` wrapper, Patrick Steinhardt
- [PATCH v2 07/21] config: drop `git_config_get_string()` wrapper, Patrick Steinhardt
- [PATCH v2 05/21] config: drop `git_config_get_value()` wrapper, Patrick Steinhardt
- [PATCH v2 04/21] config: drop `git_config_get_value()` wrapper, Patrick Steinhardt
- [PATCH v2 10/21] config: drop `git_config_get_ulong()` wrapper, Patrick Steinhardt
- [PATCH v2 11/21] config: drop `git_config_get_bool()` wrapper, Patrick Steinhardt
- [PATCH v2 14/21] config: drop `git_config_set()` wrapper, Patrick Steinhardt
- [PATCH v2 15/21] config: drop `git_config_set_in_file_gently()` wrapper, Patrick Steinhardt
- [PATCH v2 12/21] config: drop `git_config_set_in_file()` wrapper, Patrick Steinhardt
- [PATCH v2 08/21] config: drop `git_config_get_string()` wrapper, Patrick Steinhardt
- [PATCH v2 09/21] config: drop `git_config_get_int()` wrapper, Patrick Steinhardt
- [PATCH v2 19/21] config: remove unused `the_repository` wrappers, Patrick Steinhardt
- [PATCH v2 16/21] config: drop `git_config_set_multivar_in_file_gently()` wrapper, Patrick Steinhardt
- [PATCH v2 18/21] config: drop `git_config_set_multivar()` wrapper, Patrick Steinhardt
- [PATCH v2 20/21] config: move Git config parsing into "environment.c", Patrick Steinhardt
- [PATCH v2 13/21] config: drop `git_config_set_gently()` wrapper, Patrick Steinhardt
- [PATCH v2 21/21] config: fix sign comparison warnings, Patrick Steinhardt
- [PATCH v2 17/21] config: drop `git_config_get_multivar_gently()` wrapper, Patrick Steinhardt
Security Questionnaires for Software Installation – Hillsborough County Public Libraries,
Harrison, Latasha
[PATCH v3 0/2] git-gui: Add support of SHA256 repo,
Takashi Iwai
[PATCH v3 0/5] bswap.h: Rework ntohl handling,
Sebastian Andrzej Siewior
[PATCH] test-lib: respect GIT_TEST_INSTALLED when querying default hash,
Kyle Lippincott via GitGitGadget
Fresh Leads from GSX 2025 Expo, Isabella Young
[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue,
René Scharfe
[PATCH] config: remove unneeded struct field,
Phillip Wood
[BUG] git pull ignores pull.autostash=true configuration when used with --git-dir and --work-tree flags on a bare repository,
Bryan Lee
What's cooking in git.git (Jul 2025, #04; Mon, 14),
Junio C Hamano
[PATCH] strbuf: add compound literal test balloon,
Phillip Wood
[PATCH 0/3] C99: declare bool experiment a success,
Phillip Wood
Re: git 2.50 and 2.50.1 src fails to compile in rhel 6, Азат Усманов
Discuss improving defaults for git-submodule handling, vger . kernel . org
[PATCH] meson: disable PCRE2 dependency by default,
Carlo Marcelo Arenas Belón
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]