messages from 2026-08-02 15:26:17 to 2026-08-05 04:50:28 UTC [more...]
Question on textconv
2026-08-05 4:50 UTC (4+ 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 (11+ 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] fsmonitor: flush pending FSEvents before cookie wait
2026-08-04 22:13 UTC (3+ messages)
[PATCH] gitk: add user-defined custom commands
2026-08-04 21:43 UTC
[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
2026-08-04 21:42 UTC (33+ messages)
` [PATCH GSoC v3 0/8] "
` [PATCH GSoC v3 1/8] t5701: use test_file_size() to get the size of a file
` [PATCH GSoC v3 2/8] fetch-object-info: detect truncated server responses
` [PATCH GSoC v3 3/8] fetch-object-info: pass arguments directly instead of a struct
` [PATCH GSoC v3 4/8] fetch-object-info: use dedicated struct for the results
` [PATCH GSoC v3 5/8] protocol-caps: add type support to object-info
` [PATCH GSoC v3 6/8] fetch-object-info: parse type from server response
` [PATCH GSoC v3 7/8] serve: advertise type capability
` [PATCH GSoC v3 8/8] cat-file: unify default format
` [PATCH GSoC v4 0/9] cat-file: extend remote-object-info to support %(objecttype)
` [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 (15+ messages)
` [PATCH v10 3.1/3.7] fixup! "
` [PATCH v10 3.2/3.7] "
` [PATCH v10 3.3/3.7] "
` [PATCH v10 3.4/3.7] "
` [PATCH v10 3.5/3.7] "
` [PATCH v10 3.6/3.7] "
` [PATCH v10 3.7/3.7] "
[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
git-replay/git-history lose notes
2026-08-04 20:06 UTC
[PATCH] completion: add 'git history' subcommands
2026-08-04 19:56 UTC
What's cooking in git.git (Aug 2026, #01)
2026-08-04 19:16 UTC (2+ messages)
` kh/trailers-no-urls
[PATCH 0/2] doc: refs: put ref migration warning under the command
2026-08-04 19:09 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)
[PATCH 0/7] odb: unify read and write streams
2026-08-04 18:54 UTC (15+ 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 0/5] odb: make creation of object database pluggable
2026-08-04 18:48 UTC (30+ messages)
` [PATCH 1/5] loose: load loose object map for the correct source
` [PATCH 2/5] setup: detangle loading of loose object maps
` [PATCH 3/5] setup: defer object database creation
` [PATCH 4/5] odb/source: introduce function to map source type to name
` [PATCH 5/5] odb: make creation of on-disk structures pluggable
` [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 v1] repository: move fetch_if_missing into struct repository
2026-08-04 17:38 UTC (4+ messages)
` [PATCH v2] "
[PATCH] worktree add: shouldn't dwim if -b or -B is given
2026-08-04 17:11 UTC (2+ messages)
[PATCH] completion: complete tracked paths for 'git diff'
2026-08-04 16:22 UTC (6+ messages)
` [PATCH v2] "
[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-08-04 13:52 UTC (5+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
` [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process
What's cooking in git.git (Jul 2026, #12)
2026-08-04 13:19 UTC (8+ messages)
[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 (20+ messages)
` [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP
` [PATCH 7/7] fast-import: use struct option for usage string
` [PATCH v2 00/12] fast-import: standardize usage string and SYNOPSIS
` [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 (4+ 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 (7+ 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
Performance regression in connectivity check during receive-pack (git 2.54)
2026-08-04 6:19 UTC (8+ messages)
[PATCH] t0213: skip ancestry tests under user-mode emulation
2026-08-03 20:59 UTC (2+ messages)
[PATCH] mailmap: change primary address for Christian Couder
2026-08-03 17:09 UTC
[ANNOUNCE] Git Rev News edition 137
2026-08-03 16:34 UTC (2+ messages)
Git trims the last character of content from remotes
2026-08-03 15:51 UTC (2+ messages)
trailers: --only-trailers normalizes URLs to trailers
2026-08-03 15:39 UTC (6+ messages)
` [PATCH] trailers: stop recognizing URLs as trailers
[PATCH 0/1] t7528: fix failure under csh
2026-08-03 14:42 UTC (4+ messages)
` [PATCH 1/1] "
git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
2026-08-03 8:21 UTC (2+ messages)
git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
2026-08-03 7:46 UTC
[PATCH 0/4] git add --resolved
2026-08-03 1:15 UTC (6+ messages)
` [PATCH 3/4] add: introduce '--resolved' option
[PATCH] index-pack: speed up promisor link recording
2026-08-03 0:55 UTC (9+ messages)
[PATCH v4 0/2] bisect: add --reset-when-found to leave when done
2026-08-03 0:08 UTC (7+ messages)
` [PATCH v5 "
` [PATCH v6 "
` [PATCH v6 1/2] bisect: let bisect_reset() optionally check out quietly
` [PATCH v6 2/2] bisect: add --reset-when-found to leave when done
[PATCH GSoC v2 0/6] cat-file: extend remote-object-info to support %(objecttype)
2026-08-02 22:24 UTC (14+ messages)
` [PATCH GSoC v2 4/6] fetch-object-info: parse type from server response
[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
2026-08-02 21:28 UTC
Proof of concept, is it possible to use git-remote-xxx to support mono repo efficiently like perforce(p4), maybe better?
2026-08-02 15:26 UTC
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