messages from 2026-08-11 08:33:35 to 2026-08-12 20:05:24 UTC [more...]
[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
2026-08-12 20:05 UTC (18+ 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/2] completion of 'git [-C <dir>] checkout'
2026-08-12 19:57 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] completion: no-op refactoring of checkout completion
` [PATCH v2 2/3] completion: complete tracked paths for "git checkout"
` [PATCH v2 3/3] completion: 'git checkout' completes untracked paths as a last resort
[PATCH] packfile: fix perf regression with many packs
2026-08-12 19:51 UTC (2+ messages)
[GSoC PATCH v3 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-08-12 19:45 UTC (15+ messages)
` [GSoC PATCH v4 "
` [GSoC PATCH v4 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
` [GSoC PATCH v4 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
` [GSoC PATCH v4 6/7] builtin/repack: add guards "
` [GSoC PATCH v4 7/7] Documentation/git-repack: document --drop-filtered and --dry-run
[PATCH] worktree add: improve message for ambiguous remote branch name
2026-08-12 19:22 UTC (5+ messages)
` [PATCH v3] "
[PATCH] http: add http.sslVerifyStatus to check stapled OCSP responses
2026-08-12 18:25 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] mailmap: map Elijah Newren's current and previous work addresses
2026-08-12 17:59 UTC
[PATCH 00/11] coverity: fix unchecked returns
2026-08-12 17:29 UTC (15+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 01/12] http: die on curl_easy_duphandle failure in get_active_slot
` [PATCH v3 02/12] config: propagate launch_editor() failure in show_editor()
` [PATCH v3 03/12] reftable: handle block-writer initialization errors
` [PATCH v3 04/12] reftable/block: check deflateInit() return value
` [PATCH v3 05/12] reftable tests: check reftable_table_init_ref_iterator() return
` [PATCH v3 06/12] last-modified: handle repo_parse_commit() failures
` [PATCH v3 07/12] compat/pread: check initial lseek for errors
` [PATCH v3 08/12] transport-helper: check dup() return in get_exporter
` [PATCH v3 09/12] transport-helper: warn when export-marks file cannot be finalized
` [PATCH v3 10/12] bisect: check strbuf_getline_lf return when reading terms
` [PATCH v3 11/12] bisect: check get_terms return at all call sites
` [PATCH v3 12/12] bisect: handle dup() failure when redirecting stdout
Bugreport
2026-08-12 17:26 UTC (8+ messages)
[PATCH] sequencer: remove unnecessary variable setting
2026-08-12 17:24 UTC (2+ messages)
[PATCH] git: avoid segfault on "git --shallow-file" without a value
2026-08-12 17:13 UTC (6+ messages)
[PATCH] completion: complete tracked paths for 'git diff'
2026-08-12 16:25 UTC (5+ messages)
` [PATCH v6 0/3] completion of 'git [-C <dir>] diff'
` [PATCH v6 1/3] completion: no-op refactoring of diff completion
` [PATCH v6 2/3] completion: complete tracked paths for 'git diff'
` [PATCH v6 3/3] completion: 'git diff' completes untracked paths as a last resort
[PATCH] sequencer: release the ODB before spawning git commit
2026-08-12 16:07 UTC (4+ messages)
` [PATCH v2] "
[PATCH] bundle-uri: refuse advertised URIs by protocol
2026-08-12 15:55 UTC
[PATCH] diff: avoid misleading statement about -l option
2026-08-12 15:42 UTC (3+ messages)
[PATCH 0/4] odb: eagerly load alternates
2026-08-12 15:38 UTC (18+ messages)
` [PATCH 1/4] odb: decouple source path comparisons from `the_repository`
` [PATCH 2/4] odb: eagerly initialize alternates
` [PATCH 3/4] odb: drop `loaded_alternates` field
` [PATCH 4/4] odb: drop `alternates_db` field
` [PATCH v2 0/4] odb: eagerly load alternates
` [PATCH v2 1/4] odb: decouple source path comparisons from `the_repository`
` [PATCH v2 2/4] odb: eagerly initialize alternates
` [PATCH v2 3/4] odb: drop `loaded_alternates` field
` [PATCH v2 4/4] odb: drop `alternates_db` field
[PATCH 00/12] Upstream some more Git for Windows' patches
2026-08-12 14:27 UTC (18+ messages)
` [PATCH 12/12] mingw: allow `git.exe` to be used instead of the "Git wrapper"
` [PATCH v2 00/12] Upstream some more Git for Windows' patches
` [PATCH v2 01/12] mingw: include the Python parts in the build
` [PATCH v2 02/12] mingw: stop hard-coding `CC = gcc`
` [PATCH v2 03/12] mingw: drop the -D_USE_32BIT_TIME_T option
` [PATCH v2 04/12] mingw: only use -Wl,--large-address-aware for 32-bit builds
` [PATCH v2 05/12] mingw: avoid over-specifying `--pic-executable`
` [PATCH v2 06/12] mingw: set the prefix and HOST_CPU as per MSYS2's settings
` [PATCH v2 07/12] mingw: only enable the MSYS2-specific stuff when compiling in MSYS2
` [PATCH v2 08/12] mingw: rely on MSYS2's metadata instead of hard-coding it
` [PATCH v2 09/12] windows: skip linking `git-<command>` for built-ins
` [PATCH v2 10/12] mingw: always define `ETC_*` for MSYS2 environments
` [PATCH v2 11/12] mingw: ensure valid CTYPE
` [PATCH v2 12/12] mingw: allow `git.exe` to be used instead of the "Git wrapper"
[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
2026-08-12 13:16 UTC (8+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] gitk: set intitial colors of swatches using the available helper
` [PATCH v2 2/6] gitk: condense repetitive code around color buttons into foreach loops
` [PATCH v2 3/6] gitk: show color preferences on the button instead of the label
` [PATCH v2 4/6] gitk: use more natural language for labels of color preferences
` [PATCH v2 5/6] gitk: avoid constructing dialog titles from text pieces
` [PATCH v2 6/6] gitk: move UI for generic colors above diff colors
[PATCH] worktree add: improve message for ambiguous remote branch name
2026-08-12 13:14 UTC (3+ messages)
[PATCH] config: add http.sslVerifyHost option
2026-08-12 11:56 UTC (3+ messages)
[PATCH 0/2] t7900: fix flaky "maintenance.strategy" test
2026-08-12 10:11 UTC (11+ messages)
` [PATCH 1/2] t7900: adapt some tests to use a throwaway repository
` [PATCH 2/2] t7900: fix flaky "maintenance.strategy" test
` [PATCH v2 0/2] "
` [PATCH v2 1/2] t7900: adapt some tests to use a throwaway repository
` [PATCH v2 2/2] t7900: fix flaky "maintenance.strategy" test
Can we do better than "git checkout/add -p"
2026-08-12 8:40 UTC (2+ messages)
[PATCH] serve: reject valueless promisor-remote capability
2026-08-12 6:39 UTC
[PATCH v2 0/7] builtin/receive-pack: support pluggable packfile writes
2026-08-12 6:07 UTC (14+ 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
[PATCH] odb/files: be less aggressive with geometric repacking
2026-08-12 5:44 UTC (3+ messages)
[PATCH 0/2] completion of 'git [-C <dir>] checkout'
2026-08-12 1:45 UTC (3+ messages)
[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
2026-08-11 22:46 UTC (3+ messages)
` [PATCH v1.5] "
git-remote-https not sending BASIC auth to a proxy, when given HTTP_PROXY env vars containing a username:password pair and challenged with a 407
2026-08-11 22:15 UTC
[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] 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)
[ANNOUNCE] Git for Windows 2.55.0(4)
2026-08-11 17:58 UTC
[PATCH] fsmonitor: flush pending FSEvents before cookie wait
2026-08-11 17:35 UTC (6+ messages)
[PATCH 2/2] completion: complete tracked paths for "git checkout"
2026-08-11 17:25 UTC (3+ messages)
[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 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 (5+ 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 v2 00/12] fast-import: standardize usage string and SYNOPSIS
2026-08-11 8:33 UTC (14+ messages)
` [PATCH v3 "
` [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
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