messages from 2025-10-28 22:56:09 to 2025-10-31 16:40:16 UTC [more...]
[PATCH 0/5] maintenance: add an 'is-needed' subcommand
2025-10-31 16:22 UTC (7+ messages)
` [PATCH 1/5] reftable/stack: return stack segments directly
` [PATCH 2/5] reftable/stack: add function to check if optimization is required
` [PATCH 3/5] refs: add a `optimize_required` field to `struct ref_storage_be`
` [PATCH 4/5] maintenance: add checking logic in `pack_refs_condition()`
` [PATCH 5/5] maintenance: add 'is-needed' subcommand
[PATCH 00/13] Carve out loose object source
2025-10-31 16:16 UTC (28+ messages)
` [PATCH 01/13] odb: fix subtle logic to check whether an alternate is usable
` [PATCH 03/13] odb: adjust naming to free object sources
` [PATCH 05/13] object-file: introduce `struct odb_loose_source`
` [PATCH 09/13] object-file: read objects via the loose object source
` [PATCH v2 00/13] Carve out "
` [PATCH v2 01/13] odb: fix subtle logic to check whether an alternate is usable
` [PATCH v2 02/13] odb: introduce `odb_source_new()`
` [PATCH v2 03/13] odb: adjust naming to free object sources
` [PATCH v2 04/13] object-file: move `fetch_if_missing`
` [PATCH v2 05/13] object-file: introduce `struct odb_loose_source`
` [PATCH v2 06/13] object-file: move loose object cache into loose source
` [PATCH v2 07/13] object-file: hide internals when we need to reprepare loose sources
` [PATCH v2 08/13] object-file: move loose object map into loose source
` [PATCH v2 09/13] object-file: read objects via the loose object source
` [PATCH v2 10/13] object-file: rename `has_loose_object()`
` [PATCH v2 11/13] object-file: refactor freshening of objects
` [PATCH v2 12/13] object-file: rename `write_object_file()`
` [PATCH v2 13/13] object-file: refactor writing objects via a stream
What's cooking in git.git (Oct 2025, #12; Thu, 30)
2025-10-31 15:51 UTC (3+ messages)
Broken handling of "J" hunks for "add --interactive"?
2025-10-31 15:16 UTC (8+ messages)
` [PATCH v2 0/5] add-patch: roll over to next undecided hunk
` [PATCH v2 1/5] add-patch: improve help for options j, J, k, and K
` [EXT] "
` [PATCH v3 0/6] add-patch: roll over to next undecided hunk
` [PATCH v3 6/6] add-patch: reset "permitted" at loop start
` [EXT] "
[PATCH v4] doc: add an explanation of Git's data model
2025-10-31 14:44 UTC (3+ messages)
` [PATCH v5] "
[ANNOUNCE] Git v2.51.2
2025-10-31 14:09 UTC (18+ messages)
` [BUGS] Git v2.51.2 on NonStop
` [BUGS] Git v2.51.2 on NonStop5
[PATCH] svn: add multi-line support for ignore-paths and include-paths
2025-10-31 13:26 UTC
[PATCH] svn: fix path strip for branches
2025-10-31 13:26 UTC
[Outreachy][Proposal]: Refactor in order to reduce Git’s global state
2025-10-31 11:43 UTC (6+ messages)
` =?y?q?=5BOutreachy=5D=5BProposal=20v2=5D=3A=20Refactor=20in=20order=20to=20reduce=20Git=E2=80=99s=20global=20state?=
[PATCH v6] gitk: add external diff file rename detection
2025-10-31 10:09 UTC (2+ messages)
` [PATCH v7] "
git whatchanged
2025-10-31 9:13 UTC (3+ messages)
[PATCH v4 0/3] replay: make atomic ref updates the default
2025-10-31 7:08 UTC (10+ messages)
` [PATCH v5 "
` [PATCH v5 3/3] replay: add replay.refAction config option
` [PATCH v6 0/3] replay: make atomic ref updates the default
` [PATCH v6 1/3] replay: use die_for_incompatible_opt2() for option validation
` [PATCH v6 2/3] replay: make atomic ref updates the default behavior
` [PATCH v6 3/3] replay: add replay.refAction config option
[PATCH] refs: don't clear oid before read_raw_ref in the debug ref backend
2025-10-31 6:48 UTC (2+ messages)
[PATCH] refs: add missing optimize implementation for debug ref backend
2025-10-31 6:39 UTC (2+ messages)
[PATCH 0/3] rust: generate bindings via cbindgen
2025-10-31 6:05 UTC (24+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/5] "
` [PATCH v2 3/5] ci: use Debian instead of deprecated i386/ubuntu
` [PATCH v2 5/5] rust: generate bindings via cbindgen
[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
2025-10-30 21:52 UTC (50+ messages)
` [PATCH 03/14] hash: use uint32_t for object_id algorithm
` [PATCH 04/14] rust: add a ObjectID struct
` [PATCH 05/14] rust: add a hash algorithm abstraction
` [PATCH 09/14] hash: expose hash context functions to Rust
` [PATCH 10/14] rust: add a build.rs script for tests
` [PATCH 11/14] rust: add functionality to hash an object
` [PATCH 12/14] rust: add a new binary loose object map format
` [PATCH 13/14] rust: add a small wrapper around the hashfile code
Cease and desist for companies and government agencies misusing git
2025-10-30 19:50 UTC (3+ messages)
[PATCH 0/5] fast-export/import: cleanups and translation
2025-10-30 18:14 UTC (13+ messages)
` [PATCH 3/5] fast-export: mark strings for translation
` [PATCH v2 0/5] fast-export/import: cleanups and translation
` [PATCH v2 1/5] gpg-interface: simplify ssh fingerprint parsing
` [PATCH v2 2/5] gpg-interface: use left shift to define GPG_VERIFY_*
` [PATCH v2 3/5] fast-export: mark strings for translation
` [PATCH v2 4/5] fast-import: "
` [PATCH v2 5/5] gpg-interface: mark a string "
git clean deletes negated pathspec if directory causing data loss
2025-10-30 17:04 UTC (5+ messages)
Probable issue with code/documentation
2025-10-30 16:05 UTC (13+ messages)
` [PATCH] match_pathname(): give fnmatch one char of prefix context
` [PATCH] doc: document backslash in gitignore patterns
What's cooking in git.git (Oct 2025, #11; Tue, 28)
2025-10-30 15:49 UTC (4+ messages)
` [PATCH] test-tool: fix leak in delete-gpgsig command
[PATCH 0/9] Xdiff cleanup part2
2025-10-30 14:26 UTC (13+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] doc: define unambiguous type mappings across C and Rust
` [PATCH v2 02/10] xdiff: use ssize_t for dstart/dend, make them last in xdfile_t
` [PATCH v2 03/10] xdiff: make xrecord_t.ptr a uint8_t instead of char
` [PATCH v2 04/10] xdiff: use size_t for xrecord_t.size
` [PATCH v2 05/10] xdiff: use unambiguous types in xdl_hash_record()
` [PATCH v2 06/10] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
` [PATCH v2 07/10] xdiff: make xdfile_t.nrec a size_t instead of long
` [PATCH v2 08/10] xdiff: make xdfile_t.nreff "
` [PATCH v2 09/10] xdiff: change rindex from long to size_t in xdfile_t
` [PATCH v2 10/10] xdiff: rename rindex -> reference_index
[PATCH v2] blame: make diff algorithm configurable
2025-10-30 10:47 UTC (6+ messages)
` [PATCH v3] "
[PATCH 0/8] packfiles: track pack lists via the packfile store
2025-10-30 10:38 UTC (32+ messages)
` [PATCH 1/8] packfile: use a `strmap` to store packs by name
` [PATCH 2/8] packfile: move the MRU list into the packfile store
` [PATCH 3/8] http: refactor subsystem to use `packfile_list`s
` [PATCH 4/8] packfile: fix approximation of object counts
` [PATCH 5/8] builtin/pack-objects: simplify logic to find kept or nonlocal objects
` [PATCH 7/8] packfile: always add packfiles to MRU when adding a pack
` [PATCH v2 0/8] packfiles: track pack lists via the packfile store
` [PATCH v2 1/8] packfile: use a `strmap` to store packs by name
` [PATCH v2 2/8] packfile: move the MRU list into the packfile store
` [PATCH v2 3/8] http: refactor subsystem to use `packfile_list`s
` [PATCH v2 4/8] packfile: fix approximation of object counts
` [PATCH v2 5/8] builtin/pack-objects: simplify logic to find kept or nonlocal objects
` [PATCH v2 6/8] packfile: move list of packs into the packfile store
` [PATCH v2 7/8] packfile: always add packfiles to MRU when adding a pack
` [PATCH v2 8/8] packfile: track packs via the MRU list exclusively
Draft of Git Rev News edition 128
2025-10-30 7:59 UTC
[PATCH] refs: support migration with worktrees
2025-10-30 6:37 UTC (8+ messages)
[PATCH 0/6] ci: improvements to our Rust infrastructure
2025-10-29 22:54 UTC (10+ messages)
` [PATCH 2/6] ci: check formatting of our Rust code
[PATCH] commit-graph: add new config for changed-paths & recommend it in scalar
2025-10-29 21:04 UTC (3+ messages)
` [PATCH v2] "
[PATCH] bisect: update usage and docs to match each other
2025-10-29 16:14 UTC (2+ messages)
[PATCH 00/10] Convert remaining hooks to hook.h
2025-10-29 13:50 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 10/10] receive-pack: convert receive hooks to hook API
[PATCH] whitespace: correct bit assignment comments
2025-10-29 13:21 UTC (6+ messages)
` [PATCH v2] "
[PATCH] last-modified: implement faster algorithm
2025-10-29 13:01 UTC (9+ messages)
` [PATCH v2] "
[PATCH 0/2] t/lib-gpg: ensure GNUPGHOME is created as needed
2025-10-29 3:05 UTC (11+ messages)
` [PATCH] t1016-compatObjectFormat: Really freeze time for reproduciblity
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).