messages from 2026-08-11 03:19:35 to 2026-08-11 21:34:18 UTC [more...]
[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
2026-08-11 21:34 UTC (2+ messages)
` [PATCH v1.5] "
[PATCH] config: add http.sslVerifyHost option
2026-08-11 21:19 UTC (2+ messages)
[PATCH] http: add http.sslVerifyStatus to check stapled OCSP responses
2026-08-11 20:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH] odb/files: be less aggressive with geometric repacking
2026-08-11 20:44 UTC (2+ messages)
[PATCH v2 0/4] worktree: add lifecycle hooks
2026-08-11 20:26 UTC
[PATCH 0/7] odb: unify read and write streams
2026-08-11 20:09 UTC (11+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] odb/streaming: track write stream size in the structure
` [PATCH v2 2/8] odb/streaming: drop `is_finished` field
` [PATCH v2 5/8] odb/streaming: consolidate read and write streams
[PATCH] doc: format-rev: use [synopsis] on code block
2026-08-11 19:38 UTC (7+ messages)
` [PATCH resend] "
[PATCH] git: avoid segfault on "git --shallow-file" without a value
2026-08-11 19:16 UTC (2+ messages)
[PATCH] gitk: add user-defined custom commands
2026-08-11 18:43 UTC (6+ messages)
[PATCH] copy: prefer reflinks for file copies
2026-08-11 18:31 UTC (3+ messages)
[PATCH] sequencer: release the ODB before spawning git commit
2026-08-11 18:22 UTC (2+ messages)
[ANNOUNCE] Git for Windows 2.55.0(4)
2026-08-11 17:58 UTC
[PATCH v2 0/7] builtin/receive-pack: support pluggable packfile writes
2026-08-11 17:54 UTC (11+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] builtin/receive-pack: properly clean up keep files
` [PATCH v3 2/9] odb/transaction: add transaction finalize interface
` [PATCH v3 3/9] builtin/receive-pack: pass shallow file explicitly
` [PATCH v3 4/9] builtin/receive-pack: read unpack limit config lazily
` [PATCH v3 5/9] builtin/receive-pack: lift global state out of unpack()
` [PATCH v3 6/9] builtin/receive-pack: report unpack errors via strbuf
` [PATCH v3 7/9] builtin/receive-pack: explicitly pass packfile fd
` [PATCH v3 8/9] odb: return temporary ODB source when set
` [PATCH v3 9/9] odb/transaction: add transaction interface to write packfiles
[GSoC PATCH v3 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-08-11 17:50 UTC (3+ messages)
` [GSoC PATCH v4 "
[PATCH] fsmonitor: flush pending FSEvents before cookie wait
2026-08-11 17:35 UTC (6+ messages)
[PATCH 0/2] completion of 'git [-C <dir>] checkout'
2026-08-11 17:25 UTC (7+ messages)
` [PATCH 1/2] completion: no-op refactoring of checkout completion
` [PATCH 2/2] completion: complete tracked paths for "git checkout"
[PATCH RFC v3 0/2] Move libgit.a sources into separate "lib/" directory
2026-08-11 17:05 UTC (12+ messages)
` [PATCH RFC v3 2/2] "
[PATCH] worktree add: improve message for ambiguous remote branch name
2026-08-11 16:38 UTC (2+ messages)
[PATCH 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec
2026-08-11 16:26 UTC (2+ messages)
[PATCH 0/2] maintenance: handle geometric repack tasks with promisor pack(s)
2026-08-11 16:18 UTC (7+ messages)
` [PATCH 1/2] maintenance: account for promisor pack geometry
AI Textconv filter misconfiguration on Windows leads to silent corruption of diff output (ongoing investigation)
2026-08-11 15:06 UTC (7+ messages)
[PATCH] fetch-pack: trace packfile URI downloads
2026-08-11 13:31 UTC (2+ messages)
[PATCH] stash: add 'rename' subcommand
2026-08-11 12:49 UTC (5+ messages)
` [PATCH v2] stash: add 'reword' subcommand
[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
2026-08-11 9:28 UTC (12+ messages)
` [PATCH v8 00/10] "
` [PATCH v8 01/10] Documentation/technical: add paint-down-to-common doc
` [PATCH v8 02/10] test-lib-functions: improve diagnostic output for trace2 data assertions
` [PATCH v8 03/10] t6600: add test cases for side-exhaustion edge cases
` [PATCH v8 04/10] t6099: add side-exhaustion regression test
` [PATCH v8 05/10] commit-reach: add trace2 instrumentation to paint_down_to_common()
` [PATCH v8 06/10] t6600: add clock-skew topologies and step counts for edge cases
` [PATCH v8 07/10] commit-reach: introduce struct paint_state with per-side counters
` [PATCH v8 08/10] commit-reach: terminate merge-base walk when one paint side is exhausted
` [PATCH v8 09/10] commit-reach: move min_generation check into paint_queue_get()
` [PATCH v8 10/10] commit-reach: remove commit-date ordering fallback
[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
2026-08-11 8:33 UTC (24+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 02/12] api-parse-options.adoc: document per-option flags
` [PATCH v2 07/12] fast-import: introduce 'struct fast_import_state'
` [PATCH v2 11/12] fast-import: use parse_options() for command line options
` [PATCH v3 00/12] fast-import: standardize usage string and SYNOPSIS
` [PATCH v3 01/12] parse-options: introduce OPT_HIDDEN_GROUP
` [PATCH v3 02/12] api-parse-options.adoc: document per-option flags
` [PATCH v3 03/12] api-parse-options.adoc: document hidden and OPT_*_F option macros
` [PATCH v3 04/12] fast-import: localize 'i' into the 'for' loops using it
` [PATCH v3 05/12] fast-import: use int for some bool flags
` [PATCH v3 06/12] fast-import: factor out option_*() functions
` [PATCH v3 07/12] fast-import: introduce 'struct fast_import_state'
` [PATCH v3 08/12] fast-import: move command state globals into "
` [PATCH v3 09/12] fast-import: use struct option for usage string
` [PATCH v3 10/12] fast-import: use callbacks to parse some options
` [PATCH v3 11/12] fast-import: use parse_options() for command line options
` [PATCH v3 12/12] fast-import: remove useless from_stream argument
What's cooking in git.git (Aug 2026, #04)
2026-08-11 8:05 UTC
[PATCH GSoC v6 00/10] cat-file: extend remote-object-info to support %(objecttype)
2026-08-11 7:43 UTC (5+ messages)
` [PATCH GSoC v6 06/10] transport: drop remote object-info fields from transport struct
[PATCH] worktree add: improve message for ambiguous remote branch name
2026-08-11 6:35 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/3] Introduce a 'fromAccepted' option to GIT_NO_LAZY_FETCH
2026-08-11 5:55 UTC (5+ messages)
` [PATCH 0/5] Introduce 'uploadpack.lazyFetchTrusted'
Can we do better than "git checkout/add -p"
2026-08-11 5:06 UTC (7+ messages)
[PATCH 0/2] bump static-analysis ci image version
2026-08-11 5:02 UTC (7+ messages)
` [PATCH 2/2] ci: bump ubuntu image version for static-analysis job
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