messages from 2026-06-02 18:35:36 to 2026-06-04 15:37:52 UTC [more...]
[PATCH 0/2] rebase: handle --update-refs branch symrefs
2026-06-04 15:37 UTC (3+ messages)
` [PATCH v2] rebase: skip branch symref aliases
[PATCH] docs: fix typos
2026-06-04 14:45 UTC (2+ messages)
Is it intended behaviour that 'git gc' ignores the 'commitGraph.changedPaths' setting?
2026-06-04 14:27 UTC (3+ messages)
[PATCH] transport-helper: fix TSAN race in transfer_debug()
2026-06-04 13:23 UTC (4+ messages)
` [PATCH v2] "
[PATCH] log: improve --follow following renames in merge commits
2026-06-04 12:20 UTC (3+ messages)
[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
2026-06-04 11:25 UTC (17+ messages)
` [PATCH 01/16] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH 02/16] packfile: move packed source into "odb/" subsystem
` [PATCH 03/16] odb/source-packed: store pointer to "files" instead of generic source
` [PATCH 04/16] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH 05/16] odb/source-packed: wire up `close()` callback
` [PATCH 06/16] odb/source-packed: wire up `reprepare()` callback
` [PATCH 07/16] packfile: use higher-level interface to implement `has_object_pack()`
` [PATCH 08/16] odb/source-packed: wire up `read_object_info()` callback
` [PATCH 09/16] odb/source-packed: wire up `read_object_stream()` callback
` [PATCH 10/16] odb/source-packed: wire up `for_each_object()` callback
` [PATCH 11/16] odb/source-packed: wire up `count_objects()` callback
` [PATCH 12/16] odb/source-packed: wire up `find_abbrev_len()` callback
` [PATCH 13/16] odb/source-packed: wire up `freshen_object()` callback
` [PATCH 14/16] odb/source-packed: stub out remaining functions
` [PATCH 15/16] midx: refactor interfaces to work on "packed" source
` [PATCH 16/16] odb/source-packed: drop pointer to "files" parent source
[PATCH 0/7] More work supporting objects larger than 4GB on Windows
2026-06-04 10:51 UTC (8+ messages)
` [PATCH 1/7] compat/msvc: use _chsize_s for ftruncate
` [PATCH 2/7] patch-delta: use size_t for sizes
` [PATCH 3/7] pack-objects(check_pack_inflate()): use size_t instead of unsigned long
` [PATCH 4/7] packfile: widen unpack_entry()'s size out-parameter to size_t
` [PATCH 5/7] pack-objects: use size_t for in-core object sizes
` [PATCH 6/7] packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
` [PATCH 7/7] odb: use size_t for object_info.sizep and the size APIs
[PATCH 0/4] t: fix broken TAP output
2026-06-04 10:07 UTC (15+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] t7527: "
` [PATCH v2 2/4] t/test-lib: silence EBUSY errors on Windows during test cleanup
` [PATCH v2 3/4] t/lib-git-p4: silence output when killing p4d and its watchdog
` [PATCH v2 4/4] t: let prove fail when parsing invalid TAP output
` [PATCH v3 0/8] t: fix broken "
` [PATCH v3 1/8] gitlab-ci: rearrange Linux jobs to match GitHub's order
` [PATCH v3 2/8] gitlab-ci: add missing Linux jobs
` [PATCH v3 3/8] ci: unify Linux images across GitLab and GitHub
` [PATCH v3 4/8] t7527: fix broken TAP output
` [PATCH v3 5/8] t7810: turn MB_REGEX check into a lazy prereq
` [PATCH v3 6/8] t/test-lib: silence EBUSY errors on Windows during test cleanup
` [PATCH v3 7/8] t/lib-git-p4: silence output when killing p4d and its watchdog
` [PATCH v3 8/8] t: let prove fail when parsing invalid TAP output
git history feedback
2026-06-04 9:34 UTC (3+ messages)
Mirror repositories for submodules
2026-06-04 9:27 UTC (5+ messages)
[PATCH 0/4] doc: replay: fix config link
2026-06-04 9:05 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] doc: link to config for git-replay(1)
` [PATCH v2 2/4] doc: replay: improve config description
` [PATCH v2 3/4] doc: replay: use a nested description list
` [PATCH v2 4/4] doc: replay: move “default” to the right-hand side
[PATCH 0/2] builtin/history: introduce "drop" subcommand
2026-06-04 9:02 UTC (25+ messages)
` [PATCH 2/2] builtin/history: implement "
` [PATCH v2 0/9] builtin/history: introduce "
` [PATCH v2 1/9] read-cache: split out function to drop unmerged entries to stage 0
` [PATCH v2 2/9] reset: drop `USE_THE_REPOSITORY_VARIABLE`
` [PATCH v2 3/9] reset: modernize flags passed to `reset_head()`
` [PATCH v2 4/9] reset: introduce dry-run mode
` [PATCH v2 5/9] reset: introduce ability to skip reference updates
` [PATCH v2 6/9] reset: allow the caller to specify the current HEAD object
` [PATCH v2 7/9] reset: stop assuming that the caller passes in a clean index
` [PATCH v2 8/9] builtin/history: split handling of ref updates into two phases
` [PATCH v2 9/9] builtin/history: implement "drop" subcommand
[PATCH 0/2] parse-options: introduce die_for_required_opt() helper
2026-06-04 8:27 UTC (8+ messages)
` [PATCH 1/2] parse-options: introduce die_for_required_opt()
` [PATCH 2/2] builtin/add: use die_for_required_opt() helper
[PATCH 0/8] setup: centralize object database creation
2026-06-04 7:46 UTC (23+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
` [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 v3 0/8] setup: centralize object database creation
` [PATCH v3 1/8] t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
` [PATCH v3 2/8] setup: drop `setup_git_env()`
` [PATCH v3 3/8] setup: deduplicate logic to apply repository format
` [PATCH v3 4/8] repository: stop initializing the object database in `repo_set_gitdir()`
` [PATCH v3 5/8] setup: stop creating the object database in `setup_git_env()`
` [PATCH v3 6/8] setup: stop initializing object database without repository
` [PATCH v3 7/8] repository: stop reading loose object map twice on repo init
` [PATCH v3 8/8] setup: construct object database in `apply_repository_format()`
[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
2026-06-04 7:45 UTC (7+ messages)
` [PATCH 1/6] t/README: document test_grep helper
` [PATCH 2/6] t: extract chainlint's parser into shared module
` [PATCH 3/6] t: fix Lexer line count for $() inside double-quoted strings
` [PATCH 4/6] t: add lint-style.pl with test_grep negation rule
` [PATCH 5/6] t: fix grep assertions missing file arguments
` [PATCH 6/6] t: lint and convert grep assertions to test_grep
[PATCH] Makefile: drop duplicate %.a from link recipes
2026-06-04 7:15 UTC (4+ messages)
[PATCH v2] index-pack: retain child bases in delta cache
2026-06-04 7:12 UTC (4+ messages)
` [PATCH v3] "
[PATCH] read_gitfile_gently(): return non-repo path on error
2026-06-04 7:08 UTC (4+ messages)
What's cooking in git.git (Jun 2026, #02)
2026-06-04 6:52 UTC (4+ messages)
[PATCH 0/2] Small updates to SubmittingPatches
2026-06-04 6:50 UTC (4+ messages)
` [PATCH v2 "
[PATCH] git-gui: silence install recipes under "make -s"
2026-06-04 6:48 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
2026-06-04 6:47 UTC (3+ messages)
` [PATCH v1 2/4] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
[PATCH 0/2] Documentation: recommend the use of b4
2026-06-04 5:25 UTC (29+ messages)
` [PATCH 1/2] b4: introduce configuration for the Git project
` [PATCH 2/2] Documentation/MyFirstContribution: recommend the use of b4
` [PATCH v2 0/3] Documentation: "
` [PATCH v2 1/3] Documentation/MyFirstContribution: recommend shallow threading
` [PATCH v2 2/3] Documentation/MyFirstContribution: recommend the use of b4
` [PATCH v2 3/3] b4: introduce configuration for the Git project
[GSoC] [Blog] week 1: Improving the new git repo command
2026-06-04 5:23 UTC
[PATCH v4] config: improve diagnostic for "set" with missing value
2026-06-04 1:09 UTC (10+ messages)
` [PATCH v5 0/2] config: suggest the correct form when key contains "="
` [PATCH v5 1/2] config: let git_config_parse_key() validate quietly
` [PATCH v6 0/2] config: suggest the correct form when key contains "="
` [PATCH v6 1/2] config: add git_config_key_is_valid() for quiet validation
` [PATCH v6 2/2] config: improve diagnostic for "set" with missing value
[PATCH] worktree: record creation time and free-form note
2026-06-03 22:51 UTC (5+ messages)
[PATCH v2 00/18] odb: make loose object source a proper `struct odb_source`
2026-06-03 20:04 UTC (5+ messages)
` [PATCH v2 01/18] odb/source-loose: move loose source into "odb/" subsystem
[PATCH v2] completion: hide dotfiles for selected path completion
2026-06-03 18:09 UTC (2+ messages)
` Follow-up and appreciation regarding Git contributions
[PATCH] t3070: skip ls-files tests with backslash patterns on Windows
2026-06-03 14:23 UTC (4+ messages)
Suggetsions for collaboration workflows in large repos
2026-06-03 13:44 UTC (5+ messages)
git hook question
2026-06-03 13:07 UTC (6+ messages)
Git for Windows Failing to Clone
2026-06-03 12:42 UTC (2+ messages)
[PATCH 0/3] contrib/subtree: reduce recursion during split
2026-06-03 9:12 UTC (7+ messages)
` [PATCH v2 "
[PATCH v11 0/6] branch: prune-merged
2026-06-03 9:04 UTC (8+ messages)
` [PATCH v12 "
` [PATCH v12 1/6] branch: add --forked filter for --list mode
` [PATCH v12 2/6] branch: let delete_branches warn instead of error on bulk refusal
` [PATCH v12 3/6] branch: prepare delete_branches for a bulk caller
` [PATCH v12 4/6] branch: add --prune-merged <branch>
` [PATCH v12 5/6] branch: add branch.<name>.pruneMerged opt-out
` [PATCH v12 6/6] branch: add --dry-run for --prune-merged
[PATCH] http: preserve wwwauth_headers across redirects
2026-06-03 0:37 UTC (3+ messages)
[PATCH] prio-queue: use cascade-down sift for faster extract-min
2026-06-02 22:40 UTC (4+ messages)
` [PATCH v2] prio-queue: use cascade-down "
[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
2026-06-02 22:21 UTC (6+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] t/perf: drop p5311's lookup-table permutation
` [PATCH v2 2/4] pack-objects: support reachability bitmaps with `--path-walk`
` [PATCH v2 3/4] pack-objects: extract `record_tree_depth()` helper
` [PATCH v2 4/4] pack-objects: support `--delta-islands` with `--path-walk`
[PATCH v2 00/11] Improve git gui operation without a worktree
2026-06-02 21:05 UTC (5+ messages)
` [PATCH v3 00/12] "
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