messages from 2026-07-30 17:42:28 to 2026-08-03 19:09:21 UTC [more...]
What's cooking in git.git (Aug 2026, #01)
2026-08-03 19:09 UTC
[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
2026-08-03 18:28 UTC (40+ messages)
` [PATCH GSoC v2 0/6] "
` [PATCH GSoC v2 1/6] fetch-object-info: request all supported options dynamically
` [PATCH GSoC v2 2/6] t5701: use the test_file_size() helper
` [PATCH GSoC v2 3/6] protocol-caps: add type support to object-info
` [PATCH GSoC v2 4/6] fetch-object-info: parse type from server response
` [PATCH GSoC v2 5/6] serve: advertise type capability
` [PATCH GSoC v2 6/6] cat-file: unify default format
` [PATCH GSoC v3 0/8] cat-file: extend remote-object-info to support %(objecttype)
` [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 0/7] fast-import: standardize usage string and SYNOPSIS
2026-08-03 17:23 UTC (7+ messages)
` [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP
` [PATCH 7/7] fast-import: use struct option for usage string
[PATCH] mailmap: change primary address for Christian Couder
2026-08-03 17:09 UTC
[PATCH v10 3/5] history: add squash subcommand to fold a range
2026-08-03 16:35 UTC (10+ 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] "
[ANNOUNCE] Git Rev News edition 137
2026-08-03 16:34 UTC (2+ messages)
What's cooking in git.git (Jul 2026, #12)
2026-08-03 16:02 UTC (10+ messages)
Git trims the last character of content from remotes
2026-08-03 15:51 UTC (2+ messages)
[PATCH] completion: complete tracked paths for 'git diff'
2026-08-03 15:45 UTC (5+ 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 (22+ messages)
` [PATCH 3/4] add: introduce '--resolved' option
` [PATCH v2 0/4] git add --resolved
` [PATCH v3 "
` [PATCH v3 1/4] read-cache: reindent
` [PATCH v3 2/4] merge-ll: consolidate conflict marker scanning logic
` [PATCH v3 3/4] read-cache: add remove_file_from_index_with_flags()
` [PATCH v3 4/4] add: introduce '--resolved' option
[PATCH] index-pack: speed up promisor link recording
2026-08-03 0:55 UTC (9+ messages)
[PATCH v2 0/3] bisect: add --auto-reset to leave when done
2026-08-03 0:08 UTC (19+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 2/2] bisect: add --reset-when-found "
` [PATCH v4 0/2] "
` [PATCH v4 1/2] bisect: let bisect_reset() optionally check out quietly
` [PATCH v4 2/2] bisect: add --reset-when-found to leave when done
` [PATCH v5 0/2] "
` [PATCH v5 1/2] bisect: let bisect_reset() optionally check out quietly
` [PATCH v5 2/2] bisect: add --reset-when-found to leave when done
` [PATCH v6 0/2] "
` [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] interactive: add interactive command helper
2026-08-02 22:52 UTC (3+ messages)
[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
2026-08-02 22:09 UTC (17+ messages)
` [RFC PATCH 1/6] hex: add functionality for lowercase-only hex
` [RFC PATCH 3/6] hex: make hex_to_bytes accept kind of hex to use
` [RFC PATCH 4/6] hex: label usages of hex parsing for object IDs
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode
[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
[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-08-02 11:28 UTC (13+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
` [GSoC PATCH v2 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
` [GSoC PATCH v2 3/7] repack-promisor: allow excluding objects from the rebuilt promisor pack
` [GSoC PATCH v2 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
` [GSoC PATCH v2 5/7] builtin/repack: actually drop filtered promisor blobs
` [GSoC PATCH v2 6/7] builtin/repack: add safety guards for --drop-filtered
` [GSoC PATCH v2 7/7] Documentation/git-repack: document --drop-filtered and --dry-run
[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
2026-08-02 9:58 UTC (7+ messages)
` [PATCH 1/2] worktree: don't read out of bounds
` [PATCH 2/2] worktree: reject empty string
Git trailing blank lines feature configuration
2026-08-02 8:21 UTC (10+ messages)
[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
2026-08-02 3:02 UTC (3+ messages)
` [PATCH v2 "
[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-08-01 17:41 UTC (12+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
` [RFC PATCH v7 01/10] gitattributes: document how external diff drivers relate to diff features
` [RFC PATCH v7 02/10] diff: introduce a hunk provider interface
` [RFC PATCH v7 03/10] diff-hunks: add the store format, library, and command
` [RFC PATCH v7 04/10] diff: record precomputed hunks during stat output
` [RFC PATCH v7 05/10] diff: read precomputed hunks for "
` [RFC PATCH v7 06/10] blame: read precomputed hunks
` [RFC PATCH v7 07/10] sub-process: separate process lifecycle from hashmap management
` [RFC PATCH v7 08/10] sub-process: add a gentle status read
` [RFC PATCH v7 09/10] userdiff: add diff.<driver>.process config
` [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process
[PATCH v1] repository: move fetch_if_missing into struct repository
2026-08-01 15:53 UTC (3+ messages)
` [PATCH v2] "
[PATCH v5 0/3] packfile URIs: support concurrent downloads
2026-08-01 14:02 UTC (8+ messages)
` [PATCH v6 0/6] "
` [PATCH v6 2/6] http: avoid closing index-pack input twice
` [PATCH v6 3/6] http: accept HTTP 416 for complete partial packs
Draft of Git Rev News edition 137
2026-08-01 7:07 UTC
[PATCH v10 0/5] history: add squash subcommand to fold a range
2026-08-01 6:53 UTC (6+ messages)
` [PATCH v11 0/4] "
` [PATCH v11 1/4] history: extract helper for a commit's parent tree
` [PATCH v11 2/4] history: give commit_tree_ext a message template
` [PATCH v11 3/4] sequencer: share the squash message marker helpers and flags
` [PATCH v11 4/4] history: add squash subcommand to fold a range
[PATCH] fiter-branch: fix commit map init from state branch
2026-08-01 3:31 UTC
[BUG] git config --global: doc and behaviour disagree when ~/.gitconfig and XDG config file coexist
2026-07-31 18:19 UTC (4+ messages)
Is This Topic a Match for Your Audience?
2026-07-31 18:07 UTC
[PATCH 0/2] doc: refs: put ref migration warning under the command
2026-07-31 16:39 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)
[PATCH] trace2: tolerate failed timestamp formatting
2026-07-31 15:57 UTC (7+ messages)
[PATCH] sparse-index: avoid crash on intent-to-add entry outside the cone
2026-07-31 15:56 UTC (4+ messages)
[PATCH 0/4] doc: replay: fix config link
2026-07-31 15:45 UTC (6+ messages)
` [PATCH v4 "
[PATCH] ci: cancel stale pull request workflow runs
2026-07-31 10:10 UTC
[BUG] "commit graph is likely corrupt" on git rebase
2026-07-31 9:05 UTC
'git stash' pushes files that are not listed in the command line
2026-07-31 7:49 UTC
[PATCH 0/2] git stash drop stash@{2.days.ago}
2026-07-30 20:29 UTC (2+ messages)
[PATCH v4 0/2] mv: report missing destination leading directory
2026-07-30 20:13 UTC (3+ messages)
` [PATCH v5 "
[PATCH v2 2/2] t: use commit_body to extract commit message bodies
2026-07-30 19:38 UTC (4+ messages)
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