messages from 2026-04-08 20:26:41 to 2026-04-10 15:37:00 UTC [more...]
[PATCH v3 0/8] Some build system improvements
2026-04-10 15:36 UTC (3+ messages)
` [PATCH v3 8/8] meson: precompile "git-compat-util.h"
[PATCH 0/8] Some build system improvements
2026-04-10 15:17 UTC (7+ messages)
` [PATCH 7/8] meson: compile compatibility sources separately
[PATCH v2 0/4] Enable Rust by default
2026-04-10 15:06 UTC (9+ messages)
` [PATCH v2 1/4] docs: update version with default Rust support
` [PATCH v2 2/4] ci: install cargo on Alpine
` [PATCH v2 3/4] Linux: link against libdl
` [PATCH v2 4/4] Enable Rust by default
` Re*: [PATCH v2 0/4] "
[GSoC PATCH v3 0/5] preserve promisor files content after repack
2026-04-10 15:04 UTC (7+ messages)
` [GSoC PATCH v4 "
` [GSoC PATCH v4 1/5] pack-write: add explanation to promisor file content
` [GSoC PATCH v4 2/5] pack-write: add helper to fill promisor file after repack
` [GSoC PATCH v4 3/5] repack-promisor: preserve content of promisor files "
` [GSoC PATCH v4 4/5] t7700: test for promisor file content "
` [GSoC PATCH v4 5/5] t7703: test for promisor file content after geometric repack
[PATCH v6 0/4] checkout: 'autostash' for branch switching
2026-04-10 14:38 UTC (21+ messages)
` [PATCH v7 "
` [PATCH v7 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
` [PATCH] checkout: add --autostash option for branch switching
` [PATCH v7 2/4] sequencer: allow create_autostash to run silently
` [PATCH v7 3/4] sequencer: teach autostash apply to take optional conflict marker labels
` [PATCH v7 4/4] checkout: -m (--merge) uses autostash when switching branches
` [PATCH v8 0/4] checkout: 'autostash' for branch switching
` [PATCH v8 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
` [PATCH v8 2/4] sequencer: allow create_autostash to run silently
` [PATCH v8 3/4] sequencer: teach autostash apply to take optional conflict marker labels
` [PATCH v8 4/4] checkout: -m (--merge) uses autostash when switching branches
Bug - git fsck never ending on git-for-windows
2026-04-10 12:31 UTC (2+ messages)
[PATCH 00/16] odb: introduce "inmemory" source
2026-04-10 12:12 UTC (69+ messages)
` [PATCH 01/16] "
` [PATCH 02/16] odb/source-inmemory: implement `free()` callback
` [PATCH 03/16] odb: fix unnecessary call to `find_cached_object()`
` [PATCH 05/16] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH v2 00/17] odb: introduce "in-memory" source
` [PATCH v2 01/17] "
` [PATCH v2 02/17] odb/source-inmemory: implement `free()` callback
` [PATCH v2 03/17] odb: fix unnecessary call to `find_cached_object()`
` [PATCH v2 04/17] odb/source-inmemory: implement `read_object_info()` callback
` [PATCH v2 05/17] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH v2 06/17] odb/source-inmemory: implement `write_object()` callback
` [PATCH v2 07/17] "
` [PATCH v2 08/17] odb/source-inmemory: implement `write_object_stream()` callback
` [PATCH v2 09/17] cbtree: allow using arbitrary wrapper structures for nodes
` [PATCH v2 10/17] oidtree: add ability to store data
` [PATCH v2 11/17] odb/source-inmemory: convert to use oidtree
` [PATCH v2 12/17] odb/source-inmemory: implement `for_each_object()` callback
` [PATCH v2 13/17] odb/source-inmemory: implement `find_abbrev_len()` callback
` [PATCH v2 14/17] odb/source-inmemory: implement `count_objects()` callback
` [PATCH v2 15/17] odb/source-inmemory: implement `freshen_object()` callback
` [PATCH v2 16/17] odb/source-inmemory: stub out remaining functions
` [PATCH v2 17/17] odb: generic in-memory source
` [PATCH v3 00/17] odb: introduce "in-memory" source
` [PATCH v3 01/17] "
` [PATCH v3 02/17] odb/source-inmemory: implement `free()` callback
` [PATCH v3 03/17] odb: fix unnecessary call to `find_cached_object()`
` [PATCH v3 04/17] odb/source-inmemory: implement `read_object_info()` callback
` [PATCH v3 05/17] odb/source-inmemory: implement `read_object_stream()` callback
` [PATCH v3 06/17] odb/source-inmemory: implement `write_object()` callback
` [PATCH v3 07/17] odb/source-inmemory: implement `write_object_stream()` callback
` [PATCH v3 08/17] cbtree: allow using arbitrary wrapper structures for nodes
` [PATCH v3 09/17] oidtree: add ability to store data
` [PATCH v3 10/17] odb/source-inmemory: convert to use oidtree
` [PATCH v3 11/17] odb/source-inmemory: implement `for_each_object()` callback
` [PATCH v3 12/17] odb/source-inmemory: implement `find_abbrev_len()` callback
` [PATCH v3 13/17] odb/source-inmemory: implement `count_objects()` callback
` [PATCH v3 14/17] odb/source-inmemory: implement `freshen_object()` callback
` [PATCH v3 15/17] odb/source-inmemory: stub out remaining functions
` [PATCH v3 16/17] odb: generic in-memory source
` [PATCH v3 17/17] t/unit-tests: add tests for the in-memory object source
[GSoC] Call for Mentors - Help Us Welcome More Contributors to Git
2026-04-10 11:04 UTC (2+ messages)
[PATCH 0/4] Run hooks in parallel
2026-04-10 9:06 UTC (15+ messages)
` [PATCH v7 00/13] "
` [PATCH v7 01/13] repository: fix repo_init() memleak due to missing _clear()
` [PATCH v7 02/13] config: add a repo_config_get_uint() helper
` [PATCH v7 03/13] hook: parse the hook.jobs config
` [PATCH v7 04/13] hook: allow parallel hook execution
` [PATCH v7 05/13] hook: allow pre-push parallel execution
` [PATCH v7 06/13] hook: mark non-parallelizable hooks
` [PATCH v7 07/13] hook: add -j/--jobs option to git hook run
` [PATCH v7 08/13] hook: add per-event jobs config
` [PATCH v7 09/13] hook: warn when hook.<friendly-name>.jobs is set
` [PATCH v7 10/13] hook: move is_known_hook() to hook.c for wider use
` [PATCH v7 11/13] hook: add hook.<event>.enabled switch
` [PATCH v7 12/13] hook: allow hook.jobs=-1 to use all available CPU cores
` [PATCH v7 13/13] t1800: test SIGPIPE with parallel hooks
Git 2.54.0-rc1, subtests of t5310, t5326, t5327
2026-04-10 7:35 UTC (28+ messages)
[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
2026-04-10 6:31 UTC (3+ messages)
[PATCH] wrapper: properly handle MAX_IO_SIZE in `write_in_full()`
2026-04-10 5:19 UTC (8+ messages)
2.54.0-rc1 NO_WRITEV=Nope does not work
2026-04-10 4:57 UTC (6+ messages)
` Re* "
[PATCH] checkout: add --autostash option for branch switching
2026-04-09 21:29 UTC (6+ messages)
[PATCH] stash: infer "push" when push-specific options are given
2026-04-09 20:31 UTC (8+ messages)
` [PATCH v3] "
What's cooking in git.git (Apr 2026, #01)
2026-04-09 20:09 UTC (3+ messages)
[PATCH v3 0/3] branch: add prefixes to new branch names
2026-04-09 20:02 UTC (6+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 1/2] branch: add '--name-prefix' option
` [PATCH v4 2/2] branch: add 'branch.namePrefix' config param
[PATCH v13 00/13] fsmonitor: implement filesystem change listener for Linux
2026-04-09 18:04 UTC (16+ messages)
` [PATCH v14 "
` [PATCH v14 01/13] t9210, t9211: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
` [PATCH v14 02/13] fsmonitor: fix khash memory leak in do_handle_client
` [PATCH v14 03/13] fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
` [PATCH v14 04/13] compat/win32: add pthread_cond_timedwait
` [PATCH v14 05/13] fsmonitor: use pthread_cond_timedwait for cookie wait
` [PATCH v14 06/13] fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
` [PATCH v14 07/13] fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
` [PATCH v14 08/13] fsmonitor: implement filesystem change listener for Linux
` [PATCH v14 09/13] run-command: add close_fd_above_stderr option
` [PATCH v14 10/13] fsmonitor: close inherited file descriptors and detach in daemon
` [PATCH v14 11/13] fsmonitor: add timeout to daemon stop command
` [PATCH v14 12/13] fsmonitor: add tests for Linux
` [PATCH v14 13/13] fsmonitor: convert shown khash to strset in do_handle_client
[PATCH v2] repo: add paths.toplevel to repo info
2026-04-09 16:01 UTC (6+ messages)
` [PATCH v3] "
[PATCH v4 0/6] Xdiff cleanup part 3
2026-04-09 14:01 UTC (5+ messages)
` [PATCH v5 "
` [PATCH v5 6/6] xdiff/xdl_cleanup_records: put braces around the else clause
Help needed on 2.54.0-rc0 t5301.13 looping
2026-04-09 13:40 UTC (9+ messages)
` [PATCH] run_processes_parallel(): fix order of sigpipe handling
[PATCH] builtin/clone: fix segfault when using --revision on some servers
2026-04-09 13:09 UTC (2+ messages)
[PATCH 00/18] setup: drop uses of `the_repository`
2026-04-09 13:05 UTC (6+ messages)
` [PATCH 02/18] setup: stop using `the_repository` in `is_inside_worktree()`
` [PATCH 03/18] setup: stop using `the_repository` in `is_inside_git_dir()`
[PATCH 0/4] fetch: add --must-have and remote.*.mustHave
2026-04-09 12:53 UTC (3+ messages)
[ANNOUNCE] Git for Windows 2.54.0-rc1
2026-04-09 7:24 UTC
[GSoC PATCH] promisor-remote: fix promisor.quiet to use the correct repository
2026-04-09 4:34 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