Git Distributed Software Revision Control
[Prev Page][Next Page]
- [PATCH 1/5] t-strvec: use va_end() to match va_start()
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 0/5] add-ons for ps/leakfixes
- From: Jeff King <peff@xxxxxxxx>
- Re: Re: [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v3 0/4] t: port reftable/basics_test.c to the unit testing
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Commands using -h as an option don't work consistently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Git update 1:2.34.1-1ubuntu1.11 for Ubuntu Server 22.04 breaks access to shared repositories
- From: Lou Rech <lrech@xxxxxxxxxxx>
- [PATCH v2 8/8] pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 7/8] midx: replace `get_midx_rev_filename()` with a generic helper
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 5/8] midx-write.c: extract `fill_packs_from_midx()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 4/8] midx-write.c: extract `should_include_pack()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 3/8] midx-write.c: pass `start_pack` to `compute_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v2 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 4/8] midx-write.c: extract `should_include_pack()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Commands using -h as an option don't work consistently
- From: Kevin Day <toasty@xxxxxxxxxxxxxx>
- Re: [GSoC][PATCH v2 3/4] t: move tests from reftable/record_test.c to the new unit test
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 3/8] midx-write.c: pass `start_pack` to `get_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: Commands using -h as an option don't work consistently
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Commands using -h as an option don't work consistently
- From: Kevin Day <toasty@xxxxxxxxxxxxxx>
- Re: [GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 17/19] builtin/rebase: adapt code to not assign string constants to non-const
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 16/19] imap-send: fix leaking memory in `imap_server_conf`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 13/19] revision: always store allocated strings in output encoding
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 12/19] remote-curl: avoid assigning string constant to non-const variable
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 09/19] object-file: make `buf` parameter of `index_mem()` a constant
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 08/19] line-log: always allocate the output prefix
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 07/19] http: do not assign string constant to non-const field
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: safe.directory wildcards
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re:Re: [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
- From: "Xing Xin" <bupt_xingxin@xxxxxxx>
- Re: [PATCH 06/19] refspec: remove global tag refspec structure
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 05/19] reftable: improve const correctness when assigning string constants
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 03/19] global: convert intentionally-leaking config strings to consts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 02/19] global: assign non-const strings as required
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [GSoC][PATCH v3 5/5] t: improve the test-case for parse_names()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 4/5] t: add test for put_be16()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 3/5] t: move tests from reftable/record_test.c to the new unit test
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 1/5] t: move reftable/basics_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 2/5] t: move tests from reftable/stack_test.c to the new unit test
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v3 0/4] t: port reftable/basics_test.c to the unit testing
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH 01/19] global: improve const correctness when assigning string constants
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: safe.directory wildcards
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [GSoC][PATCH v5 0/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: safe.directory wildcards
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (May 2024, #12; Tue, 28)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4 2/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: What's cooking in git.git (May 2024, #12; Tue, 28)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/19] Compile with `-Wwrite-strings`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/19] config.mak.dev: enable `-Wwrite-strings` warning
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/19] builtin/merge: always store allocated strings in `pull_twohead`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/19] builtin/rebase: adapt code to not assign string constants to non-const
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/19] imap-send: fix leaking memory in `imap_server_conf`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/19] imap-send: drop global `imap_server_conf` variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/19] mailmap: always store allocated strings in mailmap blob
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/19] revision: always store allocated strings in output encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/19] remote-curl: avoid assigning string constant to non-const variable
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/19] send-pack: always allocate receive status
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/19] parse-options: cast long name for OPTION_ALIAS
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/19] object-file: make `buf` parameter of `index_mem()` a constant
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/19] line-log: always allocate the output prefix
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/19] http: do not assign string constant to non-const field
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/19] refspec: remove global tag refspec structure
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/19] reftable: improve const correctness when assigning string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/19] compat/win32: fix const-correctness with string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/19] global: convert intentionally-leaking config strings to consts
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/19] global: assign non-const strings as required
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/19] global: improve const correctness when assigning string constants
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/19] Compile with `-Wwrite-strings`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: Inaccurate documentation for core.hooksPath?
- From: Jeff King <peff@xxxxxxxx>
- Re: [BUG] Cannot set safe.directory with command-scoped configuration when cloning
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Jeff King <peff@xxxxxxxx>
- Re: [GSoC][PATCH v2 4/4] t: add test for put_be16() and improve test-case for parse_names()
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v2 3/4] t: move tests from reftable/record_test.c to the new unit test
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [GSoC][PATCH v2 0/4] t: port reftable/basics_test.c to the unit testing
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 13/21] config: plug various memory leaks
- From: Jeff King <peff@xxxxxxxx>
- Re: [GSoC][PATCH v5 0/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Jeff King <peff@xxxxxxxx>
- safe.directory wildcards
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Jeff King <peff@xxxxxxxx>
- Re: What's cooking in git.git (May 2024, #12; Tue, 28)
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH v2 6/6] update-ref: add support for 'symref-update' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v5 2/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v5 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [GSoC][PATCH v5 0/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH] difftool: add env vars directly in run_file_diff()
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 4/8] midx-write.c: extract `should_include_pack()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/8] midx-write.c: pass `start_pack` to `get_sorted_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
- From: Patrick Steinhardt <ps@xxxxxx>
- [GSoC][PATCH v2 4/4] t: add test for put_be16() and improve test-case for parse_names()
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 3/4] t: move tests from reftable/record_test.c to the new unit test
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 2/4] t: move tests from reftable/stack_test.c to the new unit test
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 1/4] t: move reftable/basics_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH v2 0/4] t: port reftable/basics_test.c to the unit testing
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v4 2/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/2] t: move reftable/basics_test.c to the unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 1/2] t: move reftable/basics_test.c to the unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] t: improve upon reftable/basics_test.c in the unit testing framework
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: What's cooking in git.git (May 2024, #12; Tue, 28)
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Junio C Hamano <gitster@xxxxxxxxx>
- What's cooking in git.git (May 2024, #12; Tue, 28)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 1/2] add-patch: do not use the_repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 00/12] refs: ref storage format migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 00/12] refs: ref storage format migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] apply: do not use the_repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] apply: do not use the_repository
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] fix: prevent date underflow when using positive timezone offset
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] apply: do not use the_repository
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/9] refs: ref storage format migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 3/3] upload-pack: allow configuring a missing-action
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- Re: [PATCH] fix: prevent date underflow when using positive timezone offset
- From: Phillip Wood <phillip.wood123@xxxxxxxxx>
- [BUG] Cannot set safe.directory with command-scoped configuration when cloning
- From: Chris Burr <christopher.burr@xxxxxxx>
- Re: [PATCH] fix: prevent date underflow when using positive timezone offset
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [Outreachy][PATCH 2/2] Port helper/test-date.c to unit-tests/t-date.c
- From: Patrick Steinhardt <ps@xxxxxx>
- [GSoC][PATCH] t/: migrate helper/test-example-decorate to the unit testing framework
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH 2/2] t: improve upon reftable/basics_test.c in the unit testing framework
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH 1/2] t: move reftable/basics_test.c to the unit testing framework
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [GSoC][PATCH] t: port reftable/basics_test.c to the unit testing
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v3 4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 1/4] bundle-uri: verify oid before writing refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/2] t: improve upon reftable/basics_test.c in the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [PATCH 1/2] t: move reftable/basics_test.c to the unit testing framework
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- [GSoC][PATCH] t: port reftable/basics_test.c to the unit testing
- From: Chandra Pratap <chandrapratap3519@xxxxxxxxx>
- Re: [PATCH v2 3/3] upload-pack: allow configuring a missing-action
- From: Christian Couder <christian.couder@xxxxxxxxx>
- git hangs forever after updating to V.2.45.1
- From: Workshop BLE <workshop.ble@xxxxxxxxx>
- Re: [PATCH 2/2] apply: do not use the_repository
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 12/12] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/2] apply: do not use the_repository
- From: "Philip Peterson via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 11/12] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/2] add-patch: do not use the_repository
- From: "Philip Peterson via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH 0/2] Remove some usages of the_repository
- From: "Philip Peterson via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 10/12] refs: implement removal of ref storages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 09/12] worktree: don't store main worktree twice
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 08/12] reftable: inline `merged_table_release()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 07/12] refs/files: fix NULL pointer deref when releasing ref store
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 06/12] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 05/12] refs/files: refactor `add_pseudoref_and_head_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 04/12] refs: allow to skip creation of reflog entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 03/12] refs: pass storage format to `ref_store_init()` explicitly
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 02/12] refs: convert ref storage format to an enum
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 01/12] setup: unset ref storage when reinitializing repository version
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 00/12] refs: ref storage format migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 9/9] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/9] refs: ref storage format migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- What's cooking in git.git (May 2024, #11; Mon, 27)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH 2 0/1] Allowing localized substitution hints in parse-options
- From: Jiang Xin <worldhello.net@xxxxxxxxx>
- Re: git-shell vs "detected dubious ownership in repository"
- From: "Carlisle T. Hamlin" <hamlin.carlisle@xxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH 2 1/1] parse-options: allow localized substitution hints in macros
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2 0/1] Allowing localized substitution hints in parse-options
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 00/21] Various memory leak fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v7 2/3] Documentation: alias: add notes on shell expansion
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re:Re: [PATCH] bundle-uri: refresh packed_git if unbundle succeed
- From: "Xing Xin" <bupt_xingxin@xxxxxxx>
- [PATCH v3 4/4] unbundle: introduce new option UNBUNDLE_FSCK_FOLLOW_FETCH
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 3/4] fetch-pack: expose fsckObjects configuration logic
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 2/4] unbundle: introduce unbundle_fsck_flags for fsckobjects handling
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 1/4] bundle-uri: verify oid before writing refs
- From: "Xing Xin via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- [PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
- From: "blanet via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH v3 21/21] builtin/mv: fix leaks for submodule gitfile paths
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 20/21] builtin/mv: refactor to use `struct strvec`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 19/21] builtin/mv duplicate string list memory
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 17/21] strvec: add functions to replace and remove strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 16/21] submodule: fix leaking memory for submodule entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 15/21] commit-reach: fix memory leak in `ahead_behind()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 14/21] builtin/credential: clear credential before exit
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 13/21] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 12/21] config: clarify memory ownership in `git_config_string()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 11/21] builtin/log: stop using globals for format config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 10/21] builtin/log: stop using globals for log config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 08/21] diff: refactor code to clarify memory ownership of prefixes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 07/21] config: clarify memory ownership in `git_config_pathname()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 06/21] http: refactor code to clarify memory ownership
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 05/21] checkout: clarify memory ownership in `unique_tracking_name()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 03/21] transport-helper: fix leaking helper name
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 02/21] t: mark a bunch of tests as leak-free
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 01/21] ci: add missing dependency for TTY prereq
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3 00/21] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH] fix: prevent date underflow when using positive timezone offset
- From: "darcy via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [GSoC]: Implement consistency check for refs blog
- From: shejialuo <shejialuo@xxxxxxxxx>
- [GSoC]: Implement consistency check for refs blog
- From: shejialuo <shejialuo@xxxxxxxxx>
- Re: [PATCH v2 13/21] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v7 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v7 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v7 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v6 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v6 2/3] Documentation: alias: add notes on shell expansion
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] difftool: add env vars directly in run_file_diff()
- From: René Scharfe <l.s.r@xxxxxx>
- Re: [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v6 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [BUG] git instaweb hanging on very large workdirs with `status.showUntrackedFiles no`
- From: Florian Meißner <aspiring_sociopath@xxxxxxxxxxx>
- [PATCH v4 2/2] t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v4 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v4 0/2] t/: port helper/test-{sha1, sha256} to unit-tests/t-hash
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v2] apply: add unit tests for parse_range
- From: "Philip Peterson via GitGitGadget" <gitgitgadget@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
- From: Philip <philip.c.peterson@xxxxxxxxx>
- Re: [PATCH v5 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v6 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v6 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v6 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v2 6/6] update-ref: add support for 'symref-update' command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Git "safe directory" not working correctly
- From: William Ruppel <wcruppel@xxxxxxxxx>
- Re: Git "safe directory" not working correctly
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: Git "safe directory" not working correctly
- From: William Ruppel <wcruppel@xxxxxxxxx>
- Re: [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
- From: Torsten Bögershausen <tboegi@xxxxxx>
- Git "safe directory" not working correctly
- From: William Ruppel <wcruppel@xxxxxxxxx>
- [PATCH 2 1/1] parse-options: allow localized substitution hints in macros
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- [PATCH 2 0/1] Allowing localized substitution hints in parse-options
- From: Alexander Shopov <ash@xxxxxxxxxxxxxx>
- Re: [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- Re: [PATCH v2] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- [PATCH v3] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- What's cooking in git.git (May 2024, #10; Fri, 24)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v5 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 13/21] config: plug various memory leaks
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 19/24] t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v4 11/24] pseudo-merge: implement support for selecting pseudo-merge commits
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2 00/21] Various memory leak fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] alias: pass --help through to shell alias
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v5 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v5 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v5 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v3 3/3] t/: port helper/test-sha256.c to unit-tests/t-hash.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH v4 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH] alias: pass --help through to shell alias
- From: Junio C Hamano <gitster@xxxxxxxxx>
- RE: To get the exe, msi and dmg be properly clone to the Jenkins workspace
- From: Kattia Soliz <Kattia.Soliz@xxxxxxxx>
- [PATCH v2 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v2 3/3] upload-pack: allow configuring a missing-action
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH 02/20] transport-helper: fix leaking helper name
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v4 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 12/12] Revert "fsck: warn about symlink pointing inside a gitdir"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 11/12] Revert "Add a helper function to compare file contents"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 10/12] clone: drop the protections where hooks aren't run
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 08/12] Revert "core.hooksPath: add some protection while cloning"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 07/12] init: use the correct path of the templates directory again
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 06/12] hook: plug a new memory leak
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 05/12] ci: stop installing "gcc-13" for osx-gcc
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 04/12] ci: avoid bare "gcc" for osx-gcc job
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 03/12] ci: drop mention of BREW_INSTALL_PACKAGES variable
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 02/12] send-email: avoid creating more than one Term::ReadLine object
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 01/12] send-email: drop FakeTerm hack
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 9/9] builtin/refs: new command to migrate ref storage formats
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v4 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 9/9] builtin/refs: new command to migrate ref storage formats
- From: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/3] upload-pack: support a missing-action
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] promisor-remote: add promisor.quiet configuration option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH v3] docs: document upcoming breaking changes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- dubious permissions on shared repositorys as of 2.45.1
- From: John Heidemann <johnh@xxxxxxx>
- Re: [PATCH v2 3/3] upload-pack: allow configuring a missing-action
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 2/3] pack-objects: use the missing action API
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 3/3] upload-pack: allow configuring a missing-action
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 2/3] pack-objects: use the missing action API
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 1/3] rev-list: refactor --missing=<missing-action>
- From: Christian Couder <christian.couder@xxxxxxxxx>
- [PATCH v3 0/3] upload-pack: support a missing-action
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v2 01/21] ci: add missing dependency for TTY prereq
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/9] refs: ref storage format migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 12/20] config: plug various memory leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 12/20] config: plug various memory leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v3 3/3] t/: port helper/test-sha256.c to unit-tests/t-hash.c
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v3] docs: document upcoming breaking changes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 9/9] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 8/9] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 7/9] refs: implement removal of ref storages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 6/9] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 4/9] refs: allow to skip creation of reflog entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 3/9] refs: pass storage format to `ref_store_init()` explicitly
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 2/9] refs: convert ref storage format to an enum
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 1/9] setup: unset ref storage when reinitializing repository version
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 0/9] refs: ref storage format migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 13/21] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 21/21] builtin/mv: fix leaks for submodule gitfile paths
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 20/21] builtin/mv: refactor to use `struct strvec`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 19/21] builtin/mv duplicate string list memory
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 18/21] builtin/mv: refactor `add_slash()` to always return allocated strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 17/21] strvec: add functions to replace and remove strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 16/21] submodule: fix leaking memory for submodule entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 15/21] commit-reach: fix memory leak in `ahead_behind()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 14/21] builtin/credential: clear credential before exit
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 13/21] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 12/21] config: clarify memory ownership in `git_config_string()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 11/21] builtin/log: stop using globals for format config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 10/21] builtin/log: stop using globals for log config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 09/21] convert: refactor code to clarify ownership of check_roundtrip_encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 08/21] diff: refactor code to clarify memory ownership of prefixes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 07/21] config: clarify memory ownership in `git_config_pathname()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 06/21] http: refactor code to clarify memory ownership
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 05/21] checkout: clarify memory ownership in `unique_tracking_name()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 04/21] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 03/21] transport-helper: fix leaking helper name
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 02/21] t: mark a bunch of tests as leak-free
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 01/21] ci: add missing dependency for TTY prereq
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2 00/21] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v2] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- Re: [PATCH 8/9] refs: implement logic to migrate between ref storage formats
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 12/20] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- Re: [PATCH 9/9] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 8/9] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH v4 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v4 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v4 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH 0/9] refs: ref storage format migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH] alias: pass --help through to shell alias
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH 12/20] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 16/20] strvec: add functions to replace and remove strings
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/20] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] give range-diff at the end of single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v3 3/3] t/: port helper/test-sha256.c to unit-tests/t-hash.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v3 2/3] t/: port helper/test-sha1.c to unit-tests/t-hash.c
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v3 1/3] strbuf: introduce strbuf_addstrings() to repeatedly add a string
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- [PATCH v3 0/3] Port t0015-hash to the unit testing framework
- From: Ghanshyam Thakkar <shyamthakkar001@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] give range-diff at the end of single patch output
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 0/2] give range-diff at the end of single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/2] give range-diff at the end of single patch output
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Marcel Telka <marcel@xxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH 2/2] format-patch: move range/inter diff at the end of a single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 1/2] show_log: factor out interdiff/range-diff generation
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 0/2] give range-diff at the end of single patch output
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Marcel Telka <marcel@xxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Marcel Telka <marcel@xxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Marcel Telka <marcel@xxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v4 24/24] t/perf: implement performance tests for pseudo-merge bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 23/24] pseudo-merge: implement support for finding existing merges
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 22/24] ewah: `bitmap_equals_ewah()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 21/24] pack-bitmap: extra trace2 information
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 20/24] pack-bitmap.c: use pseudo-merges during traversal
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 19/24] t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 18/24] pack-bitmap: implement test helpers for pseudo-merge
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 17/24] ewah: implement `ewah_bitmap_popcount()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 16/24] pseudo-merge: implement support for reading pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 15/24] pack-bitmap.c: read pseudo-merge extension
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 14/24] pseudo-merge: scaffolding for reads
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 13/24] pack-bitmap: extract `read_bitmap()` function
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 12/24] pack-bitmap-write.c: write pseudo-merge table
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 11/24] pseudo-merge: implement support for selecting pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 10/24] config: introduce `git_config_double()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 07/24] pack-bitmap-write: support storing pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 06/24] pseudo-merge.ch: initial commit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 04/24] ewah: implement `ewah_bitmap_is_subset()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 03/24] Documentation/technical: describe pseudo-merge bitmaps format
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 02/24] Documentation/gitpacking.txt: describe pseudo-merge bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 01/24] Documentation/gitpacking.txt: initial commit
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH v4 00/24] pack-bitmap: pseudo-merge reachability bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Marcel Telka <marcel@xxxxxxxx>
- [PATCH] gitk: Add desktop file
- From: Jonas Ådahl <jadahl@xxxxxxxxx>
- What's cooking in git.git (May 2024, #09; Thu, 23)
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Inaccurate documentation for core.hooksPath?
- From: Mark Boyd - Q2AAAA <mark.boyd@xxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 26/30] pack-bitmap.c: use pseudo-merges during traversal
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 25/30] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] t/t9902-completion.sh: backslashes in echo
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 16/30] config: introduce git_config_float()
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 9/9] builtin/refs: new command to migrate ref storage formats
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 02/20] transport-helper: fix leaking helper name
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 8/9] refs: implement logic to migrate between ref storage formats
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 12/20] config: plug various memory leaks
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 16/20] strvec: add functions to replace and remove strings
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 07/20] diff: refactor code to clarify memory ownership of prefixes
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH 00/20] Various memory leak fixes
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 8/8] pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 7/8] midx: replace `get_midx_rev_filename()` with a generic helper
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 6/8] midx-write.c: support reading an existing MIDX with `packs_to_include`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 5/8] midx-write.c: extract `fill_packs_from_midx()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 4/8] midx-write.c: extract `should_include_pack()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 3/8] midx-write.c: pass `start_pack` to `get_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 2/8] midx-write.c: reduce argument count for `get_sorted_entries()`
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 1/8] midx-write.c: tolerate `--preferred-pack` without bitmaps
- From: Taylor Blau <me@xxxxxxxxxxxx>
- [PATCH 0/8] midx-write: miscellaneous clean-ups for incremental MIDXs
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 0/9] refs: ref storage format migrations
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v3 25/30] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
- From: "Jun. T" <takimoto-j@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 3/3] run-command: show prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 1/3] Documentation: alias: rework notes into points
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Reviewing merge commits, was Re: [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] promisor-remote: add promisor.quiet configuration option
- From: Tom Hughes <tom@xxxxxxxxxx>
- [PATCH 20/20] builtin/mv: fix leaks for submodule gitfile paths
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 19/20] builtin/mv: refactor to use `struct strvec`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 18/20] builtin/mv duplicate string list memory
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 17/20] builtin/mv: refactor `add_slash()` to always return allocated strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 16/20] strvec: add functions to replace and remove strings
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 15/20] submodule: fix leaking memory for submodule entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 14/20] commit-reach: fix memory leak in `ahead_behind()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 13/20] builtin/credential: clear credential before exit
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 12/20] config: plug various memory leaks
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 11/20] config: clarify memory ownership in `git_config_string()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 10/20] builtin/log: stop using globals for format config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 09/20] builtin/log: stop using globals for log config
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 08/20] convert: refactor code to clarify ownership of check_roundtrip_encoding
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 07/20] diff: refactor code to clarify memory ownership of prefixes
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 06/20] config: clarify memory ownership in `git_config_pathname()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 05/20] http: refactor code to clarify memory ownership
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 04/20] checkout: clarify memory ownership in `unique_tracking_name()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 03/20] strbuf: fix leak when `appendwholeline()` fails with EOF
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 02/20] transport-helper: fix leaking helper name
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 01/20] t: mark a bunch of tests as leak-free
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 00/20] Various memory leak fixes
- From: Patrick Steinhardt <ps@xxxxxx>
- RE: Cloning does not work on available download bandwidth changes
- From: <rsbecker@xxxxxxxxxxxxx>
- Re: Cloning does not work on available download bandwidth changes
- From: Paweł Bogusławski <pawel.boguslawski@xxxxx>
- Re: [PATCH v3 00/30] pack-bitmap: pseudo-merge reachability bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 30/30] t/perf: implement performace tests for pseudo-merge bitmaps
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 26/30] pack-bitmap.c: use pseudo-merges during traversal
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 25/30] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 22/30] pseudo-merge: implement support for reading pseudo-merge commits
- From: Jeff King <peff@xxxxxxxx>
- Reviewing merge commits, was Re: [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- [ANNOUNCE] GSoC Call on June 7th at 12:00 UTC and Slack channel (was: Re: [GSoC] Welcoming our 2024 contributors and thanking our applicants)
- From: Christian Couder <christian.couder@xxxxxxxxx>
- Re: [PATCH v3 17/30] pseudo-merge: implement support for selecting pseudo-merge commits
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v3 16/30] config: introduce git_config_float()
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] trace2: intercept all common signals
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] http: display the response body on POST failure
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH] blame: do not mention obvious default configuration values
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Jeff King <peff@xxxxxxxx>
- Re: Cloning does not work on available download bandwidth changes
- From: Jeff King <peff@xxxxxxxx>
- Re: [PATCH v2] push: don't fetch commit object when checking existence
- From: Jeff King <peff@xxxxxxxx>
- [PATCH 9/9] builtin/refs: new command to migrate ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 8/9] refs: implement logic to migrate between ref storage formats
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 7/9] refs: implement removal of ref storages
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 6/9] refs/files: extract function to iterate through root refs
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 5/9] refs/files: refactor `add_pseudoref_and_head_entries()`
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 4/9] refs: allow to skip creation of reflog entries
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 3/9] refs: pass storage format to `ref_store_init()` explicitly
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 2/9] refs: convert ref storage format to an enum
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 1/9] setup: unset ref storage when reinitializing repository version
- From: Patrick Steinhardt <ps@xxxxxx>
- [PATCH 0/9] refs: ref storage format migrations
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v4] add-patch: enforce only one-letter response to prompts
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v3 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v3 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v3 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: [PATCH v2 1/3] Documentation: alias: rework notes into points
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH v2 3/3] run-command: show prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v2 2/3] Documentation: alias: add notes on shell expansion
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [PATCH v2 1/3] Documentation: alias: rework notes into points
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- [rPATCH v2] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] alias: document caveats and add trace of prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: Cloning does not work on available download bandwidth changes
- From: Paweł Bogusławski <pawel.boguslawski@xxxxx>
- Re: [PATCH v2] push: don't fetch commit object when checking existence
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Cloning does not work on available download bandwidth changes
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] push: don't fetch commit object when checking existence
- From: Tom Hughes <tom@xxxxxxxxxx>
- [PATCH v4] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- [PATCH v2] doc: imply that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2 5/5] add-patch: render hunks through the pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH v2] push: don't fetch commit object when checking existence
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] push: don't fetch commit object when checking existence
- From: Tom Hughes <tom@xxxxxxxxxx>
- [PATCH v2] push: don't fetch commit object when checking existence
- From: Tom Hughes <tom@xxxxxxxxxx>
- Re: [PATCH v3] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] blame: do not mention obvious default configuration values
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] push: don't fetch commit object when checking existence
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] blame: do not mention obvious default configuration values
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2 5/5] add-patch: render hunks through the pager
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH] blame: do not mention obvious default configuration values
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3] add-patch: enforce only one-letter response to prompts
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v3] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH] alias: document caveats and add trace of prepared command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Cloning does not work on available download bandwidth changes
- From: Paweł Bogusławski <pawel.boguslawski@xxxxx>
- [PATCH] push: don't fetch commit object when checking existence
- From: Tom Hughes <tom@xxxxxxxxxx>
- [PATCH] Documentation/fsck-msgids.txt: remove duplicate 'gitmodulesLarge'
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Heghedus Razvan <heghedus.razvan@xxxxxxxxxxxxxx>
- Re: [PATCH v2] Switch grep from non-portable BRE to portable ERE
- From: Marcel Telka <marcel@xxxxxxxx>
- [PATCH] setup: fix bug with "includeIf.onbranch" when initializing dir
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Joey Hess <id@xxxxxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH v2 6/6] update-ref: add support for 'symref-update' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 5/6] reftable: pick either 'oid' or 'target' for new updates
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 4/6] update-ref: add support for 'symref-create' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 3/6] update-ref: add support for 'symref-delete' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 2/6] update-ref: add support for 'symref-verify' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 0/6] update-ref: add symref support for --stdin
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH v2 1/6] refs: create and use `ref_update_expects_existing_old_ref()`
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] chainlint.pl: fix incorrect CPU count on Linux SPARC
- From: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx>
- Re: git init BUG when gitconfig has includeIf
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: git init BUG when gitconfig has includeIf
- From: Heghedus Razvan <heghedus.razvan@xxxxxxxxxxxxxx>
- Re: [PATCH 01/12] send-email: drop FakeTerm hack
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 02/12] send-email: avoid creating more than one Term::ReadLine object
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH v2 5/5] add-patch: render hunks through the pager
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: git init BUG when gitconfig has includeIf
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH 6/6] update-ref: add support for 'symref-update' command
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- Re: [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking
- From: Karthik Nayak <karthik.188@xxxxxxxxx>
- [PATCH] doc: note that interactive.singleKey is disabled by default
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Re: [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v2 00/13] reftable: prepare for re-seekable iterators
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2 01/13] reftable/block: use `size_t` to track restart point index
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 00/11] reftable: expose write options as config
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 08/11] refs/reftable: allow configuring restart interval
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 05/11] reftable/dump: support dumping a table's block structure
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v3 02/11] reftable: pass opts as constant pointer
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Dragan Simic <dsimic@xxxxxxxxxxx>
- Unable to shallow fetch repository when using a object database populated by shallow fetches.
- From: Zopolis4 <creatorsmithmdt@xxxxxxxxx>
- Re: [PATCH v5 0/5] Fix use of uninitialized hash algorithms
- From: Patrick Steinhardt <ps@xxxxxx>
- Re: [PATCH] alias: document caveats and add trace of prepared command
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- [PATCH] alias: document caveats and add trace of prepared command
- From: Ian Wienand <iwienand@xxxxxxxxxx>
- Re: Error: failed to store: -25299
- From: ryenus <ryenus@xxxxxxxxx>
- Re: [PATCH] diff: document what --name-only shows
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 00/11] reftable: expose write options as config
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v3 08/11] refs/reftable: allow configuring restart interval
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH] http: display the response body on POST failure
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx>
- Re: [PATCH v3 05/11] reftable/dump: support dumping a table's block structure
- From: Justin Tobler <jltobler@xxxxxxxxx>
- Re: [PATCH v3 02/11] reftable: pass opts as constant pointer
- From: Justin Tobler <jltobler@xxxxxxxxx>
- [PATCH v2] add-patch: enforce only one-letter response to prompts
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: Re* [PATCH] add-patch: response to unknown command
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] Various fixes for v2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 09/12] tests: verify that `clone -c core.hooksPath=/dev/null` works again
- From: Brooke Kuhlmann <brooke@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/6] Various fixes for v2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH v3 0/6] Various fixes for v2.45.1 and friends
- From: "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx>
- Re: Re* [PATCH] add-patch: response to unknown command
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [ANNOUNCE] Git Merge 2024, September 19-20, 2024, Berlin
- From: Taylor Blau <me@xxxxxxxxxxxx>
- Re: [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Rubén Justo <rjusto@xxxxxxxxx>
- Re: [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 00/12] Fix various overly aggressive protections in 2.45.1 and friends
- From: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
- Re: [PATCH v3 1/1] macOS: ls-files path fails if path of workdir is NFD
- From: Torsten Bögershausen <tboegi@xxxxxx>
- Re: [PATCH 2/5] pager: do not close fd 2 unnecessarily
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH v2 5/5] add-patch: render hunks through the pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v2 4/5] test-terminal: introduce --no-stdin-pty
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v2 3/5] pager: introduce wait_for_pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v2 2/5] pager: do not close fd 2 unnecessarily
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v2 1/5] add-patch: test for 'p' command
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH v2 0/5] use the pager in 'add -p'
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [rPATCH 14/12] Merge branch 'jc/fix-aggressive-protection-2.40'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [rPATCH 13/12] Merge branch 'jc/fix-aggressive-protection-2.39'
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: git-daemon doesn't work as expected in v2.45.1 and friends
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Re: [PATCH 5/5] add-patch: render hunks through the pager
- From: Rubén Justo <rjusto@xxxxxxxxx>
- [PATCH 12/12] Revert "fetch/clone: detect dubious ownership of local repositories"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 11/12] Revert "Add a helper function to compare file contents"
- From: Junio C Hamano <gitster@xxxxxxxxx>
- [PATCH 10/12] clone: drop the protections where hooks aren't run
- From: Junio C Hamano <gitster@xxxxxxxxx>
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]