git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 22:19:52 to 2025-11-03 07:40:30 UTC [more...]

[PATCH v4] doc: add an explanation of Git's data model
 2025-11-03  7:40 UTC  (5+ messages)
` [PATCH v5] "

[PATCH 00/13] Carve out loose object source
 2025-11-03  7:19 UTC  (29+ 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

[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

git-2.51.0: Fetching tags does not work
 2025-11-03  2:38 UTC  (8+ messages)

[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-11-03  1:30 UTC  (24+ messages)
` [PATCH 03/14] hash: use uint32_t for object_id algorithm
` [PATCH 04/14] rust: add a ObjectID struct
` [PATCH 09/14] hash: expose hash context functions to Rust
` [PATCH 10/14] rust: add a build.rs script for tests

[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)

[PATCH v2] blame: make diff algorithm configurable
 2025-11-01 21:57 UTC  (8+ messages)
` [PATCH v3] "
  ` [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

[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

[Outreachy][Proposal v3]: Refactor in order to reduce Git’s global state
 2025-11-01 19:08 UTC 

[PATCH 0/5] fast-export/import: cleanups and translation
 2025-11-01 15:16 UTC  (16+ 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 "

(Bug Report Form, zh-Hans) git-subtree not respecting commit.gpgSign
 2025-11-01 12:54 UTC 

Broken handling of "J" hunks for "add --interactive"?
 2025-11-01  8:18 UTC  (9+ 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 0/3] rust: generate bindings via cbindgen
 2025-10-31 23:36 UTC  (25+ 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

[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)

[PATCH v5 0/3] replay: make atomic ref updates the default
 2025-10-31 19:59 UTC  (11+ 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/5] maintenance: add an 'is-needed' subcommand
 2025-10-31 18:17 UTC  (9+ 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

What's cooking in git.git (Oct 2025, #12; Thu, 30)
 2025-10-31 17:33 UTC  (4+ messages)

[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 

[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  (3+ messages)

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

[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 0/8] packfiles: track pack lists via the packfile store
 2025-10-30 10:38 UTC  (30+ messages)
` [PATCH 2/8] packfile: move the MRU list into "
` [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  (6+ messages)

[PATCH 0/6] ci: improvements to our Rust infrastructure
 2025-10-29 22:54 UTC  (7+ messages)
` [PATCH 2/6] ci: check formatting of our Rust code


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).