messages from 2026-02-23 12:49:36 to 2026-02-24 17:13:35 UTC [more...]
[RFC] Support UTF-8 characters in Git alias names
2026-02-24 17:12 UTC (14+ 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 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] "
[RFC] send-email: UTF-8 encoding in subject line
2026-02-24 14:33 UTC (2+ messages)
` [PATCH] send-email: validate charset name in 8bit encoding prompt
[PATCH v6] build: regenerate config-list.h when Documentation changes
2026-02-24 14:12 UTC (5+ messages)
Feature that allows the user to merge only specific files/folders from another branch
2026-02-24 13:44 UTC
[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
2026-02-24 13:40 UTC (6+ messages)
` [PATCH 1/2] commit: remove unused forward declaration
` [PATCH 2/2] fast-import: add mode to re-sign invalid commit signatures
[PATCH 00/17] refs: unify `refs_for_each_*()` functions
2026-02-24 13:14 UTC (7+ messages)
` [PATCH 11/17] refs: replace `refs_for_each_ref_in()`
` [PATCH v2 00/17] refs: unify `refs_for_each_*()` functions
[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
2026-02-24 12:12 UTC (20+ 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] for-each-repo: work correctly in a worktree
2026-02-24 12:11 UTC (9+ messages)
` [PATCH 1/2] for-each-repo: stop using the_repository
` [PATCH 2/2] for-each-repo: work correctly in a worktree
[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
[RFC PATCH] format-patch: better commit list for cover letter
2026-02-24 9:29 UTC (16+ 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
[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 (24+ messages)
` [PATCH 1/4] t/helper: improve "genrandom" test helper
` [PATCH 2/4] object-file: adapt `stream_object_signature()` to take a stream
` [PATCH 3/4] packfile: expose function to read object stream for an offset
` [PATCH 4/4] pack-check: fix verification of large objects
` [PATCH v2 0/4] "
` [PATCH v2 1/4] t/helper: improve "genrandom" test helper
` [PATCH v2 2/4] object-file: adapt `stream_object_signature()` to take a stream
` [PATCH v2 3/4] packfile: expose function to read object stream for an offset
` [PATCH v2 4/4] pack-check: fix verification of large objects
[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 00/17] midx: incremental MIDX/bitmap layer compaction
2026-02-24 5:25 UTC (12+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`
[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 v3 0/3] http: add support for HTTP 429 rate limit retries
2026-02-24 0:07 UTC (11+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 2/5] strbuf_attach: fix all call sites to pass correct alloc
` [PATCH v5 0/4] http: add support for HTTP 429 rate limit retries
` [PATCH v5 1/4] strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()
` [PATCH v5 2/4] strbuf_attach: fix call sites to pass correct alloc
` [PATCH v5 3/4] remote-curl: introduce show_http_message_fatal() helper
` [PATCH v5 4/4] http: add support for HTTP 429 rate limit retries
[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 0/3] repo: extend info path reporting and structure statistics
2026-02-23 19:43 UTC (16+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 1/9] repo: teach info context and category keys
` [PATCH v2 2/9] repo: add path keys to repo info
` [PATCH v2 4/9] repo: add structure max object size metrics
` [PATCH v2 5/9] repo: add structure topology and path-depth metrics
` [PATCH v2 6/9] repo: add aggregate structure totals to keyvalue output
` [PATCH v2 7/9] t1900: cover repo info path keys and path-format
` [PATCH v2 8/9] t1901: extend structure metric coverage and portability
` [PATCH v2 9/9] docs: describe repo info path keys and structure metrics
` [PATCH v3 0/5] repo: extend info path reporting and structure statistics
` [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)
[PATCH] fsck: do not loop infinitely when processing packs
2026-02-23 15:49 UTC (5+ messages)
[PATCH GSoC] repo: Remove unnecessary variable shadow
2026-02-23 15:32 UTC (2+ messages)
[PATCH v28 2/2] status: add status.compareBranches config for multiple branch comparisons
2026-02-23 13:30 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox