git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-27 16:10:04 to 2025-10-30 10:38:52 UTC [more...]

[PATCH 0/8] packfiles: track pack lists via the packfile store
 2025-10-30 10:38 UTC  (28+ 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 6/8] packfile: move list of packs into the packfile store
` [PATCH 7/8] packfile: always add packfiles to MRU when adding a pack
` [PATCH 8/8] packfile: track packs via the MRU list exclusively
` [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 00/13] Carve out loose object source
 2025-10-30 10:34 UTC  (3+ messages)
` [PATCH 01/13] odb: fix subtle logic to check whether an alternate is usable

[PATCH 0/3] rust: generate bindings via cbindgen
 2025-10-30  9:51 UTC  (24+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] gitlab-ci: reorder Linux job matrix to match GitHub's order
  ` [PATCH v2 2/5] gitlab-ci: backfill missing Linux jobs
  ` [PATCH v2 3/5] ci: use Debian instead of deprecated i386/ubuntu
  ` [PATCH v2 5/5] rust: generate bindings via cbindgen

[PATCH] blame: make diff algorithm configurable
 2025-10-30  9:22 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

git clean deletes negated pathspec if directory causing data loss
 2025-10-30  8:49 UTC  (4+ messages)

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 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-10-30  6:26 UTC  (61+ messages)
` [PATCH 01/14] repository: require Rust support for interoperability
` [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 06/14] hash: add a function to look up hash algo structs
` [PATCH 07/14] csum-file: define hashwrite's count as a uint32_t
` [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

[ANNOUNCE] Git v2.51.2
 2025-10-30  2:53 UTC  (7+ messages)
` [BUGS] Git v2.51.2 on NonStop

[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 0/9] Xdiff cleanup part2
 2025-10-29 22:19 UTC  (12+ 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] commit-graph: add new config for changed-paths & recommend it in scalar
 2025-10-29 21:04 UTC  (3+ messages)
` [PATCH v2] "

What's cooking in git.git (Oct 2025, #11; Tue, 28)
 2025-10-29 19:35 UTC  (3+ messages)
` [PATCH] test-tool: fix leak in delete-gpgsig command

[PATCH v3 0/3] replay: make atomic ref updates the default
 2025-10-29 17:00 UTC  (26+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] replay: make atomic ref updates the default behavior
  ` [PATCH v4 3/3] replay: add replay.refAction config option
  ` [PATCH v5 0/3] replay: make atomic ref updates the default
    ` [PATCH v5 1/3] replay: use die_for_incompatible_opt2() for option validation
    ` [PATCH v5 2/3] replay: make atomic ref updates the default behavior
    ` [PATCH v5 3/3] replay: add replay.refAction config option

[PATCH] bisect: update usage and docs to match each other
 2025-10-29 16:14 UTC  (2+ messages)

[PATCH 0/5] fast-export/import: cleanups and translation
 2025-10-29 16:12 UTC  (11+ messages)
` [PATCH 1/5] gpg-interface: simplify ssh fingerprint parsing
` [PATCH 2/5] gpg-interface: use left shift to define GPG_VERIFY_*
` [PATCH 3/5] fast-export: mark strings for translation
` [PATCH 4/5] fast-import: "
` [PATCH 5/5] gpg-interface: mark a string "

Probable issue with code/documentation
 2025-10-29 15:55 UTC  (10+ messages)
` [PATCH] match_pathname(): give fnmatch one char of prefix context
              ` [PATCH] doc: document backslash in gitignore patterns

[Outreachy][Proposal]: Refactor in order to reduce Git’s global state
 2025-10-29 15:51 UTC  (2+ messages)

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-10-29 13:50 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/10] receive-pack: convert update hooks to new API
  ` [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  (12+ messages)
                ` [PATCH] t1016-compatObjectFormat: Really freeze time for reproduciblity

[PATCH v3] doc: add a explanation of Git's data model
 2025-10-28 20:31 UTC  (5+ messages)
` [PATCH v4] doc: add an "

[PATCH v2 resend v2] doc: git-checkout: fix placeholder markup
 2025-10-28 18:19 UTC 

[BUG] git merge sometimes loses changes from one branch
 2025-10-28 16:12 UTC  (3+ messages)
  ` 回复: "

[ANNOUNCE] Git for Windows 2.51.2
 2025-10-28 13:40 UTC  (2+ messages)

[PATCH v4 00/29] rebase: support --trailer
 2025-10-28 10:26 UTC  (6+ messages)
` [PATCH v4 17/29] tests: t3440: create expect files at point of use

[PATCH 0/8] builtin/maintenance: introduce "geometric" strategy
 2025-10-27 20:58 UTC  (5+ messages)
` [PATCH v4 00/10] "

[PATCH v3] MyFirstContribution: add note on confirming patches
 2025-10-27 17:18 UTC  (7+ messages)

[PATCH] repo: add --all to git-repo-info
 2025-10-27 16:09 UTC  (7+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] repo: factor out field printing to dedicated function


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