messages from 2025-10-30 19:20:10 to 2025-11-04 08:44:11 UTC [more...]
[PATCH 0/5] maintenance: add an 'is-needed' subcommand
2025-11-04 8:43 UTC (27+ 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 v2 0/5] maintenance: add an "
` [PATCH v2 1/5] reftable/stack: return stack segments directly
` [PATCH v2 2/5] reftable/stack: add function to check if optimization is required
` [PATCH v2 3/5] refs: add a `optimize_required` field to `struct ref_storage_be`
` [PATCH v2 4/5] maintenance: add checking logic in `pack_refs_condition()`
What's cooking in git.git (Nov 2025, #01; Mon, 3)
2025-11-04 6:11 UTC (2+ messages)
[RFC PATCH] diff: add option to report binary files in raw diffs
2025-11-04 4:44 UTC (3+ messages)
[PATCH 00/12] Incomplete lines
2025-11-04 2:09 UTC (13+ messages)
` [PATCH 01/12] whitespace: correct bit assignment comments
` [PATCH 02/12] diff: emit_line_ws_markup() if/else style fix
` [PATCH 03/12] diff: correct suppress_blank_empty hack
` [PATCH 04/12] diff: fix incorrect counting of line numbers
` [PATCH 05/12] diff: refactor output of incomplete line
` [PATCH 06/12] diff: call emit_callback ecbdata everywhere
` [PATCH 07/12] diff: update the way rewrite diff handles incomplete lines
` [PATCH 08/12] apply: revamp the parsing of "
` [PATCH 09/12] whitespace: allocate a few more bits
` [PATCH 10/12] apply: check and fix incomplete lines
` [PATCH 11/12] diff: highlight and error out on "
` [PATCH 12/12] attr: enable incomplete-line whitespace error for this project
[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
2025-11-04 1:48 UTC (22+ messages)
` [PATCH 03/14] hash: use uint32_t for object_id algorithm
` [PATCH 06/14] hash: add a function to look up hash algo structs
` [PATCH 09/14] hash: expose hash context functions to Rust
` [PATCH 10/14] rust: add a build.rs script for tests
[PATCH v4] doc: add an explanation of Git's data model
2025-11-04 1:34 UTC (10+ messages)
` [PATCH v5] "
[L10N] Kickoff for Git 2.52.0
2025-11-04 0:50 UTC
What's cooking in git.git (Oct 2025, #12; Thu, 30)
2025-11-03 21:30 UTC (9+ messages)
[PATCH] fetch: fix non-conflicting tags not being committed
2025-11-03 21:22 UTC (4+ messages)
[PATCH v5 0/3] replay: make atomic ref updates the default
2025-11-03 19:32 UTC (13+ messages)
` [PATCH v6 "
` [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 0/3] Fix another crazy rename assertion
2025-11-03 18:01 UTC (4+ messages)
` [PATCH 1/3] t6429: update comment to mention correct tool
` [PATCH 2/3] merge-ort: remove debugging crud
` [PATCH 3/3] merge-ort: fix failing merges in special corner case
[ANNOUNCE] Git v2.52.0-rc0
2025-11-03 17:14 UTC
[PATCH v3] last-modified: implement faster algorithm
2025-11-03 16:44 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v4] "
[PATCH v4 00/29] rebase: support --trailer
2025-11-03 16:20 UTC (7+ messages)
` [PATCH v4 17/29] tests: t3440: create expect files at point of use
[PATCH v3] blame: make diff algorithm configurable
2025-11-03 16:15 UTC (7+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
` [PATCH v4 2/2] blame: make diff algorithm configurable
[Outreachy] - Proposal Submission for Refactor in order to reduce Git’s global state
2025-11-03 14:22 UTC
[PATCH 00/13] Carve out loose object source
2025-11-03 13:39 UTC (37+ messages)
` [PATCH 05/13] object-file: introduce `struct odb_loose_source`
` [PATCH v2 00/13] Carve out loose object source
` [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
` [PATCH v3 00/13] Carve out loose object source
` [PATCH v3 01/13] odb: fix subtle logic to check whether an alternate is usable
` [PATCH v3 02/13] odb: introduce `odb_source_new()`
` [PATCH v3 03/13] odb: adjust naming to free object sources
` [PATCH v3 04/13] object-file: move `fetch_if_missing`
` [PATCH v3 05/13] object-file: introduce `struct odb_source_loose`
` [PATCH v3 06/13] object-file: move loose object cache into loose source
` [PATCH v3 07/13] object-file: hide internals when we need to reprepare loose sources
` [PATCH v3 08/13] object-file: move loose object map into loose source
` [PATCH v3 09/13] object-file: read objects via the loose object source
` [PATCH v3 10/13] object-file: rename `has_loose_object()`
` [PATCH v3 11/13] object-file: refactor freshening of objects
` [PATCH v3 12/13] object-file: rename `write_object_file()`
` [PATCH v3 13/13] object-file: refactor writing objects via a stream
Broken handling of "J" hunks for "add --interactive"?
2025-11-03 12:43 UTC (10+ 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] "
` [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] "
git diff: --submodule=diff does not synergise with --name-only
2025-11-03 10:51 UTC
[Outreachy][Proposal v3]: Refactor in order to reduce Git’s global state
2025-11-03 9:37 UTC (4+ messages)
git-2.51.0: Fetching tags does not work
2025-11-03 8:50 UTC (9+ messages)
[PATCH 0/5] Fixes for :(optional) path code
2025-11-03 5:19 UTC (7+ messages)
` [PATCH 1/5] parseopt: fix :(optional) at command line to only ignore missing files
` [PATCH 2/5] doc: clarify command equivalence comment
` [PATCH 3/5] parseopt: use boolean type for a simple flag
` [PATCH 4/5] config: "
` [PATCH 5/5] parseopt: restore const qualifier to parsed filename
[PATCH 0/3] specifying a file that can optionally exist
2025-11-03 0:10 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 v2 3/3] parseopt: "
CVE-2024-52005 status?
2025-11-02 16:19 UTC (3+ messages)
[PATCH] fsck: use starts_with() in fsck_commit()
2025-11-02 3:58 UTC (3+ messages)
git remote rename command help
2025-11-01 23:45 UTC (2+ messages)
[PATCH] gitprotocol-http: document invalid 'want' error handling
2025-11-01 23:17 UTC (2+ messages)
[ANNOUNCE] Git Rev News edition 128
2025-11-01 19:19 UTC
[Outreachy][Proposal]: Refactor in order to reduce Git’s global state
2025-11-01 19:13 UTC (7+ messages)
` =?y?q?=5BOutreachy=5D=5BProposal=20v2=5D=3A=20Refactor=20in=20order=20to=20reduce=20Git=E2=80=99s=20global=20state?=
` [Outreachy][Proposal v2]: Refactor in order to reduce Git’s global state
[PATCH 0/5] fast-export/import: cleanups and translation
2025-11-01 15:16 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 4/5] fast-import: mark strings for translation
(Bug Report Form, zh-Hans) git-subtree not respecting commit.gpgSign
2025-11-01 12:54 UTC
[PATCH 0/3] rust: generate bindings via cbindgen
2025-10-31 23:36 UTC (14+ messages)
` [PATCH 3/3] "
[Outreachy][PATCH] fsck: use starts_with() in fsck_commit()
2025-10-31 22:36 UTC
What's cooking in git.git (Oct 2025, #11; Tue, 28)
2025-10-31 21:33 UTC (3+ messages)
[ANNOUNCE] Git v2.51.2
2025-10-31 14:09 UTC (15+ 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
[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] 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)
Cease and desist for companies and government agencies misusing git
2025-10-30 19:50 UTC (2+ messages)
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).