messages from 2026-05-23 11:07:44 to 2026-05-27 14:40:34 UTC [more...]
[PATCH 0/8] pack-bitmap-write: speed up bitmap generation
2026-05-27 14:40 UTC (19+ messages)
` [PATCH 1/8] pack-bitmap: pass object position to `fill_bitmap_tree()`
` [PATCH 2/8] pack-bitmap: check subtree bits before recursing
` [PATCH 3/8] pack-bitmap: reuse stored selected bitmaps
` [PATCH 4/8] pack-bitmap: consolidate `find_object_pos()` success path
` [PATCH 5/8] pack-bitmap: cache object positions during fill
` [PATCH 6/8] pack-bitmap: sort bitmaps before XORing
` [PATCH 8/8] pack-bitmap: build pseudo-merge bitmaps after regular bitmaps
[PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
2026-05-27 14:08 UTC (13+ messages)
` [PATCH v3 "
` [PATCH v3 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
` [PATCH v4 0/8] Auto-configure advertised remotes via URL allowlist
` [PATCH v4 1/8] t5710: simplify 'mkdir X' followed by 'git -C X init'
` [PATCH v4 2/8] urlmatch: change 'allow_globs' arg to bool
` [PATCH v4 3/8] urlmatch: add url_normalize_pattern() helper
` [PATCH v4 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'
` [PATCH v4 5/8] promisor-remote: introduce promisor.acceptFromServerUrl
` [PATCH v4 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
` [PATCH v4 7/8] promisor-remote: auto-configure unknown remotes
` [PATCH v4 8/8] doc: promisor: improve acceptFromServer entry
[PATCH 0/2] commit: remove deprecated functions
2026-05-27 13:59 UTC (3+ messages)
` [PATCH 1/2] *: replace deprecated free_commit_list
` [PATCH 2/2] commit: remove deprecated functions
I discovered a minor issue with `git fetch`
2026-05-27 10:56 UTC (3+ messages)
` git-maintenance detach timing, was "
[PATCH] fetch: pass transport to post-fetch connectivity check
2026-05-27 10:39 UTC (6+ messages)
limiting git branch --contains
2026-05-27 7:05 UTC (2+ messages)
[RFC PATCH 0/3] diff: pair edited lines inside moved blocks
2026-05-27 4:24 UTC (4+ messages)
` [RFC PATCH 1/3] diff: add word-diff-align line pairing
` [RFC PATCH 2/3] diff: render word-diff-align pairs for RFC review
` [RFC PATCH 3/3] t4034: cover moved-and-edited word diff alignment
git mv after the fact
2026-05-27 3:27 UTC (7+ messages)
[PATCH] completion: hide dotfiles for selected path completion
2026-05-27 3:22 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] doc: interpret-trailers: explain key format
2026-05-26 21:45 UTC (9+ messages)
` [PATCH v2 0/9] "
[PATCH v2] git-jump: pick a mode automatically when invoked without arguments
2026-05-26 21:33 UTC (4+ messages)
` [PATCH v3] "
[PATCH 0/5] git son: add command to create independent child repositories
2026-05-26 21:27 UTC (7+ messages)
` [PATCH 1/5] git-son: "
` [PATCH 2/5] git-son: register in Makefile and meson build system
` [PATCH 3/5] git-son: add to command list as mainporcelain
` [PATCH 4/5] git-son: add documentation
` [PATCH 5/5] git-son: add tests
[PATCH/RFC 0/5] replay: support replaying 2-parent merges
2026-05-26 21:15 UTC (3+ messages)
` [PATCH/RFC 1/5] "
[PATCH 0/2] restore: better integrate with sparse index
2026-05-26 20:26 UTC (9+ messages)
` [PATCH 1/2] t1092: test 'git restore' "
` [PATCH 2/2] restore: avoid sparse index expansion
` [PATCH v2 0/2] restore: better integrate with sparse index
` [PATCH v2 1/2] t1092: test 'git restore' "
` [PATCH v2 2/2] restore: avoid sparse index expansion
[PATCH v2] config: suggest the correct form when key contains "=" in set context
2026-05-26 19:24 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] config: improve diagnostic for "set" with missing value
What's cooking in git.git (May 2026, #07)
2026-05-26 13:56 UTC
[PATCH 0/1] commit: allow -m/-F with --fixup=amend: or reword:
2026-05-26 10:47 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/2] commit: allow -m/-F/-c/-C for all --fixup variations
` [PATCH v2 1/2] commit: allow -m/-F for all kinds of --fixup
` [PATCH v2 2/2] commit: allow -c/-C "
Thought Your IT Background Might Be a Good Fit
2026-05-26 9:58 UTC
[PATCH 0/2] update-index: add --refresh-stat-only
2026-05-26 8:03 UTC (3+ messages)
` [PATCH 1/2] preload-index: respect --really-refresh override of assume-unchanged
` [PATCH 2/2] update-index: add --refresh-stat-only
[PATCH 0/3] commit-reach: replace queue_has_nonstale with a counter
2026-05-26 6:57 UTC (26+ messages)
` [PATCH 1/3] commit-reach: deduplicate queue entries in paint_down_to_common
` [PATCH 2/3] commit-reach: optimize queue scan "
` [PATCH 3/3] commit-reach: optimize queue scan in ahead_behind
` [PATCH v2 0/3] commit-reach: replace queue_has_nonstale() scan with O(1) tracking
` [PATCH v2 1/3] object.h: fix stale entries in object flag allocation table
` [PATCH v2 2/3] commit-reach: deduplicate queue entries in paint_down_to_common
` [PATCH v2 3/3] commit-reach: replace queue_has_nonstale() scan with O(1) tracking
[PATCH 0/8] setup: centralize object database creation
2026-05-26 5:57 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
` [PATCH v2 2/8] setup: drop `setup_git_env()`
` [PATCH v2 3/8] setup: deduplicate logic to apply repository format
` [PATCH v2 4/8] repository: stop initializing the object database in `repo_set_gitdir()`
` [PATCH v2 5/8] setup: stop creating the object database in `setup_git_env()`
` [PATCH v2 6/8] setup: stop initializing object database without repository
` [PATCH v2 7/8] repository: stop reading loose object map twice on repo init
` [PATCH v2 8/8] setup: construct object database in `apply_repository_format()`
[PATCH] doc: clarify push.default=simple in triangular workflows
2026-05-26 3:58 UTC (4+ messages)
` [PATCH v2] doc: clarify push.default=simple behavior
[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-05-26 2:26 UTC (13+ messages)
` [PATCH 1/5] xdiff: support external hunks via xpparam_t
` [PATCH v2 0/4] [RFC] diff: add diff.<driver>.process for external hunk providers
` [PATCH v2 1/4] xdiff: support external hunks via xpparam_t
` [PATCH v2 2/4] userdiff: add diff.<driver>.process config
` [PATCH v2 3/4] diff: add long-running diff process via diff.<driver>.process
` [PATCH v2 4/4] blame: consult diff process for zero-hunk detection
Expected test suite behavior
2026-05-26 1:11 UTC (7+ messages)
How does git track history overwrites?
2026-05-25 23:20 UTC (6+ messages)
[PATCH] receive-pack: fix updateInstead with core.worktree
2026-05-25 22:54 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] line-log: integrate -L with the standard log output pipeline
2026-05-25 19:40 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] revision: move -L setup before output_format-to-diff derivation
` [PATCH v2 2/3] line-log: integrate -L output with the standard log-tree pipeline
` [PATCH v2 3/3] line-log: allow non-patch diff formats with -L
[PATCH v1 00/11] Improve git gui operation without a worktree
2026-05-25 16:02 UTC (25+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
` [PATCH v2 06/11] git-gui: use git rev-parse for worktree discovery
` [PATCH v2 07/11] git-gui: try harder to find worktree from gitdir
` [PATCH v2 08/11] git-gui: use HEAD as current branch when detached (bug fix)
` [PATCH v2 09/11] git-gui: allow specifying path '.' to the browser
` [PATCH v2 10/11] git-gui: adapt blame/browser parsing for bare operation
` [PATCH] fixup git-gui: allow blame to show uncommitted changes
` [PATCH v2 11/11] git-gui: add gui and pick as explicit subcommands
[PATCH 0/4] doc: hook: small improvements
2026-05-25 11:09 UTC (6+ messages)
[PATCH 0/5] doc: convert another batch of files to synopsis style
2026-05-25 10:28 UTC (8+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] doc: convert git-bisect "
` [PATCH v2 2/6] doc: git bisect: clarify the usage of the synopsis vs actual command
` [PATCH v2 3/6] doc: convert git-grep synopsis and options to new style
` [PATCH v2 4/6] doc: convert git-am "
` [PATCH v2 5/6] doc: convert git-apply "
` [PATCH v2 6/6] doc: convert git-imap-send "
[PATCH v5 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-25 9:24 UTC (6+ messages)
` [PATCH v5 1/2] config: refactor include_by_gitdir() into include_by_path()
` [PATCH v5 2/2] config: add "worktree" and "worktree/i" includeIf conditions
Expected test suite behavior
2026-05-25 5:38 UTC
[PATCH] test-lib: fix typo in test summary message
2026-05-25 5:36 UTC
[PATCH v4 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-25 3:01 UTC (4+ messages)
[PATCH] SubmittingPatches: proactively monitor GHCI pages
2026-05-25 2:58 UTC
[PATCH v4 00/13] pack-objects: integrate --path-walk and some --filter options
2026-05-24 23:44 UTC (4+ messages)
` [PATCH v5 "
[PATCH 0/1] bugfix git subtree split
2026-05-24 21:23 UTC (2+ messages)
` [PATCH 1/1] subtree: fix cache_set failure on commit reachable by multiple paths
What's cooking in git.git (May 2026, #06)
2026-05-24 18:05 UTC (2+ messages)
` ds/path-walk-filters (was: What's cooking in git.git (May 2026, #06))
[PATCH 0/2] [GSoC Patch] t2000: modernize path checks to use helper functions
2026-05-24 9:55 UTC (4+ messages)
` [PATCH 1/2] t2000: consolidate second scenario into a single test block
` [PATCH 2/2] t2000: cleanup unused debug code and variables
[PATCH v12] checkout: extend --track with a "fetch" mode to refresh start-point
2026-05-23 19:48 UTC (4+ messages)
` [PATCH v13 0/2] checkout: --track=fetch
` [PATCH v13 1/2] branch: expose helpers for finding the remote owning a tracking ref
` [PATCH v13 2/2] checkout: extend --track with a "fetch" mode to refresh start-point
[PATCH] doc: fix typos via codespell
2026-05-23 17:24 UTC (3+ messages)
[PATCH v2 07/11] git-gui: try harder to find worktree from gitdir
2026-05-23 11:47 UTC (2+ 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