messages from 2026-05-13 09:50:16 to 2026-05-16 02:23:12 UTC [more...]
UBSan failing on expensive test(s)
2026-05-16 2:23 UTC (4+ messages)
` [PATCH 1/2] apply: plug leak on "patch too large" error
` [PATCH 2/2] commit: handle large commit messages in utf8 verification
[PATCH] pack-objects: fix typo in code comment
2026-05-16 1:01 UTC
[PATCH] Documentation: fix typos in user docs and release notes
2026-05-16 1:00 UTC
[RFC PATCH] approxidate: make "today" wrap to midnight
2026-05-16 0:03 UTC (2+ messages)
[PATCH v6] revision.c: implement --max-count-oldest
2026-05-15 23:29 UTC (2+ messages)
` [PATCH v7] "
[PATCH] evaluate the second argument of ALLOC_GROW only once
2026-05-15 23:01 UTC (4+ messages)
[PATCH] commit-reach: use the decoration hash for tips_reachable_from_bases()
2026-05-15 21:14 UTC (2+ messages)
[PATCH v2 0/8] repo_config_values: migrate more globals
2026-05-15 17:15 UTC (4+ messages)
` [PATCH v3 0/8] environment: move core config globals into repo_config_values
` [PATCH v3 5/8] environment: move "precomposed_unicode" into `struct repo_config_values`
What's cooking in git.git (May 2026, #03)
2026-05-15 17:06 UTC (7+ messages)
[PATCH] http: handle absolute-path alternates from server root
2026-05-15 17:01 UTC (5+ messages)
[PATCH 1/2] strbuf: use st_add3() in strbuf_grow()
2026-05-15 16:53 UTC (13+ messages)
` [PATCH 2/2] use __builtin_add_overflow() in st_add() with Clang
[PATCH v6 0/3] git-gui: robustify startup and fix environment handling
2026-05-15 16:06 UTC (29+ messages)
` [PATCH v7 "
` [PATCH v1 00/11] Improve git gui operation without a worktree
` [PATCH v1 01/11] git-gui: allow specifying path '.' to the browser
` [PATCH v1 02/11] git-gui: refactor browser / blame argument parsing
` [PATCH v1 03/11] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
` [PATCH v1 04/11] git-gui: put choose_repository::pick in a proc
` [PATCH v1 05/11] git-gui: use --absolute-git-dir
` [PATCH v1 06/11] git gui: GIT_DIR / GIT_WORK_TREE make any discovery error fatal
` [PATCH v1 07/11] git-gui: use rev-parse exclusively to find a repository
` [PATCH v1 08/11] git-gui: simplify [is_bare] to report if a worktree is known
` [PATCH v1 09/11] git-gui: support using repository parent dir as a worktree
` [PATCH v1 10/11] git-gui: improve worktree discovery
` [PATCH v1 11/11] git-gui: add gui and pick as explicit subcommands
` [PATCH v7 1/3] git-gui: restructure repository startup
` [PATCH v7 2/3] git-gui: disable gitk visualization when no worktree available
` [PATCH v7 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early
[PATCH 0/3] Some more "Raw output format" doc improvements
2026-05-15 15:48 UTC (4+ messages)
` [PATCH 1/3] diff-format.adoc: remove mention of diff-tree specific output
` [PATCH 2/3] diff-format.adoc: 'git diff-files' prints two lines for unmerged files
` [PATCH 3/3] diff-format.adoc: mode and hash are 0* for unmerged paths from index only
[PATCH] rebase: ignore non-branch update-refs
2026-05-15 15:40 UTC (4+ messages)
[PATCH v5 00/10] parseopt: add subcommand autocorrection
2026-05-15 14:34 UTC (4+ messages)
` [PATCH v6 "
[BUG] "git diff --word-diff" gives a diff while they are only space changes
2026-05-15 13:22 UTC (6+ messages)
[PATCH] revision: use priority queue in limit_list()
2026-05-15 13:10 UTC (6+ messages)
[PATCH] config: suggest the correct form when key contains "="
2026-05-15 12:02 UTC (7+ messages)
` [PATCH] fetch: add fetch.pruneLocalBranches config
` Email issues
Bug: lowercase "head" resolves to wrong commit in linked worktrees on case-insensitive filesystems
2026-05-15 9:47 UTC (3+ messages)
[PATCH] generate-configlist: collapse depfile for older Ninja
2026-05-15 9:35 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
2026-05-15 9:33 UTC (4+ messages)
[PATCH v4 0/3] Avoid hardcoded "good"/"bad" bisect terms
2026-05-15 8:07 UTC (6+ messages)
` [PATCH v4 1/3] bisect: use selected alternate terms in status output
` [PATCH v4 2/3] bisect: print bisect terms in single quotes
` [PATCH v4 3/3] rev-parse: use selected alternate terms to look up refs
[PATCH] trailer: change strbuf in-place in unfold_value()
2026-05-15 7:33 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/3] daemon: fix network address handling bugs
2026-05-15 7:31 UTC (7+ messages)
` [PATCH 1/3] daemon: fix IPv6 address corruption in lookup_hostname()
` [PATCH 2/3] daemon: fix IPv6 address truncation in ip2str()
` [PATCH 3/3] daemon: guard NULL REMOTE_PORT in execute() logging
[PATCH] connected: close err_fd in promisor fast-path
2026-05-15 6:39 UTC
[PATCH v2 0/3] approxidate: tweak special date formats
2026-05-15 5:02 UTC (12+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] t0006: add support for approxidate test date adjustment
` [PATCH v3 2/4] approxidate: alias "today" to "now"
` [PATCH v3 3/4] approxidate: make "specials" respect fixed day-of-month
` [PATCH v3 4/4] approxidate: use deferred mday adjustments for "specials"
[PATCH v3 0/7] odb: add write operation to ODB transaction interface
2026-05-15 3:56 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/7] odb: split `struct odb_transaction` into separate header
` [PATCH v4 2/7] odb/transaction: use pluggable `begin_transaction()`
` [PATCH v4 3/7] odb: update `struct odb_write_stream` read() callback
` [PATCH v4 4/7] object-file: remove flags from transaction packfile writes
` [PATCH v4 5/7] object-file: avoid fd seekback by checking object size upfront
` [PATCH v4 6/7] object-file: generalize packfile writes to use odb_write_stream
` [PATCH v4 7/7] odb/transaction: make `write_object_stream()` pluggable
[PATCH 0/4] strbuf: add and use strbuf_add_uint()
2026-05-15 3:53 UTC (15+ messages)
` [PATCH 1/4] strbuf: add strbuf_add_uint()
` [PATCH 3/4] ls-files: use strbuf_add_uint()
[PATCH 0/3] Batch prefetching
2026-05-14 16:25 UTC (13+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`
` [PATCH v2 3/3] grep: prefetch necessary blobs
` [PATCH v3 0/4] Batch prefetching
` [PATCH v3 1/4] promisor-remote: document caller filtering contract
` [PATCH v3 2/4] patch-ids.h: add missing trailing parenthesis in documentation comment
` [PATCH v3 3/4] builtin/log: prefetch necessary blobs for `git cherry`
` [PATCH v3 4/4] grep: prefetch necessary blobs
[PATCH] git-jump: pick a mode automatically when invoked without arguments
2026-05-14 15:40 UTC (5+ messages)
I object the social engineering from Master to Main
2026-05-14 13:42 UTC (2+ messages)
[PATCH v3 0/7] fetch: rework negotiation tip options
2026-05-14 12:41 UTC (10+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 1/8] t5516: fix test order flakiness
` [PATCH v4 2/8] fetch: add --negotiation-restrict option
` [PATCH v4 3/8] transport: rename negotiation_tips
` [PATCH v4 4/8] remote: add remote.*.negotiationRestrict config
` [PATCH v4 5/8] negotiator: add have_sent() interface
` [PATCH v4 6/8] fetch: add --negotiation-include option for negotiation
` [PATCH v4 7/8] remote: add remote.*.negotiationInclude config
` [PATCH v4 8/8] send-pack: pass negotiation config in push
[GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit
2026-05-14 10:19 UTC (5+ messages)
` [GSoC PATCH v3 "
` [GSoC PATCH v3 1/1] "
[PATCH 00/16] repack: incremental MIDX/bitmap-based repacking
2026-05-13 23:08 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 09/16] repack-midx: factor out `repack_prepare_midx_command()`
` [PATCH v3 15/16] repack: introduce `--write-midx=incremental`
[PATCH v2 00/10] pack-objects: integrate --path-walk and some --filter options
2026-05-13 21:18 UTC (28+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 03/12] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v3 04/12] path-walk: always emit directly-requested objects
` [PATCH v3 07/12] path-walk: support blob size limit filter
` [PATCH v3 10/12] path-walk: support `tree:0` filter
` [PATCH v4 00/13] pack-objects: integrate --path-walk and some --filter options
` [PATCH v4 01/13] t5620: make test work with path-walk var
` [PATCH v4 02/13] pack-objects: pass --objects with --path-walk
` [PATCH v4 03/13] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v4 04/13] path-walk: always emit directly-requested objects
` [PATCH v4 05/13] path-walk: support blobless filter
` [PATCH v4 06/13] backfill: die on incompatible filter options
` [PATCH v4 07/13] path-walk: support blob size limit filter
` [PATCH v4 08/13] path-walk: add pl_sparse_trees to control tree pruning
` [PATCH v4 09/13] pack-objects: support sparse:oid filter with path-walk
` [PATCH v4 10/13] t6601: tag otherwise-unreachable trees
` [PATCH v4 11/13] path-walk: support `tree:0` filter
` [PATCH v4 12/13] path-walk: support `object:type` filter
` [PATCH v4 13/13] path-walk: support `combine` filter
[PATCH v7 0/5] branch: prune-merged
2026-05-13 19:34 UTC (10+ messages)
` [PATCH v8 "
` [PATCH] fetch: add fetch.pruneLocalBranches config
` [PATCH v9 0/5] branch: prune-merged
` [PATCH v9 1/5] branch: add --forked <remote>
` [PATCH v9 2/5] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v9 3/5] branch: add --prune-merged <remote>
` [PATCH v9 4/5] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v9 5/5] branch: add --all-remotes flag
[PATCH] pretty: drop strbuf pre-sizing from add_rfc2047()
2026-05-13 18:54 UTC (3+ messages)
[PATCH] hex: add and use strbuf_add_oid_hex()
2026-05-13 16:55 UTC (3+ messages)
[PATCH] doc: clarify that --word-diff operates on line-level hunks
2026-05-13 15:42 UTC
[PATCH v2] ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR
2026-05-13 14:02 UTC (3+ messages)
` [PATCH v3] "
[PATCH v4 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-13 13:59 UTC (3+ messages)
` [PATCH v4 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH v3 0/2] builtin/maintenance: fix locking and respect "gc.auto"
2026-05-13 10:06 UTC (3+ messages)
` [PATCH v3 1/2] builtin/maintenance: fix locking with "--detach"
[PATCH] remote: qualify "git pull" advice for non-upstream branches
2026-05-13 9:50 UTC (2+ messages)
` [PATCH v2] "
page: | 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