messages from 2026-08-04 07:25:44 to 2026-08-05 14:57:04 UTC [more...]
[PATCH 00/11] coverity: fix unchecked returns
2026-08-05 14:57 UTC (15+ 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 00/12] Upstream some more Git for Windows' patches
2026-08-05 14:26 UTC (13+ 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"
[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
[PATCH 0/5] odb: make creation of object database pluggable
2026-08-05 14:21 UTC (23+ messages)
` [PATCH 3/5] setup: defer object database creation
` [PATCH v2 0/5] odb: make creation of object database pluggable
` [PATCH v2 1/5] loose: load loose object map for the correct source
` [PATCH v2 2/5] setup: detangle loading of loose object maps
` [PATCH v2 3/5] setup: defer object database creation
` [PATCH v2 4/5] odb/source: introduce function to map source type to name
` [PATCH v2 5/5] odb: make creation of on-disk structures pluggable
` [PATCH v3 0/6] odb: make creation of object database pluggable
` [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
Question on textconv
2026-08-05 14:05 UTC (6+ messages)
[PATCH 00/12] Next size_t stop: pack-objects/delta
2026-08-05 13:58 UTC (14+ 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()` "
BUG? git rebase -x "git commit --amend …" loses notes
2026-08-05 13:42 UTC (2+ messages)
What's cooking in git.git (Jul 2026, #12)
2026-08-05 13:10 UTC (11+ messages)
git-replay/git-history lose notes
2026-08-05 13:05 UTC (6+ messages)
[PATCH] worktree add: shouldn't dwim if -b or -B is given
2026-08-05 12:54 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[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
[PATCH] completion: add 'git history' subcommands
2026-08-05 11:56 UTC (3+ messages)
[PATCH 0/3] environment: clean up repository config handling
2026-08-05 11:53 UTC (4+ 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 0/2] doc: refs: put ref migration warning under the command
2026-08-05 9:13 UTC (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)
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 0/5] Reintroduce writev(3p)
2026-08-05 8:30 UTC (9+ messages)
` [PATCH 1/5] compat/posix: introduce writev(3p) wrapper
[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 (27+ messages)
` [PATCH 1/7] odb/streaming: track write stream size in the structure
` [PATCH 2/7] odb/streaming: drop `is_finished` field
` [PATCH 3/7] odb/streaming: support streaming arbitrary object types
` [PATCH 4/7] odb/streaming: rename `struct odb_read_stream`
` [PATCH 5/7] odb/streaming: consolidate read and write streams
` [PATCH 6/7] odb/streaming: rename `struct read_object_fd_data`
` [PATCH 7/7] odb/streaming: unify function names to create new streams
` [PATCH v2 0/8] odb: unify read and write streams
` [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
`git push --porcelain` has no effect when deleting a ref which does not exist
2026-08-05 7:19 UTC
[PATCH] add: remove interactive mode
2026-08-05 7:15 UTC (2+ messages)
[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 0/4] last-modified: use the pathspec's Bloom key to pre-filter commits
2026-08-05 1:18 UTC (7+ messages)
` [PATCH 4/4] last-modified: keep per-path Bloom filters for wildcard pathspecs
[PATCH] credential/libsecret: load secrets explicitly
2026-08-04 22:40 UTC
[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
2026-08-04 21:42 UTC (15+ messages)
` [PATCH GSoC v4 0/9] "
` [PATCH GSoC v4 1/9] t5701: use test_file_size() to get the size of a file
` [PATCH GSoC v4 2/9] fetch-object-info: detect malformed server responses
` [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
` [PATCH GSoC v4 5/9] fetch-object-info: die() on the remaining error path
` [PATCH GSoC v4 6/9] protocol-caps: add type support to object-info
` [PATCH GSoC v4 7/9] fetch-object-info: parse type from server response
` [PATCH GSoC v4 8/9] serve: advertise type capability
` [PATCH GSoC v4 9/9] cat-file: unify default format
[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 v10 3/5] history: add squash subcommand to fold a range
2026-08-04 21:12 UTC (8+ messages)
[PATCH v23 0/7] branch: delete-merged
2026-08-04 21:04 UTC (5+ messages)
` [PATCH v24 "
[PATCH v1 0/3] worktree: add post-worktree-add and post-worktree-remove hooks
2026-08-04 20:28 UTC (9+ messages)
` [PATCH v2 0/4] worktree: add lifecycle hooks
` [PATCH v2 1/4] worktree: add post-worktree-add hook
` [PATCH v2 2/4] worktree: add post-worktree-remove hook
` [PATCH v2 3/4] worktree: run post-worktree-remove hook when pruning
` [PATCH v2 4/4] worktree: add post-worktree-move hook
What's cooking in git.git (Aug 2026, #01)
2026-08-04 19:16 UTC (2+ messages)
` kh/trailers-no-urls
[PATCH] completion: complete tracked paths for 'git diff'
2026-08-04 16:22 UTC (2+ messages)
` [PATCH v2] "
[PATCH GSoC v3 0/8] cat-file: extend remote-object-info to support %(objecttype)
2026-08-04 15:34 UTC (4+ messages)
` [PATCH GSoC v3 3/8] fetch-object-info: pass arguments directly instead of a struct
[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-08-04 13:52 UTC (3+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
[PATCH] builtin/maintenance: accept "none" as a maintenance strategy
2026-08-04 12:58 UTC (2+ messages)
[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
2026-08-04 10:03 UTC (14+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 01/12] parse-options: introduce OPT_HIDDEN_GROUP
` [PATCH v2 02/12] api-parse-options.adoc: document per-option flags
` [PATCH v2 03/12] api-parse-options.adoc: document hidden and OPT_*_F option macros
` [PATCH v2 04/12] fast-import: localize 'i' into the 'for' loops using it
` [PATCH v2 05/12] fast-import: use int for some bool flags
` [PATCH v2 06/12] fast-import: factor out option_*() functions
` [PATCH v2 07/12] fast-import: introduce 'struct fast_import_state'
` [PATCH v2 08/12] fast-import: move command state globals into "
` [PATCH v2 09/12] fast-import: use struct option for usage string
` [PATCH v2 10/12] fast-import: use callbacks to parse some options
` [PATCH v2 11/12] fast-import: use parse_options() for command line options
` [PATCH v2 12/12] fast-import: remove useless from_stream argument
[PATCH] interactive: add interactive command helper
2026-08-04 8:35 UTC (3+ messages)
[PATCH v11 0/4] history: add squash subcommand to fold a range
2026-08-04 8:30 UTC (6+ messages)
` [PATCH v12 "
` [PATCH v12 1/4] history: extract helper for a commit's parent tree
` [PATCH v12 2/4] history: give commit_tree_ext a message template
` [PATCH v12 3/4] sequencer: share the squash message marker helpers and flags
` [PATCH v12 4/4] history: add squash subcommand to fold a range
[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-08-04 8:03 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
` [PATCH v2 3/3] t/README: document writing concurrency-safe helpers
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