Git development
 help / color / mirror / Atom feed
 messages from 2026-08-11 09:29:06 to 2026-08-12 14:27:10 UTC [more...]

[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] diff: avoid misleading statement about -l option
 2026-08-12 14:22 UTC  (2+ messages)

[PATCH] http: add http.sslVerifyStatus to check stapled OCSP responses
 2026-08-12 14:17 UTC  (5+ messages)
` [PATCH v2] "

Bugreport
 2026-08-12 13:36 UTC  (5+ messages)

[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] git: avoid segfault on "git --shallow-file" without a value
 2026-08-12 11:22 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

[PATCH] sequencer: release the ODB before spawning git commit
 2026-08-12  9:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] odb: eagerly load alternates
 2026-08-12  9:14 UTC  (17+ 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

Can we do better than "git checkout/add -p"
 2026-08-12  8:40 UTC  (2+ messages)

[PATCH 00/11] coverity: fix unchecked returns
 2026-08-12  8:03 UTC  (14+ 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

[GSoC PATCH v3 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-12  7:35 UTC  (4+ messages)
` [GSoC PATCH v4 "

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-08-12  7:04 UTC  (6+ messages)
` [PATCH v8 00/10] "
  ` [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] sequencer: remove unnecessary variable setting
 2026-08-12  6:42 UTC 

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox