messages from 2025-10-07 15:41:16 to 2025-10-08 21:30:11 UTC [more...]
[RCF] Secure git against involuntary arb. code execution without feature loss
2025-10-08 21:30 UTC (2+ messages)
[PATCH 0/2] SubmittingPatches: guidance for topic names and multi-series efforts
2025-10-08 21:24 UTC (8+ messages)
` [PATCH 1/2] SubmittingPatches: extend release-notes experiment to topic names
` [PATCH 2/2] SubmittingPatches: guidance for multi-series efforts
[PATCH 0/2] replay: add --update-refs option
2025-10-08 21:18 UTC (26+ messages)
` [PATCH v2 0/1] replay: make atomic ref updates the default behavior
` [PATCH v2 1/1] "
[PATCH 0/6] packfile: remove `packfile_store_get_packs()`
2025-10-08 21:15 UTC (13+ messages)
` [PATCH 1/6] object-name: convert to use `packfile_store_get_all_packs()`
` [PATCH 2/6] builtin/gc: "
` [PATCH 3/6] builtin/grep: simplify how we preload packs
` [PATCH 4/6] packfile: drop `packfile_store_get_packs()`
` [PATCH 5/6] packfile: introduce macro to iterate through packs
` [PATCH 6/6] packfile: rename `packfile_store_get_all_packs()`
[PATCH 0/6] ci: improvements to our Rust infrastructure
2025-10-08 20:55 UTC (14+ messages)
` [PATCH 2/6] ci: check formatting of our Rust code
` [PATCH 3/6] rust/varint: add safety comments
When should we release Git 3.0?
2025-10-08 20:44 UTC (15+ messages)
How dangerous is --committer-date-is-author-date these days?
2025-10-08 20:41 UTC (6+ messages)
` [PATCH] doc: warn against --committer-date-is-author-date
Subject: Git console output told me to email you about "git whatchanged" so I am
2025-10-08 19:31 UTC (2+ messages)
[rfd] a new core.whitespace class "\No newline at end of file"
2025-10-08 19:29 UTC (2+ messages)
[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
2025-10-08 19:25 UTC (12+ messages)
` [PATCH 1/4] doc: git-pull: move <repository> and <refspec> params
` [PATCH 4/4] doc: git-pull: clarify how to exit a conflicted merge
` [PATCH v2 0/4] doc: git-pull: clarify DESCRIPTION section
` [PATCH v2 1/4] doc: git-pull: move <repository> and <refspec> params
` [PATCH v2 2/4] doc: git-pull: clarify options for integrating remote branch
` [PATCH v2 3/4] doc: git-pull: delete the example
` [PATCH v2 4/4] doc: git-pull: clarify how to exit a conflicted merge
[BUG] git clone from bundle with --all does not fetch all refs
2025-10-08 19:19 UTC (7+ messages)
[PATCH] doc: add a explanation of Git's data model
2025-10-08 19:06 UTC (17+ messages)
` [PATCH v2] "
When should we release Git 3.0?
2025-10-08 19:06 UTC
[PATCH v2 0/4] technical docs in make build
2025-10-08 19:00 UTC (10+ messages)
` [PATCH v2 1/4] doc: add some missing technical documents
` [PATCH v2 2/4] doc: remembering-renames.adoc: fix asciidoc warnings
` [PATCH v2 3/4] doc: sparse-checkout.adoc: "
Jenkins Git Plugin
2025-10-08 17:27 UTC (3+ messages)
What's cooking in git.git (Oct 2025, #02; Mon, 6)
2025-10-08 16:41 UTC (3+ messages)
[PATCH 00/13] refs: improvements and fixes for peeling tags
2025-10-08 16:27 UTC (45+ messages)
` [PATCH 01/13] refs: introduce wrapper struct for `each_ref_fn`
` [PATCH 02/13] refs: introduce `.ref` field for the base iterator
` [PATCH 03/13] refs: refactor reference status flags
` [PATCH 04/13] refs: expose peeled object ID via the iterator
` [PATCH 05/13] upload-pack: convert to use `reference_get_peeled_oid()`
` [PATCH 10/13] object: add flag to `peel_object()` to verify object type
` [PATCH 13/13] ref-filter: parse objects on demand
` [PATCH v2 00/14] refs: improvements and fixes for peeling tags
` [PATCH v2 01/14] refs: introduce wrapper struct for `each_ref_fn`
` [PATCH v2 02/14] refs: introduce `.ref` field for the base iterator
` [PATCH v2 03/14] refs: fully reset `struct ref_iterator::ref` on iteration
` [PATCH v2 04/14] refs: refactor reference status flags
` [PATCH v2 05/14] refs: expose peeled object ID via the iterator
` [PATCH v2 06/14] upload-pack: convert to use `reference_get_peeled_oid()`
` [PATCH v2 07/14] ref-filter: propagate peeled object ID
` [PATCH v2 08/14] builtin/show-ref: convert to use `reference_get_peeled_oid()`
` [PATCH v2 09/14] refs: drop `current_ref_iter` hack
` [PATCH v2 10/14] refs: drop infrastructure to peel via iterators
` [PATCH v2 11/14] object: add flag to `peel_object()` to verify object type
` [PATCH v2 12/14] refs: don't store peeled object IDs for invalid tags
` [PATCH v2 13/14] ref-filter: detect broken tags when dereferencing them
` [PATCH v2 14/14] ref-filter: parse objects on demand
What's cooking in git.git (Sep 2025, #10; Thu, 25)
2025-10-08 16:21 UTC (3+ messages)
` ds/sparse-checkout-clean (was: What's cooking in git.git (Sep 2025, #10; Thu, 25))
` ds/sparse-checkout-clean
[PATCH v2 0/4] enhance string-list API to fix sign compare warnings
2025-10-08 15:56 UTC (12+ messages)
` [PATCH v2 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH v3 0/4] enhance string-list API to fix sign compare warnings
[Outreachy] - Introduction
2025-10-08 15:50 UTC (2+ messages)
[Outreachy] Introduction
2025-10-08 15:49 UTC (2+ messages)
Git whatchanged
2025-10-08 14:42 UTC (2+ messages)
[PATCH v2 0/2] add -p: a couple of hunk splitting fixes
2025-10-08 13:51 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] add -p: mark split hunks as undecided
Broken handling of "J" hunks for "add --interactive"?
2025-10-08 13:47 UTC (5+ messages)
` [PATCH] add-patch: roll over to next undecided hunk
[PATCH v3 0/3] libgit-rs: add get_bool() method to ConfigSet
2025-10-08 13:36 UTC (5+ messages)
` [PATCH v4] libgit-rs: add get_bool(), get_ulong(), and get_pathname() methods
[PATCH 00/10] Convert remaining hooks to hook.h
2025-10-08 12:26 UTC (7+ messages)
` [PATCH 03/10] hook: convert 'post-rewrite' hook in sequencer.c "
` [PATCH 05/10] reference-transaction: use hook.h to run hooks
[PATCH v2 0/6] ci: improvements to our Rust infrastructure
2025-10-08 12:04 UTC (8+ messages)
` [PATCH v2 1/6] ci: deduplicate calls to `apt-get update`
` [PATCH v2 2/6] ci: check formatting of our Rust code
` [PATCH v2 3/6] rust/varint: add safety comments
` [PATCH v2 4/6] ci: check for common Rust mistakes via Clippy
` [PATCH v2 5/6] ci: verify minimum supported Rust version
` [PATCH v2 6/6] rust: support for Windows
[PATCH 0/5] fast-import: start controlling how tag signatures are handled
2025-10-08 11:53 UTC (18+ messages)
` [PATCH 1/5] doc: git-tag: stop focussing on GPG signed tags
` [PATCH 2/5] lib-gpg: allow tests with the GPGSM prereq first
` [PATCH 3/5] t9350: properly count annotated tags
` [PATCH 4/5] fast-export: handle all kinds of tag signatures
` [PATCH 5/5] fast-import: add '--signed-tags=<mode>' option
[PATCH] doc: fix accidental literal blocks
2025-10-08 11:48 UTC
[RFC/PATCH] SubmittingPatches: forbid use of genAI to generate changes
2025-10-08 9:35 UTC (17+ messages)
` [PATCH v2] SubmittingPatches: add section about AI
[Outreachy] Introduction - Rosemary Ajayi
2025-10-08 8:43 UTC (3+ messages)
[PATCH 0/3] Makefile update libgit.a: Include xdiff and reftable in libgit.a
2025-10-08 7:22 UTC (4+ messages)
` [PATCH v2 0/2] "
[PATCH 00/49] repack: prepare for incremental MIDX-based repacking
2025-10-08 4:28 UTC (27+ messages)
` [PATCH 07/49] builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
` [PATCH 17/49] builtin/repack.c: pass "packdir" when removing packs
` [PATCH 19/49] repack: remove 'existing_packs' API from the builtin
` [PATCH 21/49] builtin/repack.c: factor our "generated_pack_install"
` [PATCH 22/49] builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
` [PATCH 26/49] builtin/repack.c: remove "repack_promisor_objects()" from the builtin
` [PATCH 27/49] builtin/repack.c: rename various pack_geometry functions
[Outreachy] Introduction - Rosemary Ajayi
2025-10-07 23:36 UTC
Outreachy Inroduction Rosematy Ajayi
2025-10-07 23:31 UTC
[PATCH v2 0/8] sparse-checkout: add 'clean' command
2025-10-07 23:07 UTC (7+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 2/7] sparse-checkout: add basics of "
` [PATCH v3 6/7] sparse-index: point users to new 'clean' action
Git Status Short Output Color Inconsistency with -z Flag
2025-10-07 20:34 UTC (3+ messages)
` [PATCH] status: make coloring of "-z --short" consistent
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-10-07 19:55 UTC (22+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 2/5] submodule: add gitdir path config override
` [PATCH v3 4/5] submodule: encode gitdir paths to avoid conflicts
` [PATCH v3 5/5] submodule: error out if gitdir name is too long
[PATCH v4 0/5] doc: git-push: clarify DESCRIPTION section
2025-10-07 18:35 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v5 2/5] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
[PATCH] mailmap: change primary address for Jonathan Tan
2025-10-07 17:29 UTC (2+ messages)
[PATCH 0/3] specifying a file that can optionally exist
2025-10-07 17:04 UTC (9+ messages)
` [PATCH v2 0/3] Support :(optional) filepaths
` [PATCH v2 2/3] config: values of pathname type can be prefixed with :(optional)
[PATCH 0/5] refs/reftable: add fsck checks
2025-10-07 16:25 UTC (4+ messages)
` [PATCH v6 0/7] refs/reftable: add consistency checks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).