Git development
 help / color / mirror / Atom feed
 messages from 2026-08-11 20:48:00 to 2026-08-12 12:59:56 UTC [more...]

Bugreport
 2026-08-12 12:59 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  (2+ 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  (2+ 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

[PATCH 00/12] Upstream some more Git for Windows' patches
 2026-08-12  7:52 UTC  (17+ 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"

[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  (4+ messages)
` [PATCH v8 00/10] "

[PATCH] sequencer: remove unnecessary variable setting
 2026-08-12  6:42 UTC 

[PATCH] diff: avoid misleading statement about -l option
 2026-08-12  6:42 UTC 

[PATCH] serve: reject valueless promisor-remote capability
 2026-08-12  6:39 UTC 

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

[PATCH v2 0/7] builtin/receive-pack: support pluggable packfile writes
 2026-08-12  6:07 UTC  (8+ 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 8/9] odb: return temporary ODB source when set

[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 


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