git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-08 08:04:42 to 2025-12-11 05:01:59 UTC [more...]

[PATCH 0/8] Refactor handling of alternates to work via sources
 2025-12-11  5:01 UTC  (30+ messages)
` [PATCH 1/8] odb: refactor parsing of alternates to be self-contained
` [PATCH 2/8] odb: resolve relative alternative paths when parsing
` [PATCH 3/8] odb: move computation of normalized objdir into `alt_odb_usable()`
` [PATCH 4/8] odb: adapt `odb_add_to_alternates_file()` to call `odb_add_source()`
` [PATCH 5/8] odb: remove mutual recursion when parsing alternates
` [PATCH 6/8] odb: drop forward declaration of `read_info_alternates()`
` [PATCH 7/8] odb: read alternates via sources
` [PATCH 8/8] odb: write "
` [PATCH v2 0/8] Refactor handling of alternates to work "
  ` [PATCH v2 1/8] odb: refactor parsing of alternates to be self-contained
  ` [PATCH v2 2/8] odb: resolve relative alternative paths when parsing
  ` [PATCH v2 3/8] odb: move computation of normalized objdir into `alt_odb_usable()`
  ` [PATCH v2 4/8] odb: adapt `odb_add_to_alternates_file()` to call `odb_add_source()`
  ` [PATCH v2 5/8] odb: remove mutual recursion when parsing alternates
  ` [PATCH v2 6/8] odb: drop forward declaration of `read_info_alternates()`
  ` [PATCH v2 7/8] odb: read alternates via sources
  ` [PATCH v2 8/8] odb: write "

[RFC] reset --hard: warn before discarding staged content with no commit history
 2025-12-11  3:59 UTC  (3+ messages)

bug: `git pull --rebase` breaks in the presence of pushurls
 2025-12-11  3:21 UTC  (9+ messages)

[PATCH 0/2] Add MEMZERO_ARRAY() macro and use it in coccinelle
 2025-12-11  3:18 UTC  (4+ messages)
` [PATCH 1/2] git-compat-util: introduce MEMZERO_ARRAY() macro
` [PATCH 2/2] contrib/coccinelle: pass include paths to spatch(1)

[PATCH 0/6] builtin/repo: add object size info to structure output
 2025-12-11  2:57 UTC  (18+ messages)
` [PATCH 1/6] builtin/repo: group per-type object values into struct
` [PATCH 2/6] builtin/repo: humanise count values in structure output
` [PATCH 3/6] builtin/repo: add inflated object info to keyvalue "
` [PATCH 4/6] builtin/repo: add inflated object info to structure table
` [PATCH 5/6] builtin/repo: add disk size info to keyvalue stucture output
` [PATCH 6/6] builtin/repo: add object disk size info to structure table

t3900 failure on macOS, iconv(3) broken?
 2025-12-11  2:53 UTC  (18+ messages)
` [PATCH] config.mak.uname: use iconv from Homebrew on macOS

[PATCH] add-patch: stop getting confused by deletions of binary files
 2025-12-10 23:50 UTC 

[PATCH] http.c: prompt for username on 403
 2025-12-10 22:28 UTC  (10+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-12-10 19:55 UTC  (37+ messages)
` [PATCH v6 "
  ` [PATCH v6 05/11] builtin/history: implement "reword" subcommand
  ` [PATCH v6 11/11] builtin/history: implement "split" subcommand

[PATCH 0/3] Some random object database related fixes
 2025-12-10 19:49 UTC  (5+ messages)
` [PATCH 1/3] builtin/repack: fix geometric repacks with promisor remotes
` [PATCH 2/3] builtin/gc: fix condition for whether to write commit graphs

[PATCH 0/3] doc: replay: improvements like "mention no output on conflicts"
 2025-12-10 15:40 UTC  (16+ messages)

[PATCH 0/2] builtin/repack: avoid rewriting up-to-date MIDX
 2025-12-10 12:52 UTC  (11+ messages)
` [PATCH 1/2] midx: fix `BUG()` when getting preferred pack without a reverse index
` [PATCH 2/2] builtin/repack: don't regenerate MIDX unless needed
` [PATCH v2 0/3] builtin/repack: avoid rewriting up-to-date MIDX
  ` [PATCH v2 1/3] midx: fix `BUG()` when getting preferred pack without a reverse index
  ` [PATCH v2 2/3] midx-write: extract function to test whether MIDX needs updating
  ` [PATCH v2 3/3] midx-write: skip rewriting MIDX with `--stdin-packs` unless needed

What's cooking in git.git (Dec 2025, #02)
 2025-12-10 12:00 UTC  (7+ messages)

About --staged ang --cached
 2025-12-10  2:13 UTC  (3+ messages)

[PATCH 0/3] http: add support for HTTP 429 rate limit retries
 2025-12-09 23:52 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] remote-curl: fix memory leak in show_http_message()

[PATCH 00/10] Prepare Git's test suite for symbolic link support on Windows
 2025-12-09 22:18 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] doc: fix `update-ref` `symref-create` formatting
 2025-12-09 22:18 UTC  (3+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2025-12-09 19:36 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] repo: add a default output format to enum output_format
  ` [PATCH v2 2/2] repo: add new flag --keys to git-repo-info

[PATCH 0/2] shallow: handling fetch relative-deepen
 2025-12-09 18:11 UTC  (3+ messages)
` [PATCH 1/2] shallow: free local object_array allocations
` [PATCH 2/2] shallow: handling fetch relative-deepen

[PATCH] last-modified: fix bug caused by inproper initialized memory
 2025-12-09 12:18 UTC  (9+ messages)
` [PATCH v2] last-modified: fix use of uninitialized memory

[GSOC PATCH v2 2/2] attr: use `repo_settings_get_attributesfile_path()` and update callers
 2025-12-09  9:23 UTC  (3+ messages)
` Outreachy intern: Request for the completion of this series

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2025-12-09  7:21 UTC  (32+ messages)
` [PATCH 01/17] midx: mark `get_midx_checksum()` arguments as const
` [PATCH 02/17] midx: split `get_midx_checksum()` by adding `get_midx_hash()`
` [PATCH 07/17] midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
` [PATCH 08/17] midx-write.c: introduce `struct write_midx_opts`
` [PATCH 09/17] midx: do not require packs to be sorted in lexicographic order
` [PATCH 10/17] git-compat-util.h: introduce `u32_add()`
` [PATCH 13/17] midx-write.c: enumerate `pack_int_id` values directly
` [PATCH 15/17] t/helper/test-read-midx.c: plug memory leak when selecting layer
` [PATCH 16/17] midx: implement MIDX compaction
` [PATCH 17/17] midx: enable reachability bitmaps during "

UX failure: SSH authentication failure diagnostics
 2025-12-09  5:08 UTC 

[PATCH v3 0/2] improve --exclude-promisor-objects performance
 2025-12-09  1:48 UTC  (3+ messages)
` [PATCH v3 1/2] object: apply skip_hash and discard_tree optimizations to unknown blobs too
` [PATCH v3 2/2] packfile: skip hash checks in add_promisor_object()

[PATCH 0/2] Few fixes for cross-compiling with Meson
 2025-12-09  0:44 UTC  (4+ messages)

[PATCH 0/4] ban mktemp(3)
 2025-12-08 20:33 UTC  (3+ messages)
` [PATCH v2 0/5] "

[PATCH v2] packfile: skip decompressing and hashing blobs in add_promisor_object()
 2025-12-08 20:28 UTC  (4+ messages)

[PATCH] connect: plug protocol capability leak
 2025-12-08 20:18 UTC  (4+ messages)

[PATCH] config: document 'gui.GCWarning'
 2025-12-08 19:20 UTC  (2+ messages)

[PATCH] doc: send-email: fix broken list continuation
 2025-12-08 17:41 UTC 

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-08 15:48 UTC  (19+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 4/7] submodule: add extension to encode gitdir paths
  ` [PATCH v5 7/7] meson/Makefile: allow setting submodule encoding at build time

What's cooking in git.git (Nov 2025, #10; Sun, 30)
 2025-12-08  8:44 UTC  (3+ messages)


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