messages from 2026-08-04 20:44:20 to 2026-08-06 09:26:29 UTC [more...]
[PATCH 0/3] environment: clean up repository config handling
2026-08-06 9:25 UTC (12+ messages)
` [PATCH 1/3] environment: simplify repository config getters
` [PATCH 2/3] environment: clarify repository config getter documentation
` [PATCH 3/3] environment: reorder variables in repo_config_values structure
` [PATCH v2 0/3] environment: clean up repository config handling
` [PATCH v2 1/3] environment: simplify repository config getters
` [PATCH v2 2/3] environment: clarify repository config getter documentation
[PATCH v10 3/5] history: add squash subcommand to fold a range
2026-08-06 9:19 UTC (8+ messages)
[PATCH 0/5] odb: make creation of object database pluggable
2026-08-06 7:51 UTC (20+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 1/6] loose: load loose object map for the correct source
` [PATCH v3 2/6] setup: detangle loading of loose object maps
` [PATCH v3 3/6] setup: handle ODB-related environment variables in `odb_new()`
` [PATCH v3 4/6] setup: defer object database creation
` [PATCH v3 5/6] odb/source: introduce function to map source type to name
` [PATCH v3 6/6] odb: make creation of on-disk structures pluggable
` [PATCH v4 0/6] odb: make creation of object database pluggable
` [PATCH v4 1/6] loose: load loose object map for the correct source
` [PATCH v4 2/6] setup: detangle loading of loose object maps
` [PATCH v4 3/6] setup: handle ODB-related environment variables in `odb_new()`
` [PATCH v4 4/6] setup: defer object database creation
` [PATCH v4 5/6] odb/source: introduce function to map source type to name
` [PATCH v4 6/6] odb: make creation of on-disk structures pluggable
[PATCH v5 0/2] bisect: add --reset-when-found to leave when done
2026-08-06 7:30 UTC (5+ messages)
` [PATCH v6 "
` [PATCH v6 2/2] "
[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
2026-08-06 6:40 UTC (6+ messages)
` [PATCH 1/5] gitk: set intitial colors of swatches using the available helper
` [PATCH 2/5] gitk: condense repetitive code around color buttons into foreach loops
` [PATCH 3/5] gitk: show color preferences on the button instead of the label
` [PATCH 4/5] gitk: use more natural language for labels of color preferences
` [PATCH 5/5] gitk: avoid constructing dialog titles from text pieces
[PATCH 0/5] Reintroduce writev(3p)
2026-08-06 6:28 UTC (15+ messages)
` [PATCH 1/5] compat/posix: introduce writev(3p) wrapper
[PATCH 0/2] doc: refs: put ref migration warning under the command
2026-08-06 6:20 UTC (13+ messages)
` [PATCH 1/2] "
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] doc: refs: linkgit to git-maintenance(1)
` [PATCH v3 0/2] doc: refs: put ref migration warning under the command
` [PATCH v3 1/2] "
` [PATCH v3 2/2] doc: refs: linkgit to git-maintenance(1)
[PATCH 00/12] Next size_t stop: pack-objects/delta
2026-08-06 6:15 UTC (29+ messages)
` [PATCH 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
` [PATCH 03/12] pack-objects: widen delta-cache accounting "
` [PATCH 04/12] pack-objects: widen `free_unpacked()` return "
` [PATCH 06/12] delta: widen `create_delta()` and `diff_delta()` "
` [PATCH 12/12] git-zlib: widen `git_deflate_bound()` "
` [PATCH v2 00/12] Next size_t stop: pack-objects/delta
` [PATCH v2 01/12] diff-delta: widen `struct delta_index`' size fields to `size_t`
` [PATCH v2 02/12] delta: widen `create_delta_index()` parameter "
` [PATCH v2 03/12] pack-objects: widen delta-cache accounting "
` [PATCH v2 04/12] pack-objects: widen `free_unpacked()` return "
` [PATCH v2 05/12] pack-objects: widen `mem_usage` and `try_delta()`'s out-param "
` [PATCH v2 06/12] delta: widen `create_delta()` and `diff_delta()` "
` [PATCH v2 07/12] packfile, git-zlib: widen `use_pack()` and zstream avail fields "
` [PATCH v2 08/12] archive-zip: widen `zlib_deflate_raw()`'s maxsize local "
` [PATCH v2 09/12] diff: widen `deflate_it()`'s bound local from int "
` [PATCH v2 10/12] http-push: widen `start_put()`'s size local from `ssize_t` "
` [PATCH v2 11/12] t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local "
` [PATCH v2 12/12] git-zlib: widen `git_deflate_bound()` "
[PATCH] completion: add 'git history' subcommands
2026-08-06 5:18 UTC (6+ messages)
Question on textconv
2026-08-06 4:10 UTC (7+ messages)
[PATCH 00/11] coverity: fix unchecked returns
2026-08-06 1:11 UTC (32+ messages)
` [PATCH 05/11] last-modified: handle repo_parse_commit() failures
` [PATCH 06/11] compat/pread: check initial lseek for errors
` [PATCH 09/11] bisect: check strbuf_getline_lf return when reading terms
` [PATCH 10/11] bisect: check get_terms return at all call sites
` [PATCH 11/11] bisect: handle dup() failure when redirecting stdout
` [PATCH v2 00/11] coverity: fix unchecked returns
` [PATCH v2 01/11] http: die on curl_easy_duphandle failure in get_active_slot
` [PATCH v2 02/11] config: propagate launch_editor() failure in show_editor()
` [PATCH v2 03/11] reftable/block: check deflateInit() return value
` [PATCH v2 04/11] reftable tests: check reftable_table_init_ref_iterator() return
` [PATCH v2 05/11] last-modified: handle repo_parse_commit() failures
` [PATCH v2 06/11] compat/pread: check initial lseek for errors
` [PATCH v2 07/11] transport-helper: check dup() return in get_exporter
` [PATCH v2 08/11] transport-helper: warn when export-marks file cannot be finalized
` [PATCH v2 09/11] bisect: check strbuf_getline_lf return when reading terms
` [PATCH v2 10/11] bisect: check get_terms return at all call sites
` [PATCH v2 11/11] bisect: handle dup() failure when redirecting stdout
What's cooking in git.git (Aug 2026, #02)
2026-08-05 22:48 UTC
[PATCH 0/4] last-modified: use the pathspec's Bloom key to pre-filter commits
2026-08-05 20:32 UTC (12+ messages)
` [PATCH 1/4] revision: move bloom keyvec precondition into function
` [PATCH 4/4] last-modified: keep per-path Bloom filters for wildcard pathspecs
[PATCH] completion: complete tracked paths for 'git diff'
2026-08-05 19:42 UTC (5+ messages)
` [PATCH v3 0/3] completion of 'git [-C <dir>] diff'
` [PATCH v3 1/3] completion: no-op refactoring of diff completion
` [PATCH v3 2/3] completion: complete tracked paths for 'git diff'
` [PATCH v3 3/3] completion: 'git diff' completes untracked paths as a last resort
[PATCH 00/12] Upstream some more Git for Windows' patches
2026-08-05 17:29 UTC (15+ messages)
` [PATCH 01/12] mingw: include the Python parts in the build
` [PATCH 02/12] mingw: stop hard-coding `CC = gcc`
` [PATCH 03/12] mingw: drop the -D_USE_32BIT_TIME_T option
` [PATCH 04/12] mingw: only use -Wl,--large-address-aware for 32-bit builds
` [PATCH 05/12] mingw: avoid over-specifying `--pic-executable`
` [PATCH 06/12] mingw: set the prefix and HOST_CPU as per MSYS2's settings
` [PATCH 07/12] mingw: only enable the MSYS2-specific stuff when compiling in MSYS2
` [PATCH 08/12] mingw: rely on MSYS2's metadata instead of hard-coding it
` [PATCH 09/12] windows: skip linking `git-<command>` for built-ins
` [PATCH 10/12] mingw: always define `ETC_*` for MSYS2 environments
` [PATCH 11/12] mingw: ensure valid CTYPE
` [PATCH 12/12] mingw: allow `git.exe` to be used instead of the "Git wrapper"
What's cooking in git.git (Jul 2026, #12)
2026-08-05 17:03 UTC (7+ messages)
[PATCH] worktree add: shouldn't dwim if -b or -B is given
2026-08-05 16:58 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
BUG? git rebase -x "git commit --amend …" loses notes
2026-08-05 16:31 UTC (3+ messages)
`git push --porcelain` has no effect when deleting a ref which does not exist
2026-08-05 16:30 UTC (2+ messages)
[PATCH] add: remove interactive mode
2026-08-05 16:11 UTC (3+ messages)
[PATCH] fetch: add fetch.pruneLocalBranches config
2026-08-05 14:24 UTC (9+ messages)
` [PATCH v25 0/7] branch: delete-merged
` [PATCH v25 1/7] branch: add --forked filter for --list mode
` [PATCH v25 2/7] branch: convert delete_branches() to a flags argument
` [PATCH v25 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
` [PATCH v25 4/7] branch: prepare delete_branches for a bulk caller
` [PATCH v25 5/7] branch: add --delete-merged <pattern>
` [PATCH v25 6/7] branch: add branch.<name>.deleteMerged opt-out
` [PATCH v25 7/7] branch: add --dry-run for --delete-merged
git-replay/git-history lose notes
2026-08-05 13:05 UTC (6+ messages)
[PATCH v1] repository: move fetch_if_missing into struct repository
2026-08-05 12:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH] mailmap: change primary address for D. Ben Knoble
2026-08-05 12:19 UTC
bug: git credentials helper strips wwwauth[] on HTTP redirect
2026-08-05 9:06 UTC
[PATCH] regexec: work around macOS TRE memory leak on invalid UTF-8
2026-08-05 9:00 UTC (3+ messages)
` [PATCH v2] regexec: work around macOS TRE "
[PATCH] fsmonitor: flush pending FSEvents before cookie wait
2026-08-05 7:59 UTC (4+ messages)
[PATCH 0/7] odb: unify read and write streams
2026-08-05 7:44 UTC (18+ messages)
` [PATCH 3/7] odb/streaming: support streaming arbitrary object types
` [PATCH 5/7] odb/streaming: consolidate read and write streams
` [PATCH v2 0/8] odb: unify "
` [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 3/8] odb/streaming: support streaming arbitrary object types
` [PATCH v2 4/8] odb/streaming: rename `struct odb_read_stream`
` [PATCH v2 5/8] odb/streaming: consolidate read and write streams
` [PATCH v2 6/8] odb/streaming: rename `struct read_object_fd_data`
` [PATCH v2 7/8] odb/streaming: rename `struct input_zstream_data`
` [PATCH v2 8/8] odb/streaming: unify function names to create new streams
[PATCH v2 0/5] odb: make creation of object database pluggable
2026-08-05 7:27 UTC (4+ messages)
` [PATCH v2 3/5] setup: defer object database creation
[PATCH] gitk: add user-defined custom commands
2026-08-05 6:59 UTC (2+ messages)
[PATCH 0/2] maintenance: handle geometric repack tasks with promisor pack(s)
2026-08-05 3:57 UTC (3+ messages)
` [PATCH 1/2] maintenance: account for promisor pack geometry
` [PATCH 2/2] maintenance: trigger --auto for promisor rollups
[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
2026-08-05 3:09 UTC (7+ messages)
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode
[PATCH] credential/libsecret: load secrets explicitly
2026-08-04 22:40 UTC
[PATCH GSoC v4 0/9] cat-file: extend remote-object-info to support %(objecttype)
2026-08-04 21:42 UTC (6+ messages)
` [PATCH GSoC v4 3/9] fetch-object-info: pass arguments directly instead of a struct
` [PATCH GSoC v4 4/9] fetch-object-info: use dedicated struct for the results
[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-08-04 21:13 UTC (7+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
` [GSoC PATCH v2 6/7] builtin/repack: add safety guards for --drop-filtered
[PATCH v23 0/7] branch: delete-merged
2026-08-04 21:04 UTC (4+ messages)
` [PATCH v24 "
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