public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 16:01:54 to 2026-02-24 21:39:51 UTC [more...]

[RFC PATCH] format-patch: better commit list for cover letter
 2026-02-24 21:39 UTC  (21+ messages)
` [PATCH 0/3] format-patch: add cover-letter-format option
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] format-patch: add ability to use alt cover format
    ` [PATCH v2 2/2] format-patch: add commitListFormat config
` [PATCH 1/3] pretty.c: fix null pointer dereference
` [PATCH 2/3] format-patch: add ability to use alt cover format
` [PATCH 3/3] format-patch: add commitListFormat config

[RFC] send-email: UTF-8 encoding in subject line
 2026-02-24 21:37 UTC  (4+ messages)
` [PATCH] send-email: validate charset name in 8bit encoding prompt
  ` [PATCH v2] "

[PATCH 0/2] for-each-repo: work correctly in a worktree
 2026-02-24 21:35 UTC  (12+ messages)
` [PATCH 1/2] for-each-repo: stop using the_repository
` [PATCH 2/2] for-each-repo: work correctly in a worktree
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] for-each-repo: test outside of repo context
  ` [PATCH v2 2/2] for-each-repo: work correctly in a worktree

[RFC RFC PATCH] builtin/repo.c: change info default behavior to show all fields
 2026-02-24 21:23 UTC  (3+ messages)
` [PATCH v2] "

[RFC] Support UTF-8 characters in Git alias names
 2026-02-24 20:23 UTC  (18+ messages)
` [PATCH v2 0/2] support UTF-8 in "
  ` [PATCH v2 2/2] alias: support non-alphanumeric names via subsection syntax
` [PATCH v7 0/4] support UTF-8 in alias names
  ` [PATCH v7 3/4] alias: support non-alphanumeric names via subsection syntax
` [PATCH 0/2] Fix small issues in alias subsection handling
  ` [PATCH 1/2] doc: fix list continuation in alias subsection example
  ` [PATCH 2/2] alias: treat empty subsection [alias ""] as plain [alias]

[PATCH v28 2/2] status: add status.compareBranches config for multiple branch comparisons
 2026-02-24 19:36 UTC  (2+ messages)

Feature that allows the user to merge only specific files/folders from another branch
 2026-02-24 19:21 UTC  (2+ messages)

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-02-24 19:00 UTC  (34+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 10/18] midx: do not require packs to be sorted in lexicographic order
  ` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`
` [PATCH v3 00/17] midx: incremental MIDX/bitmap layer compaction
  ` [PATCH v3 01/17] midx: mark `get_midx_checksum()` arguments as const
  ` [PATCH v3 02/17] midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
  ` [PATCH v3 03/17] midx: introduce `midx_get_checksum_hex()`
  ` [PATCH v3 04/17] builtin/multi-pack-index.c: make '--progress' a common option
  ` [PATCH v3 05/17] git-multi-pack-index(1): remove non-existent incompatibility
  ` [PATCH v3 06/17] git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
  ` [PATCH v3 07/17] t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39
  ` [PATCH v3 08/17] midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
  ` [PATCH v3 09/17] midx-write.c: introduce `struct write_midx_opts`
  ` [PATCH v3 10/17] midx: do not require packs to be sorted in lexicographic order
  ` [PATCH v3 11/17] midx-write.c: introduce `midx_pack_perm()` helper
  ` [PATCH v3 12/17] midx-write.c: extract `fill_pack_from_midx()`
  ` [PATCH v3 13/17] midx-write.c: enumerate `pack_int_id` values directly
  ` [PATCH v3 14/17] midx-write.c: factor fanout layering from `compute_sorted_entries()`
  ` [PATCH v3 15/17] t/helper/test-read-midx.c: plug memory leak when selecting layer
  ` [PATCH v3 16/17] midx: implement MIDX compaction
  ` [PATCH v3 17/17] midx: enable reachability bitmaps during "

[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
 2026-02-24 18:54 UTC  (21+ messages)
` [PATCH 1/8] t: fix races caused by background maintenance
` [PATCH 2/8] t: disable maintenance where we verify object database structure
` [PATCH 3/8] t34xx: don't expire reflogs where it matters
` [PATCH 8/8] builtin/maintenance: use "geometric" strategy by default
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] t: fix races caused by background maintenance
  ` [PATCH v2 2/8] t: disable maintenance where we verify object database structure
  ` [PATCH v2 3/8] t34xx: don't expire reflogs where it matters
  ` [PATCH v2 4/8] t5400: explicitly use "gc" strategy
  ` [PATCH v2 5/8] t5510: "
  ` [PATCH v2 6/8] t6500: "
  ` [PATCH v2 7/8] t7900: prepare for switch of the default strategy
  ` [PATCH v2 8/8] builtin/maintenance: use "geometric" strategy by default

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-02-24 18:33 UTC  (7+ messages)
` [PATCH 1/2] commit: remove unused forward declaration
` [PATCH 2/2] fast-import: add mode to re-sign invalid commit signatures

[PATCH v9] setup: improve error diagnosis for invalid .git files
 2026-02-24 17:01 UTC  (11+ messages)
` [PATCH v10] "

=?y?q?=5BGSOC=5D=20Discuss=3A=20Refactoring=20in=20order=20to=20reduce=20Git=E2=80=99s=20global=20state?=
 2026-02-24 16:15 UTC  (3+ messages)
` [GSOC] Discuss: Refactoring in order to reduce Git’s global state

[PATCH v2 0/1] diffcore-break: prevent dangling pointer
 2026-02-24 15:22 UTC  (4+ messages)
` [PATCH v3 0/1] diffcore-break: avoid segfault with freed entries
  ` [PATCH v3 1/1] "

[PATCH 0/2] refs: allow setting the reference directory
 2026-02-24 15:05 UTC  (10+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 5/6] refs: allow reference location in refstorage config

[PATCH v6] build: regenerate config-list.h when Documentation changes
 2026-02-24 14:39 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v6] build: regenerate config-list.h when Documentation changes
 2026-02-24 14:12 UTC  (5+ messages)

[PATCH 00/17] refs: unify `refs_for_each_*()` functions
 2026-02-24 13:14 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] pack-redundant: fix memory leak when open_pack_index() fails
 2026-02-24 10:14 UTC  (2+ messages)

[PATCH v2 0/6] Avoid the_repository in merge-ort and replay
 2026-02-24 10:00 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] doc: fetch: document `--jobs=0` behavior
 2026-02-24  9:47 UTC  (5+ messages)

[PATCH 0/5] builtin/repo: include largest object information
 2026-02-24  9:35 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] builtin/repo: update stats for each object
  ` [PATCH v2 2/5] builtin/repo: collect largest inflated objects
  ` [PATCH v2 3/5] builtin/repo: add OID annotations to table output
  ` [PATCH v2 4/5] builtin/repo: find commit with most parents
  ` [PATCH v2 5/5] builtin/repo: find tree with most entries

[PATCH 00/17] odb: make object database sources pluggable
 2026-02-24  8:41 UTC  (21+ messages)
` [PATCH 01/17] odb: split `struct odb_source` into separate header
` [PATCH 02/17] odb: introduce "files" source
` [PATCH 03/17] odb: embed base source in the "files" backend
` [PATCH 04/17] odb: move reparenting logic into respective subsystems
` [PATCH 05/17] odb/source: introduce source type for robustness
` [PATCH 06/17] odb/source: make `free()` function pluggable
` [PATCH 07/17] odb/source: make `reprepare()` "
` [PATCH 08/17] odb/source: make `close()` "
` [PATCH 09/17] odb/source: make `read_object_info()` "
` [PATCH 10/17] odb/source: make `read_object_stream()` "
` [PATCH 11/17] odb/source: make `for_each_object()` "
` [PATCH 12/17] odb/source: make `freshen_object()` "
` [PATCH 13/17] odb/source: make `write_object()` "
` [PATCH 14/17] odb/source: make `write_object_stream()` "
` [PATCH 15/17] odb/source: make `read_alternates()` "
` [PATCH 16/17] odb/source: make `write_alternate()` "
` [PATCH 17/17] odb/source: make `begin_transaction()` "

[PATCH v3] fsmonitor: implement filesystem change listener for Linux
 2026-02-24  8:03 UTC  (13+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[RFC] send-email: UTF-8 encoding in subject line
 2026-02-24  7:55 UTC  (3+ messages)
  ` [GSOC] Discuss: Refactoring in order to reduce global state

[PATCH v7 0/5] rebase: support --trailer
 2026-02-24  7:05 UTC  (6+ messages)
` [PATCH v7 1/5] interpret-trailers: factor trailer rewriting
` [PATCH v7 2/5] trailer: move process_trailers to trailer.h
` [PATCH v7 3/5] trailer: append trailers without fork/exec
` [PATCH v7 4/5] commit, tag: parse --trailer with OPT_STRVEC
` [PATCH v7 5/5] rebase: support --trailer

[PATCH v6 0/4] rebase: support --trailer
 2026-02-24  6:36 UTC  (4+ messages)
` [PATCH v6 3/4] trailer: append trailers in-process and drop the fork to `interpret-trailers`

[PATCH 0/4] pack-check: fix verification of large objects
 2026-02-24  6:26 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH] docs: remove {litdd} usage
 2026-02-24  6:15 UTC  (3+ messages)

[GSoC] Introduction - Mansi, microproject t7605
 2026-02-24  5:46 UTC 

[GSoC PATCH 0/2] diff: handle ANSI chars in prefix when calculating diffstat width
 2026-02-24  5:43 UTC  (5+ messages)
` [GSoC PATCH 1/2] "
` [GSoC PATCH 2/2] t4074: add test for diffstat width when prefix contains ANSI chars

[PATCH] t7605: use test_path_is_file instead of test -f
 2026-02-24  5:34 UTC 

[PATCH git] t5516: test updateInstead with worktree and unborn bare HEAD
 2026-02-24  4:33 UTC  (3+ messages)

bug: for-each-repo malfunctions in worktree due to GIT_DIR
 2026-02-24  1:52 UTC  (2+ messages)

[PATCH v4 0/5] http: add support for HTTP 429 rate limit retries
 2026-02-24  0:07 UTC  (3+ messages)
` [PATCH v5 0/4] "

[PATCH 0/2] format-patch: make boolean and mention in diff-options.adoc
 2026-02-23 23:30 UTC  (7+ messages)
` [PATCH 1/2] format-patch: make format.noprefix a boolean
` [PATCH v2 0/2] format-patch: make boolean and mention in diff-options.adoc
  ` [PATCH v2 1/2] format-patch: make format.noprefix a boolean
  ` [PATCH v2 2/2] doc: diff-options.adoc: show format.noprefix for format-patch

What's cooking in git.git (Feb 2026, #08)
 2026-02-23 21:45 UTC  (3+ messages)

[PATCH] cat-file: fix error and warning message formatting
 2026-02-23 19:59 UTC  (4+ messages)

[PATCH v2 0/9] repo: extend info path reporting and structure statistics
 2026-02-23 19:43 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] repo: teach info context and category keys
  ` [PATCH v3 2/5] repo: add path keys to repo info
  ` [PATCH v3 3/5] repo: add --path-format for info path output
  ` [PATCH v3 4/5] t1900: cover repo info path keys and path-format
  ` [PATCH v3 5/5] docs: describe repo info path keys

[PATCH] doc: commit: document special date keywords for --date
 2026-02-23 18:56 UTC  (3+ messages)

[PATCH 0/1] Fix zombie children when git is PID 1 in containers
 2026-02-23 18:12 UTC  (4+ messages)
` [PATCH 1/1] transport-helper, connect: add atexit handler to reap children on abnormal exit

[PATCH v2 0/3] doc: patch-id: explain how to map efficiently
 2026-02-23 18:04 UTC  (3+ messages)

[PATCH v7 5/4] doc: config: fix list continuation in alias section
 2026-02-23 17:09 UTC 

[PATCH] t2018: move checkout case-insensitive test from t0050
 2026-02-23 17:04 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