Git development
 help / color / mirror / Atom feed
 messages from 2026-08-12 07:52:57 to 2026-08-12 18:04:25 UTC [more...]

[GSoC PATCH v3 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-12 18:04 UTC  (11+ 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] 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 0/2] completion of 'git [-C <dir>] checkout'
 2026-08-12 16:48 UTC  (5+ 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] 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  (3+ messages)
` [PATCH v2] "

[PATCH] bundle-uri: refuse advertised URIs by protocol
 2026-08-12 15:55 UTC 

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

[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  (7+ messages)
` [PATCH v2 "
  ` [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  (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

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


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