Git Distributed Software Revision Control
[Prev Page][Next Page]
- [PATCH v2 0/2] Mark cat-file sparse-index compatible
- From: "Kevin Lyles via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Unpredictable peak memory usage when using `git log` command
- From: Jeff King <peff@xxxxxxxx>
- Draft of Git Rev News edition 114
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH] revision: free commit buffers for skipped commits
- From: Jeff King <peff@xxxxxxxx>
- What's cooking in git.git (Aug 2024, #11; Fri, 30)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] refs/files-backend: work around -Wunused-parameter
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Roman Sandu <r.sandu@xxxxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/3] doc: introducing synopsis para
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/21] environment: guard reliance on `the_repository`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Elijah Newren <newren@xxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Roman Sandu <r.sandu@xxxxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Roman Sandu <r.sandu@xxxxxxxxxxx>
- Unpredictable peak memory usage when using `git log` command
- From: Yuri Karnilaev <karnilaev@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Pavel Rappo <pavel.rappo@xxxxxxxxx>
- [PATCH v2 21/21] environment: stop storing "core.notesRef" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 17/21] refs: stop modifying global `log_all_ref_updates` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 14/21] repo-settings: split out declarations into a standalone header
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 13/21] environment: guard state depending on a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 06/21] environment: make `get_git_work_tree()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 05/21] environment: make `get_graft_file()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 04/21] environment: make `get_index_file()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 03/21] environment: make `get_object_directory()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 02/21] environment: make `get_git_common_dir()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 00/21] environment: guard reliance on `the_repository`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 01/21] environment: make `get_git_dir()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/21] environment: guard reliance on `the_repository`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: Vito Caputo <vcaputo@xxxxxxxxxxx>
- Re: Committing crimes with NTFS-3G
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- git-show multiple files delimiter?
- From: Adam Laughlin <adam.laughlin@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Jeff King <peff@xxxxxxxx>
- Re: Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: Yukai Chou <muzimuzhi@xxxxxxxxx>
- Re: [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Pavel Rappo <pavel.rappo@xxxxxxxxx>
- Re: Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
- From: Jeff King <peff@xxxxxxxx>
- Re: Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
- From: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx>
- Re: Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Jeff King <peff@xxxxxxxx>
- Re: Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Committing crimes with NTFS-3G
- From: Roman Sandu <r.sandu@xxxxxxxxxxx>
- Re: [PATCH 0/2] clean up some MAYBE_UNUSED cases
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/21] environment: make `get_git_dir()` accept a repository
- From: Justin Tobler <jltobler@xxxxxxxxx>
- [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/2] gc: drop MAYBE_UNUSED annotation from used parameter
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 0/2] clean up some MAYBE_UNUSED cases
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 00/21] environment: guard reliance on `the_repository`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] CodingGuidelines: also mention MAYBE_UNUSED
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] fixup! midx: implement writing incremental MIDX bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] fixup! midx: implement writing incremental MIDX bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] CodingGuidelines: also mention MAYBE_UNUSED
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [no subject]
- Re: [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 15/22] negotiator/skipping: fix leaking commit entries
- From: Calvin Wan <calvinwan@xxxxxxxxxx>
- Re: [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
- From: Toon claes <toon@xxxxxxxxx>
- Re: [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
- From: Toon claes <toon@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 21/21] environment: stop storing "core.notesRef" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/21] refs: stop modifying global `log_all_ref_updates` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/21] repo-settings: split out declarations into a standalone header
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/21] environment: guard state depending on a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/21] environment: reorder header to split out `the_repository`-free section
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/21] environment: make `get_git_namespace()` self-contained
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/21] environment: move `odb_mkstemp()` into object layer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/21] environment: make `get_git_work_tree()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/21] environment: make `get_graft_file()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/21] environment: make `get_index_file()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/21] environment: make `get_object_directory()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/21] environment: make `get_git_common_dir()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/21] environment: make `get_git_dir()` accept a repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/21] environment: guard reliance on `the_repository`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/2] chainlint: make error messages self-explanatory
- From: Eric Sunshine <ericsunshine@xxxxxxxxxxx>
- [PATCH 2/2] chainlint: reduce annotation noise-factor
- From: Eric Sunshine <ericsunshine@xxxxxxxxxxx>
- [PATCH 0/2] make chainlint output more newcomer-friendly
- From: Eric Sunshine <ericsunshine@xxxxxxxxxxx>
- Re: How to turn off rename detection for cherry-pick?
- From: Pavel Rappo <pavel.rappo@xxxxxxxxx>
- Re: [PATCH 15/22] negotiator/skipping: fix leaking commit entries
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] Mark `cat-file` sparse-index compatible
- From: Derrick Stolee <stolee@xxxxxxxxx>
- [no subject]
- Tags auto fetched by "git fetch origin" but not "git fetch origin main"
- From: Yukai Chou <muzimuzhi@xxxxxxxxx>
- Re: [PATCH 15/22] negotiator/skipping: fix leaking commit entries
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH v2 0/4] add ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/3] send-email: add --mailmap support
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Libification update (was: What's cooking in git.git (Aug 2024, #10; Tue, 27))
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH v4 0/8] git-prompt: support more shells v4
- From: avih <avihpit@xxxxxxxxx>
- Re: [PATCH 15/22] negotiator/skipping: fix leaking commit entries
- From: Calvin Wan <calvinwan@xxxxxxxxxx>
- Re: [PATCH 7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] SQUASH??? remove unused parameters
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] fixup! midx: implement writing incremental MIDX bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] reftable: mark unused parameters in empty iterator functions
- From: Jeff King <peff@xxxxxxxx>
- [PATCH] fixup! midx: implement writing incremental MIDX bitmaps
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] reftable: mark unused parameters in empty iterator functions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] git gui: add directly calling merge tool from gitconfig
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Improvement: `git-maintenance` to allow configuring of remotes to fetch
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Wrong error message when cloning from http gitlab (and everything still works anyway)
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 0/9] Introduce clar testing framework
- From: phillip.wood123@xxxxxxxxx
- Re: [PATCH v6 00/13] Introduce clar testing framework
- From: phillip.wood123@xxxxxxxxx
- [PATCH 7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- [no subject]
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH v6 00/13] Introduce clar testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 2/9] t: import the clar unit testing framework
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v6 00/13] Introduce clar testing framework
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v6 12/13] t/unit-tests: convert ctype tests to use clar
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v6 02/13] t: import the clar unit testing framework
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- RFE: Document "edit" in "git restore --patch"
- From: Pierre Ossman <ossman@xxxxxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Improvement: `git-maintenance` to allow configuring of remotes to fetch
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2] git gui: add directly calling merge tool from gitconfig
- From: "ToBoMi via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] reftable: mark unused parameters in empty iterator functions
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 0/6] unused parameters: the final countdown
- From: Jeff King <peff@xxxxxxxx>
- [PATCH] reftable: mark unused parameters in empty iterator functions
- From: Jeff King <peff@xxxxxxxx>
- [PATCH] t-reftable-block: mark unused argv/argc
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 5/6] compat: mark unused parameters in win32/mingw functions
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 4/6] compat: disable -Wunused-parameter in win32/headless.c
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 3/6] compat: disable -Wunused-parameter in 3rd-party code
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 2/6] t-reftable-readwrite: mark unused parameter in callback function
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 1/6] gc: mark unused config parameter in virtual functions
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 0/6] unused parameters: the final countdown
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 0/3] send-email: add --mailmap support
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
- From: Junio C Hamano <gitster@xxxxxxxxx>
- What's cooking in git.git (Aug 2024, #10; Tue, 27)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3 3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 2/3] check-mailmap: add options for additional mailmap sources
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 1/3] check-mailmap: accept "user@host" contacts
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v3 0/3] send-email: add --mailmap support
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 5/5] builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 3/5] builtin/pack-objects.c: translate bit positions during pack-reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/5] t/t5332-multi-pack-reuse.sh: verify pack generation with --strict
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 02/10] packfile: allow content-limit for cat-file
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/4] ref: initialize "fsck_ref_report" with zero
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 3/5] apply: whitespace errors in context lines if we have
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 4/4] ref: add symlink ref check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- [PATCH v2 3/4] ref: add symbolic ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- [PATCH v2 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- [PATCH v2 1/4] ref: initialize "fsck_ref_report" with zero
- From: shejialuo <shejialuo@xxxxxxxxx>
- [PATCH v2 0/4] add ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH v2 10/10] cat-file: use writev(2) if available
- From: Junio C Hamano <gitster@xxxxxxxxx>
- AW: [PATCH] git gui: add directly calling merge tool from gitconfig
- From: "tobias.boesch@xxxxxxxxx" <tobias.boesch@xxxxxxxxx>
- AW: [PATCH] git gui: add directly calling merge tool from gitconfig
- From: "tobias.boesch@xxxxxxxxx" <tobias.boesch@xxxxxxxxx>
- Re: [PATCH v2] git-config.1: fix description of --regexp in synopsis
- From: Patrick Steinhardt <ps@xxxxxx>
- RE: [PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
- From: Haritha D <Harithamma.D@xxxxxxx>
- Re: [PATCH v2 10/10] cat-file: use writev(2) if available
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 09/10] cat-file: batch_write: use size_t for length
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/5] apply: whitespace errors in context lines if we have
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/5] apply: introduce `ignore_ws_default`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/5] apply: whitespace errors in context lines if we have
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 4/5] apply: error message in `record_ws_error()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/5] apply: whitespace errors in context lines if we have
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 05/10] cat-file: use delta_base_cache entries directly
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 08/10] cat-file: batch-command uses content_limit
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 07/10] object_info: content_limit only applies to blobs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 05/10] cat-file: use delta_base_cache entries directly
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Python-based fetch optimizer script for "blame" in Partial Clones (was: Re: Sensible way to see what objects are being fetched just-in-time in a partial clone?)
- From: Tao Klerks <tao@xxxxxxxxxx>
- Re: Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Sensible way to see what objects are being fetched just-in-time in a partial clone?
- From: Tao Klerks <tao@xxxxxxxxxx>
- Re: [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?
- From: Tao Klerks <tao@xxxxxxxxxx>
- [PATCH v2] git-config.1: fix description of --regexp in synopsis
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH] Mark `cat-file` sparse-index compatible
- From: "Kevin Lyles via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v3 6/6] t-reftable-stack: add test for stack iterators
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 5/6] t-reftable-stack: add test for non-default compaction factor
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 2/6] t: harmonize t-reftable-stack.c with coding guidelines
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 1/6] t: move reftable/stack_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] git-config.1: --get-all description update
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Sensible way to see what objects are being fetched just-in-time in a partial clone?
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 02/10] packfile: allow content-limit for cat-file
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 04/10] packfile: inline cache_or_unpack_entry
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Sensible way to see what objects are being fetched just-in-time in a partial clone?
- From: Tao Klerks <tao@xxxxxxxxxx>
- Re: [PATCH] bundle-uri: plug leak in unbundle_from_file()
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Celeste Liu <coelacanthushex@xxxxxxxxx>
- Re: [GSoC][PATCH] unit-tests: add tests for oidset.h
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] remote: plug memory leaks at early returns
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Improvement: `git-maintenance` to allow configuring of remotes to fetch
- From: Shubham Kanodia <shubhamsizzles@xxxxxxxxx>
- How to turn off rename detection for cherry-pick?
- From: Pavel Rappo <pavel.rappo@xxxxxxxxx>
- Re: [PATCH] bundle-uri: plug leak in unbundle_from_file()
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH] unit-tests: add tests for oidset.h
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH] bundle-uri: plug leak in unbundle_from_file()
- From: Toon Claes <toon@xxxxxxxxx>
- [PATCH 22/22] builtin/repack: fix leaking keep-pack list
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 21/22] merge-ort: fix two leaks when handling directory rename modifications
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 20/22] match-trees: fix leaking prefixes in `shift_tree()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/22] builtin/fmt-merge-msg: fix leaking buffers
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/22] builtin/grep: fix leaking object context
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/22] builtin/pack-objects: plug leaking list of keep-packs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/22] builtin/repack: fix leaking line buffer when packing promisors
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/22] negotiator/skipping: fix leaking commit entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/22] shallow: free grafts when unregistering them
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/22] object: clear grafts when clearing parsed object pool
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/22] gpg-interface: fix misdesigned signing key interfaces
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/22] send-pack: fix leaking push cert nonce
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/22] remote: fix leak in reachability check of a remote-tracking ref
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/22] remote: fix leaking tracking refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/22] builtin/submodule--helper: fix leaking refs on push-check
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/22] submodule: fix leaking fetch task data
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/22] builtin/push: fix leaking refspec query result
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/22] send-pack: fix leaking common object IDs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/22] fetch-pack: fix memory leaks on fetch negotiation
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/22] Memory leak fixes (pt.6)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH] unit-tests: add tests for oidset.h
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 6/6] t-reftable-stack: add test for stack iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 2/6] t: harmonize t-reftable-stack.c with coding guidelines
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] remote: plug memory leaks at early returns
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
- From: "Ghanshyam Thakkar" <shyamthakkar001@xxxxxxxxx>
- [PATCH 5/5] t4124: move test preparation into the test context
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 4/5] apply: error message in `record_ws_error()`
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 3/5] apply: whitespace errors in context lines if we have
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 1/5] apply: introduce `ignore_ws_default`
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [GSoC][PATCH] unit-tests: add tests for oidset.h
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [GSoC][PATCH v3] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [GSoC][PATCH v2] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
- From: "Ghanshyam Thakkar" <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH] git gui: add directly calling merge tool from gitconfig
- From: Johannes Sixt <j6t@xxxxxxxx>
- Re: [PATCH] remote: plug memory leaks at early returns
- From: René Scharfe <l.s.r@xxxxxx>
- [PATCH v2 10/10] cat-file: use writev(2) if available
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 09/10] cat-file: batch_write: use size_t for length
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 08/10] cat-file: batch-command uses content_limit
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 07/10] object_info: content_limit only applies to blobs
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 05/10] cat-file: use delta_base_cache entries directly
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 04/10] packfile: inline cache_or_unpack_entry
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 02/10] packfile: allow content-limit for cat-file
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 01/10] packfile: move sizep computation
- From: Eric Wong <e@xxxxxxxxx>
- [PATCH v2 00/10] cat-file speedups
- From: Eric Wong <e@xxxxxxxxx>
- Re: [PATCH] remote: plug memory leaks at early returns
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] remote: plug memory leaks at early returns
- From: René Scharfe <l.s.r@xxxxxx>
- What's cooking in git.git (Aug 2024, #09; Fri, 23)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 00/10] reftable: fix reload with active iterators
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 02/10] reftable/stack: inline `stack_compact_range_stats()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 10/10] reftable/stack: fix segfault when reload with reused readers fails
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 09/10] reftable/stack: reorder swapping in the reloaded stack contents
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 08/10] reftable/reader: keep readers alive during iteration
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 07/10] reftable/reader: introduce refcounting
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 05/10] reftable/reader: inline `reader_close()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 04/10] reftable/reader: inline `init_reader()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 03/10] reftable/reader: rename `reftable_new_reader()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 00/10] reftable: fix reload with active iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 01/10] reftable/blocksource: drop malloc block source
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 08/10] reftable/reader: keep readers alive during iteration
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [WIP v2 4/4] repack: use new exclude promisor pack objects option
- From: Han Young <hanyang.tony@xxxxxxxxxxxxx>
- [WIP v2 3/4] revision: don't mark commit as UNINTERESTING if --exclude-promisor-objects is set
- From: Han Young <hanyang.tony@xxxxxxxxxxxxx>
- [WIP v2 2/4] revision: add exclude-promisor-pack-objects option
- From: Han Young <hanyang.tony@xxxxxxxxxxxxx>
- [WIP v2 1/4] packfile: split promisor objects oidset into two
- From: Han Young <hanyang.tony@xxxxxxxxxxxxx>
- [WIP v2 0/4] revision: fix reachable objects being gc'ed in no blob clone repo
- From: Han Young <hanyang.tony@xxxxxxxxxxxxx>
- Re: [PATCH v5 2/9] t: import the clar unit testing framework
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- [PATCH v2 6/6] t-reftable-stack: add test for stack iterators
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v2 5/6] t-reftable-stack: add test for non-default compaction factor
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v2 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v2 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v2 2/6] t: harmonize t-reftable-stack.c with coding guidelines
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v2 1/6] t: move reftable/stack_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 0/6] t: port reftable/stack_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v1 3/4] ref: add symbolic ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- [no subject]
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 08/10] reftable/reader: keep readers alive during iteration
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 07/10] reftable/reader: introduce refcounting
- From: karthik nayak <karthik.188@xxxxxxxxx>
- [PATCH v2] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Celeste Liu <coelacanthushex@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Celeste Liu <coelacanthushex@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Celeste Liu <coelacanthushex@xxxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 3/4] ref: add symbolic ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Representing Debian Metadata in Git
- From: Sean Whitton <spwhitton@xxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] Add additional trace2 regions for fetch and push
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 2/3] fetch: add top-level trace2 regions
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- [PATCH v2 3/3] send-pack: add new tracing regions for push
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- [PATCH v2 1/3] trace2: implement trace2_printf() for event target
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- [PATCH v2 0/3] Add additional trace2 regions for fetch and push
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH 0/6] cat-file: add remote-object-info to batch-command
- From: Peijian Ju <eric.peijian@xxxxxxxxx>
- Re: [PATCH 2/2] send-pack: add new tracing regions for push
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] send-pack: add new tracing regions for push
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- [PATCH v3] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: "ahmed akef via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: Representing Debian Metadata in Git
- From: Blair Noctis <ncts@xxxxxxxxxx>
- Re: [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- git diff --word-diff misbehaving over paragraph breaks?
- From: Willow Liquorice <willow@xxxxxxxxxxx>
- Re: [PATCH v2 00/20] Memory leak fixes (pt.5)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/3] t7900: exercise detaching via trace2 regions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
- From: Celeste Liu <coelacanthushex@xxxxxxxxx>
- Re: [PATCH v3 00/15] reftable: drop generic `reftable_table` interface
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 15/20] remote: fix leaking config strings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] diff-index: integrate with the sparse index
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Wrong error message when cloning from http gitlab (and everything still works anyway)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
- From: "Haritha via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2 5/5] cgit: add higher-level cgit crate
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Derrick Stolee <stolee@xxxxxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 3/4] ref: add symbolic ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH 07/10] reftable/reader: introduce refcounting
- From: Patrick Steinhardt <ps@xxxxxx>
- Wrong error message when cloning from http gitlab (and everything still works anyway)
- From: Marlon Regenhardt <marlon.r@xxxxxxxxxx>
- Re: [PATCH 07/10] reftable/reader: introduce refcounting
- From: karthik nayak <karthik.188@xxxxxxxxx>
- [PATCH] gitk: added external diff file rename detection
- From: "ToBoMi via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v2 20/20] transport: fix leaking negotiation tips
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 18/20] builtin/fetch: fix leaking transaction with `--atomic`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 17/20] remote: fix leaking peer ref when expanding refmap
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 16/20] remote: fix leaks when matching refspecs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 15/20] remote: fix leaking config strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 14/20] builtin/fetch-pack: fix leaking refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 13/20] sideband: fix leaks when configuring sideband colors
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 12/20] builtin/send-pack: fix leaking refspecs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 11/20] transport: fix leaking OID arrays in git:// transport data
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 09/20] builtin/repack: fix leaks when computing packs to repack
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 08/20] midx-write: fix leaking hashfile on error cases
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 05/20] builtin/merge-tree: fix leaking `-X` strategy options
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 04/20] pretty: fix leaking key/value separator buffer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 03/20] pretty: fix memory leaks when parsing pretty formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 02/20] convert: fix leaks when resetting attributes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 01/20] mailinfo: fix leaking header data
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 00/20] Memory leak fixes (pt.5)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 5/5] cgit: add higher-level cgit crate
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH v1 3/4] ref: add symbolic ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [External] Re: [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
- From: 韩仰 <hanyang.tony@xxxxxxxxxxxxx>
- Re: [PATCH] mailinfo: we parse fixed headers
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 13/20] sideband: fix leaks when configuring sideband colors
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 15/20] remote: fix leaking config strings
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 08/20] midx-write: fix leaking hashfile on error cases
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/10] reftable: fix reload with active iterators
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v3 00/15] reftable: drop generic `reftable_table` interface
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: Ahmed Akef <aemed.akef.1@xxxxxxxxx>
- Re: [PATCH v2 3/3] fetch: use bundle URIs when having creationToken heuristic
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 15/15] reftable/generic: drop interface
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 14/15] t/helper: refactor to not use `struct reftable_table`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 13/15] t/helper: use `hash_to_hex_algop()` to print hashes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 12/15] t/helper: inline printing of reftable records
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 11/15] t/helper: inline `reftable_table_print()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 10/15] t/helper: inline `reftable_stack_print_directory()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 09/15] t/helper: inline `reftable_reader_print_file()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 08/15] t/helper: inline `reftable_dump_main()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 07/15] reftable/dump: drop unused `compact_stack()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 06/15] reftable/generic: move generic iterator code into iterator interface
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 05/15] reftable/iter: drop double-checking logic
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 04/15] reftable/stack: open-code reading refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 03/15] reftable/merged: stop using generic tables in the merged table
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 02/15] reftable/merged: rename `reftable_new_merged_table()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 01/15] reftable/merged: expose functions to initialize iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 00/15] reftable: drop generic `reftable_table` interface
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Gabor Gombas <gombasgg@xxxxxxxxx>
- Re: builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/3] t7900: exercise detaching via trace2 regions
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Representing Debian Metadata in Git
- From: Chris Hofstaedtler <zeha@xxxxxxxxxx>
- What's cooking in git.git (Aug 2024, #08; Wed, 21)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: Representing Debian Metadata in Git
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Representing Debian Metadata in Git
- From: Chris Hofstaedtler <zeha@xxxxxxxxxx>
- Re: [PATCH v3 0/3] doc: introducing synopsis para
- From: Jean-Noël AVILA <jn.avila@xxxxxxx>
- Re: builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Yukai Chou <muzimuzhi@xxxxxxxxx>
- Re: [PATCH v2 5/5] cgit: add higher-level cgit crate
- From: Kyle Lippincott <spectral@xxxxxxxxxx>
- [PATCH] builtin/stash: test push with new file added and removed
- From: Piotr Siupa <piotrsiupa@xxxxxxxxx>
- Re: [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- "git stash push" behaves weirdly when files is added in index and removed (and the other way around)
- From: Piotr Siupa <piotrsiupa@xxxxxxxxx>
- Re: [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- Re: [PATCH v2 5/5] cgit: add higher-level cgit crate
- From: Calvin Wan <calvinwan@xxxxxxxxxx>
- Re: [PATCH 2/3] t7900: exercise detaching via trace2 regions
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/3] send-email: add --mailmap support
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 15/20] remote: fix leaking config strings
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- Re: [PATCH 14/20] builtin/fetch-pack: fix leaking refs
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 5/9] chainlint.pl: check line numbers in expected output
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 09/11] t-reftable-block: add tests for log blocks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v4] t: migrate t0110-urlmatch-normalization to the new framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] doc: add --show-names for git config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: add --show-names for git config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] rebase --exec: respect --quiet
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro
- From: shejialuo <shejialuo@xxxxxxxxx>
- [PATCH v3 11/11] t-reftable-block: add tests for index blocks
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 10/11] t-reftable-block: add tests for obj blocks
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 09/11] t-reftable-block: add tests for log blocks
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 08/11] t-reftable-block: remove unnecessary variable 'j'
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 07/11] t-reftable-block: use xstrfmt() instead of xstrdup()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 04/11] t-reftable-block: use reftable_record_equal() instead of check_str()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 03/11] t-reftable-block: release used block reader
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 02/11] t: harmonize t-reftable-block.c with coding guidelines
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH v3 01/11] t: move reftable/block_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 00/11] t: port reftable/block_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v2 5/9] chainlint.pl: check line numbers in expected output
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 6/7] t7508/12: set GIT_ADVICE=1 across all tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 7/7] advice: refuse to output if stderr not TTY
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 5/7] t7000: add GIT_ADVICE=1 to advice tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 4/7] t6000: add GIT_ADVICE=1 to advice tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 3/7] t5000: add GIT_ADVICE=1 to advice tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 2/7] t3000-4000: add GIT_ADVICE=1 to advice tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/7] t1000-2000: add GIT_ADVICE=1 for advice tests
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
- From: "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v2 09/11] t-reftable-block: add tests for log blocks
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v4] t: migrate t0110-urlmatch-normalization to the new framework
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v2] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: "ahmed akef via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH] docs: explain the order of output in the batched mode of git-cat-file(1)
- From: "ahmed akef via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- builtin/config: --name-only doesn't imply --show-names in "git config get"
- From: Yukai Chou <muzimuzhi@xxxxxxxxx>
- Re: [PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [GSoC][PATCH v2 00/11] t: port reftable/block_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH] docs: explain the order of output in cat-file batch operations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 5/9] chainlint.pl: check line numbers in expected output
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] doc: add --show-names for git config
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] doc: add --show-names for git config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3] rebase --exec: respect --quiet
- From: Matheus Tavares <matheus.tavb@xxxxxxxxx>
- Re: [PATCH 13/20] sideband: fix leaks when configuring sideband colors
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 08/20] midx-write: fix leaking hashfile on error cases
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] rebase -x: don't print "Executing:" msgs with --quiet
- From: Matheus Tavares Bernardino <matheus.tavb@xxxxxxxxx>
- Re: [PATCH 05/20] builtin/merge-tree: fix leaking `-X` strategy options
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: feature request: set remote/HEAD with fetch
- From: "Bence Ferdinandy" <bence@xxxxxxxxxxxxxx>
- [PATCH] mailinfo: we parse fixed headers
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: v2.46.1? was Re: What's cooking in git.git (Aug 2024, #06; Fri, 16)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] Update the win+VS build definition
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] Update the win+VS build definition
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: v2.46.1? was Re: What's cooking in git.git (Aug 2024, #06; Fri, 16)
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 02/20] convert: fix leaks when resetting attributes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/20] mailinfo: fix leaking header data
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v1 2/4] ref: add regular ref content check for files backend
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v1 1/4] fsck: introduce "FSCK_REF_REPORT_DEFAULT" macro
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 0/8] git-prompt: support more shells v4
- From: avih <avihpit@xxxxxxxxx>
- Re: [PATCH v4 0/8] git-prompt: support more shells v4
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v4] t: migrate t0110-urlmatch-normalization to the new framework
- From: "Ghanshyam Thakkar" <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH 0/2] Update the win+VS build definition
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC][PATCH v4] t: migrate t0110-urlmatch-normalization to the new framework
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: What's cooking in git.git (Aug 2024, #07; Mon, 19)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 2/2] ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 1/2] ci: bump microsoft/setup-msbuild from v1 to v2
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] Update the win+VS build definition
- From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 20/20] transport: fix leaking negotiation tips
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/20] builtin/fetch: fix leaking transaction with `--atomic`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/20] remote: fix leaking peer ref when expanding refmap
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/20] remote: fix leaks when matching refspecs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/20] remote: fix leaking config strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/20] builtin/fetch-pack: fix leaking refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/20] sideband: fix leaks when configuring sideband colors
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/20] builtin/send-pack: fix leaking refspecs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/20] transport: fix leaking OID arrays in git:// transport data
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/20] builtin/repack: fix leaks when computing packs to repack
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/20] midx-write: fix leaking hashfile on error cases
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/20] builtin/merge-tree: fix leaking `-X` strategy options
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/20] pretty: fix leaking key/value separator buffer
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/20] convert: fix leaks when resetting attributes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/20] mailinfo: fix leaking header data
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/20] Memory leak fixes (pt.5)
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 13/13] clar: add CMake support
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 12/13] t/unit-tests: convert ctype tests to use clar
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 10/13] Makefile: wire up the clar unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 09/13] Makefile: do not use sparse on third-party sources
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 08/13] Makefile: make hdr-check depend on generated headers
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 07/13] Makefile: fix sparse dependency on GENERATED_H
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 06/13] clar: stop including `shellapi.h` unnecessarily
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 05/13] clar(win32): avoid compile error due to unused `fs_copy()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 04/13] clar: avoid compile error with mingw-w64
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 02/13] t: import the clar unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 03/13] t/clar: fix compatibility with NonStop
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 00/13] Introduce clar testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v6 01/13] t: do not pass GIT_TEST_OPTS to unit tests with prove
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 0/9] Introduce clar testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 9/9] t/unit-tests: convert ctype tests to use clar
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 2/9] t: import the clar unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 01/10] reftable/merged: expose functions to initialize iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 2/4] strbuf: refactor strbuf_trim_trailing_ch()
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 2/4] strbuf: refactor strbuf_trim_trailing_ch()
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 1/4] version: refactor strbuf_sanitize()
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 10/15] t/helper: inline `reftable_stack_print_directory()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 00/15] reftable: drop generic `reftable_table` interface
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2 10/15] t/helper: inline `reftable_stack_print_directory()`
- From: karthik nayak <karthik.188@xxxxxxxxx>
- Representing Debian Metadata in Git
- From: Simon Richter <sjr@xxxxxxxxxx>
- Re: What's cooking in git.git (Aug 2024, #07; Mon, 19)
- From: Jeff King <peff@xxxxxxxx>
- [PATCH v4 8/8] git-prompt: support custom 0-width PS1 markers
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 7/8] git-prompt: ta-da! document usage in other shells
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 6/8] git-prompt: don't use shell $'...'
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 5/8] git-prompt: add some missing quotes
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 4/8] git-prompt: replace [[...]] with standard code
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 3/8] git-prompt: don't use shell arrays
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 2/8] git-prompt: fix uninitialized variable
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 1/8] git-prompt: use here-doc instead of here-string
- From: "Avi Halachmi (:avih) via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v4 0/8] git-prompt: support more shells v4
- From: "Avi Halachmi via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH v3 0/4] git for-each-ref: is-base atom and base branches
- From: Derrick Stolee <stolee@xxxxxxxxx>
- What's cooking in git.git (Aug 2024, #07; Mon, 19)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH 1 v2 2/3] check-mailmap: add options for additional mailmap sources
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 1/3] check-mailmap: accept "user@host" contacts
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- [PATCH v2 0/3] send-email: add --mailmap support
- From: Jacob Keller <jacob.e.keller@xxxxxxxxx>
- RE: [PATCH v5 2/9] t: import the clar unit testing framework
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v5 2/9] t: import the clar unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: [PATCH v5 2/9] t: import the clar unit testing framework
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: [PATCH v5 2/9] t: import the clar unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] rebase -x: don't print "Executing:" msgs with --quiet
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/3] doc: introducing synopsis para
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/4] git for-each-ref: is-base atom and base branches
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] doc: add --show-names for git config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: v2.46.1? was Re: What's cooking in git.git (Aug 2024, #06; Fri, 16)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] doc: add --show-names for git config
- From: Yukai Chou <muzimuzhi@xxxxxxxxx>
- Re: [PATCH 1/2] fetch: add top-level trace2 regions
- From: Josh Steadmon <steadmon@xxxxxxxxxx>
- [RFC/PATCH] Add fetch.updateHead option
- From: khmer song and funny clip 855 <limeangkonkhmer@xxxxxxxxx>
- Re: [PATCH 3/3] builtin/maintenance: fix loose objects task emitting pack hash
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [RFC/PATCH] Add fetch.updateHead option
- From: khmer song and funny clip 855 <limeangkonkhmer@xxxxxxxxx>
- Re: [RFC/PATCH] Add fetch.updateHead option
- From: khmer song and funny clip 855 <limeangkonkhmer@xxxxxxxxx>
- Re: [PATCH 01/10] reftable/merged: expose functions to initialize iterators
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [GSoC][PATCH v2] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- v2.46.1? was Re: What's cooking in git.git (Aug 2024, #06; Fri, 16)
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: feature request: set remote/HEAD with fetch
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH] doc: add --show-names for git config
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: assert vs BUG [was: [PATCH v1 05/10] cat-file: use delta_base_cache entries directly]
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] rebase -x: don't print "Executing:" msgs with --quiet
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 7/7] run-command: fix detaching when running auto maintenance
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/10] reftable/stack: fix segfault when reload with reused readers fails
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/10] reftable/stack: reorder swapping in the reloaded stack contents
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/10] reftable/reader: keep readers alive during iteration
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/10] reftable/reader: introduce refcounting
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
- From: Patrick Steinhardt <ps@xxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]