messages from 2026-05-21 07:22:02 to 2026-05-22 19:06:50 UTC [more...]
[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-05-22 19:06 UTC (10+ messages)
` [PATCH 1/5] xdiff: support external hunks via xpparam_t
` [PATCH 2/5] userdiff: add diff.<driver>.process config
` [PATCH 3/5] diff: add long-running diff process via diff.<driver>.process
` [PATCH 4/5] blame: consult diff process for zero-hunk detection
` [PATCH 5/5] diff-process-normalize: add built-in whitespace normalizer
[PATCH 0/3] line-log: integrate -L with the standard log output pipeline
2026-05-22 18:48 UTC (2+ messages)
[PATCH v3 00/12] pack-objects: integrate --path-walk and some --filter options
2026-05-22 18:24 UTC (27+ messages)
` [PATCH v4 00/13] "
` [PATCH v4 03/13] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v4 04/13] path-walk: always emit directly-requested objects
` [PATCH v5 00/13] pack-objects: integrate --path-walk and some --filter options
` [PATCH v5 01/13] t5620: make test work with path-walk var
` [PATCH v5 02/13] pack-objects: pass --objects with --path-walk
` [PATCH v5 03/13] t/perf: add pack-objects filter and path-walk benchmark
` [PATCH v5 04/13] path-walk: always emit directly-requested objects
` [PATCH v5 05/13] path-walk: support blobless filter
` [PATCH v5 06/13] backfill: die on incompatible filter options
` [PATCH v5 07/13] path-walk: support blob size limit filter
` [PATCH v5 08/13] path-walk: add pl_sparse_trees to control tree pruning
` [PATCH v5 09/13] pack-objects: support sparse:oid filter with path-walk
` [PATCH v5 10/13] t6601: tag otherwise-unreachable trees
` [PATCH v5 11/13] path-walk: support `tree:0` filter
` [PATCH v5 12/13] path-walk: support `object:type` filter
` [PATCH v5 13/13] path-walk: support `combine` filter
I discovered a minor issue with `git fetch`
2026-05-22 17:46 UTC (2+ messages)
Why do we need to wait 1s between a git add and commit
2026-05-22 17:13 UTC (3+ messages)
[PATCH v2 07/11] git-gui: try harder to find worktree from gitdir
2026-05-22 16:57 UTC (4+ messages)
[PATCH] receive-pack: fix updateInstead with core.worktree
2026-05-22 16:21 UTC (2+ messages)
[PATCH v2 0/4] Add support for an external command for fetching notes
2026-05-22 16:09 UTC (5+ messages)
` [PATCH v2 1/4] notes: convert raw arg in format_display_notes() to bool
` [PATCH v2 2/4] wrapper: add support for timeout and deadline in read helpers
` [PATCH v2 3/4] t3301: cover generic displayed notes behavior
` [PATCH v2 4/4] notes: support an external command to display notes
[PATCH v2 10/11] git-gui: adapt blame/browser parsing for bare operation
2026-05-22 15:05 UTC (3+ messages)
[PATCH v1 00/11] Improve git gui operation without a worktree
2026-05-22 12:04 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
` [PATCH v2 02/11] git-gui: return status from choose_repository::pick
` [PATCH v2 03/11] git-gui: use --absolute-git-dir
` [PATCH v2 04/11] git-gui: use rev-parse exclusively to find a repository
[PATCH v8 0/5] branch: prune-merged
2026-05-22 11:58 UTC (33+ messages)
` [PATCH v9 "
` [PATCH v9 3/5] branch: add --prune-merged <remote>
` [PATCH v10 0/4] branch: prune-merged
` [PATCH v10 1/4] branch: add --forked <branch>
` [PATCH v10 2/4] branch: add --prune-merged <branch>
` [PATCH v10 3/4] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v10 4/4] branch: add --dry-run for --prune-merged
` [PATCH v11 0/6] branch: prune-merged
` [PATCH v11 1/6] branch: add --forked <branch>
` [PATCH v11 2/6] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v11 3/6] branch: prepare delete_branches for a bulk caller
` [PATCH v11 4/6] branch: add --prune-merged <branch>
` [PATCH v11 5/6] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v11 6/6] branch: add --dry-run for --prune-merged
[PATCH 0/8] setup: centralize object database creation
2026-05-22 9:05 UTC (17+ messages)
` [PATCH 1/8] t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
` [PATCH 2/8] setup: drop `setup_git_env()`
` [PATCH 3/8] setup: deduplicate logic to apply repository format
` [PATCH 4/8] repository: stop initializing the object database in `repo_set_gitdir()`
` [PATCH 5/8] setup: stop creating the object database in `setup_git_env()`
` [PATCH 6/8] setup: stop initializing object database without repository
` [PATCH 7/8] repository: stop reading loose object map twice on repo init
` [PATCH 8/8] setup: construct object database in `apply_repository_format()`
[PATCH] doc: clarify push.default=simple in triangular workflows
2026-05-22 8:49 UTC (2+ messages)
[PATCH] compat/mingw: Allow SIGKILL to kill in mingw_kill
2026-05-22 8:03 UTC (3+ messages)
[PATCH v2] git-jump: pick a mode automatically when invoked without arguments
2026-05-22 7:33 UTC (5+ messages)
` [PATCH v3] "
[PATCH 00/18] odb: make loose object source a proper `struct odb_source`
2026-05-22 6:12 UTC (22+ messages)
` [PATCH 01/18] odb/source-loose: move loose source into "odb/" subsystem
` [PATCH 02/18] odb/source-loose: store pointer to "files" instead of generic source
` [PATCH 03/18] odb/source-loose: start converting to a proper `struct odb_source`
` [PATCH 04/18] odb/source-loose: wire up `reprepare()` callback
` [PATCH 05/18] odb/source-loose: wire up `close()` callback
` [PATCH 06/18] odb/source-loose: wire up `read_object_info()` callback
` [PATCH 07/18] odb/source-loose: wire up `read_object_stream()` callback
` [PATCH 08/18] odb/source-loose: wire up `for_each_object()` callback
` [PATCH 09/18] odb/source-loose: wire up `find_abbrev_len()` callback
` [PATCH 10/18] odb/source-loose: wire up `count_objects()` callback
` [PATCH 11/18] odb/source-loose: drop `odb_source_loose_has_object()`
` [PATCH 12/18] odb/source-loose: wire up `freshen_object()` callback
` [PATCH 13/18] loose: refactor object map to operate on `struct odb_source_loose`
` [PATCH 14/18] odb/source-loose: wire up `write_object()` callback
` [PATCH 15/18] object-file: refactor writing objects to use loose source
` [PATCH 16/18] odb/source-loose: wire up `write_object_stream()` callback
` [PATCH 17/18] odb/source-loose: stub out remaining callbacks
` [PATCH 18/18] odb/source-loose: drop pointer to the "files" source
[PATCH 0/9] Add support for an external command for fetching notes
2026-05-22 5:59 UTC (14+ messages)
` [PATCH 4/9] run-command: add support for timeout in command finisher
` [PATCH 7/9] notes: support an external command to display notes
[PATCH] log: let --follow follow renames in merge commits
2026-05-22 5:43 UTC (5+ messages)
[PATCH] http: handle absolute-path alternates from server root
2026-05-22 4:55 UTC (7+ messages)
[PATCH] connect: use "service" enum for "name" argument
2026-05-22 4:43 UTC (3+ messages)
[PATCH v10] checkout: extend --track with a "fetch" mode to refresh start-point
2026-05-21 23:53 UTC (9+ messages)
` [PATCH v11] "
` [PATCH v12] "
[PATCH v2] commit-reach: use object flags for tips_reachable_from_bases()
2026-05-21 22:50 UTC (4+ messages)
` [PATCH v3 0/2] "
[PATCH 0/4] doc: replay: fix config link
2026-05-21 18:02 UTC (5+ messages)
` [PATCH 1/4] doc: link to config for git-replay(1)
` [PATCH 2/4] doc: replay: simplify replay.refAction description
` [PATCH 3/4] doc: replay: use a nested definition list
` [PATCH 4/4] doc: replay: move “default” to the right-hand-side
[PATCH v2 0/8] repo_config_values: migrate more globals
2026-05-21 16:37 UTC (4+ messages)
` [PATCH v3 0/8] environment: move core config globals into repo_config_values
` [PATCH v3 1/8] environment: move "trust_ctime" into `struct repo_config_values`
[PATCH 0/4] doc: hook: small improvements
2026-05-21 16:25 UTC (5+ messages)
` [PATCH 1/4] doc: hook: remove stray backtick
` [PATCH 2/4] doc: hook: consistently capitalize Git
` [PATCH 3/4] doc: config: include existing git-hook(1) section
` [PATCH 4/4] doc: hook: don’t self-link via config include
[PATCH v4 0/4] approxidate: tweak special date formats
2026-05-21 14:14 UTC (8+ messages)
` [PATCH v5 "
` [PATCH v5 1/4] approxidate: make "today" wrap to midnight
` [PATCH v5 2/4] t0006: add support for approxidate test date adjustment
` [PATCH v5 3/4] approxidate: make "specials" respect fixed day-of-month
` [PATCH v5 4/4] approxidate: use deferred mday adjustments for "specials"
[PATCH v2] remote: qualify "git pull" advice for non-upstream branches
2026-05-21 14:06 UTC (4+ messages)
` [PATCH v3] remote: qualify "git pull" advice for non-upstream compareBranches
` [PATCH v4] "
[PATCH v4 0/2] includeIf: add "worktree" condition for matching working tree path
2026-05-21 12:09 UTC (3+ messages)
` [PATCH v4 2/2] config: add "worktree" and "worktree/i" includeIf conditions
[PATCH 0/3] small quote.[ch] cleanup
2026-05-21 11:39 UTC (3+ messages)
[PATCH v2] generate-configlist: collapse depfile for older Ninja
2026-05-21 9:31 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/2] gitlab-ci: some smallish updates for macOS jobs
2026-05-21 8:59 UTC (3+ messages)
` [PATCH 1/2] gitlab-ci: upgrade macOS runners
` [PATCH 2/2] gitlab-ci: update macOS image
[PATCH 0/2] builtin/maintenance: fix locking and respect "gc.auto"
2026-05-21 7:45 UTC (4+ messages)
page: | 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