messages from 2026-06-03 23:49:37 to 2026-06-04 16:24:26 UTC [more...]
[PATCH 0/2] mingw: terminate child processes in a gentler way
2026-06-04 16:24 UTC (3+ messages)
` [PATCH 1/2] mingw: kill "
` [PATCH 2/2] mingw: really handle SIGINT
[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 (10+ messages)
` [PATCH v3 0/8] "
` [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 (6+ messages)
` [PATCH v2 "
` [PATCH v2 2/4] doc: replay: improve config description
[PATCH v2 0/9] builtin/history: introduce "drop" subcommand
2026-06-04 9:02 UTC (11+ messages)
` [PATCH v2 4/9] reset: introduce dry-run mode
` [PATCH v2 5/9] reset: introduce ability to skip reference updates
` [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 (19+ messages)
` [PATCH v2 "
` [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 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 (3+ 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 v2] git-gui: silence install recipes under "make -s"
2026-06-04 6:48 UTC (2+ messages)
` [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 v2 0/3] Documentation: recommend the use of b4
2026-06-04 5:25 UTC (3+ messages)
` [PATCH v2 2/3] Documentation/MyFirstContribution: "
[GSoC] [Blog] week 1: Improving the new git repo command
2026-06-04 5:23 UTC
[PATCH 0/2] Documentation: recommend the use of b4
2026-06-04 1:11 UTC (7+ messages)
` [PATCH 1/2] b4: introduce configuration for the Git project
[PATCH v4] config: improve diagnostic for "set" with missing value
2026-06-04 1:09 UTC (8+ 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 "="
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