git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-09 08:04:25 to 2025-12-12 21:46:13 UTC [more...]

UX failure: SSH authentication failure diagnostics
 2025-12-12 21:46 UTC  (2+ messages)

What's cooking in git.git (Dec 2025, #02)
 2025-12-12 21:29 UTC  (8+ messages)

[PATCH 0/6] builtin/repo: add object size info to structure output
 2025-12-12 20:40 UTC  (20+ 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

meson -Drust=enabled fails on macOS without GNU sed
 2025-12-12 20:32 UTC  (2+ messages)

Git replay: How is it supposed to be used with raw commits?
 2025-12-12 19:19 UTC 

Different behaviour for --find-renames between git diff and git merge?
 2025-12-12 18:04 UTC 

[PATCH 0/5] Audit and document Scalar config
 2025-12-12 15:15 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] scalar: remove stale config values
  ` [PATCH v2 5/5] scalar: document config settings
  ` [PATCH v3 0/5] Audit and document Scalar config
    ` [PATCH v3 1/5] scalar: annotate config file with "set by scalar"
    ` [PATCH v3 2/5] scalar: use index.skipHash=true for performance
    ` [PATCH v3 3/5] scalar: remove stale config values
    ` [PATCH v3 4/5] scalar: alphabetize and simplify config
    ` [PATCH v3 5/5] scalar: document config settings

[PATCH 0/3] Some random object database related fixes
 2025-12-12 15:01 UTC  (12+ 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 v2 0/2] Some random object database related fixes
  ` [PATCH v2 1/2] builtin/gc: fix condition for whether to write commit graphs
  ` [PATCH v2 2/2] odb: properly close sources before freeing them

[PATCH] Make pull.c match the structural conventions
 2025-12-12 14:48 UTC  (5+ messages)
  ` [PATCH v2] pull: move options[] array into function scope

t3900 failure on macOS, iconv(3) broken?
 2025-12-12 13:48 UTC  (25+ messages)
` [PATCH] config.mak.uname: use iconv from Homebrew on macOS
              ` Re* "

Possible problem in --pretty=reference?
 2025-12-12 13:28 UTC  (2+ messages)

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

[PATCH] 3.0: require C99 flexible-array member syntax
 2025-12-12 12:54 UTC  (3+ messages)

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

What's cooking in git.git (Dec 2025, #03)
 2025-12-12 10:26 UTC 

[PATCH 0/2] builtin/repack: avoid rewriting up-to-date MIDX
 2025-12-12  7:33 UTC  (13+ 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

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

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

[BUG] replay: segmentation fault when mistyping target to --onto
 2025-12-11 17:56 UTC  (2+ messages)
` [PATCH] replay: move onto NULL check before first use

[PATCH 0/2] Few fixes for cross-compiling with Meson
 2025-12-11 11:10 UTC  (5+ messages)

Color remote repository part of a remote branch "pink" instead of red. I.E: [Feature Request] Mixed coloring for remote refs in git log --graph --all
 2025-12-11  9:43 UTC 

[PATCH 0/8] Refactor handling of alternates to work via sources
 2025-12-11  9:30 UTC  (36+ messages)
` [PATCH 2/8] odb: resolve relative alternative paths when parsing
` [PATCH 3/8] odb: move computation of normalized objdir into `alt_odb_usable()`
` [PATCH 5/8] odb: remove mutual recursion when parsing alternates
` [PATCH 7/8] odb: read alternates via sources
` [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 "
` [PATCH v3 0/8] Refactor handling of alternates to work "
  ` [PATCH v3 1/8] odb: refactor parsing of alternates to be self-contained
  ` [PATCH v3 2/8] odb: resolve relative alternative paths when parsing
  ` [PATCH v3 3/8] odb: move computation of normalized objdir into `alt_odb_usable()`
  ` [PATCH v3 4/8] odb: stop splitting alternate in `odb_add_to_alternates_file()`
  ` [PATCH v3 5/8] odb: remove mutual recursion when parsing alternates
  ` [PATCH v3 6/8] odb: drop forward declaration of `read_info_alternates()`
  ` [PATCH v3 7/8] odb: read alternates via sources
  ` [PATCH v3 8/8] odb: write "

[PATCH] http.c: prompt for username on 403
 2025-12-11  6:05 UTC  (11+ messages)

[PATCH] repo: add -z as an alias for --format=nul to git-repo-structure
 2025-12-11  5:23 UTC  (4+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

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

[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] doc: replay: improvements like "mention no output on conflicts"
 2025-12-10 15:40 UTC  (14+ messages)

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

[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  (4+ 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  (5+ 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


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