messages from 2026-03-10 12:07:49 to 2026-03-11 12:47:31 UTC [more...]
[PATCH 0/6] odb: introduce generic object counting
2026-03-11 12:47 UTC (12+ messages)
` [PATCH 1/6] odb: stop including "odb/source.h"
` [PATCH 2/6] packfile: extract logic to count number of objects
` [PATCH 3/6] object-file: extract logic to approximate object count
` [PATCH 4/6] object-file: generalize counting objects
` [PATCH 5/6] odb/source: introduce generic object counting
` [PATCH 6/6] odb: "
[PATCH 0/4] imap-send: modernize the OpenSSL API
2026-03-11 12:11 UTC (5+ messages)
` [PATCH 1/4] imap-send: use the OpenSSL API to access the subject alternative names
` [PATCH 2/4] imap-send: use the OpenSSL API to access the subject common name
` [PATCH 3/4] imap-send: remove two string length checks
` [PATCH 4/4] imap-send: refactor function host_matches()
[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
2026-03-11 12:24 UTC (23+ messages)
` [PATCH 01/10] hook: move unsorted_string_list_remove() to string-list.[ch]
` [PATCH 03/10] hook: rename cb_data_free/alloc -> hook_data_free/alloc
` [PATCH 05/10] hook: replace hook_list_clear() -> string_list_clear_func()
` [PATCH 08/10] hook: refactor hook_config_cache from strmap to named struct
` [PATCH 09/10] hook: show config scope in git hook list
` [PATCH 10/10] hook: show disabled hooks in "git hook list"
[GSoC] Introduction Pablo Sabater
2026-03-11 11:20 UTC (2+ messages)
[PATCH] t3200: replace hardcoded null OID with $ZERO_OID
2026-03-11 11:20 UTC (2+ messages)
[PATCH] merge-file: fix BUG when --object-id is used in a worktree
2026-03-11 11:14 UTC (8+ messages)
` [PATCH v2] "
[GSoC PATCH] t9200: use helpers to replace test -f <path> and test -d <path>
2026-03-11 10:59 UTC (3+ messages)
` [GSoC PATCH v3] t9200: replace test -f/-d with modern path helpers
[GSoC PATCH] test-lib: print escape sequence names
2026-03-11 10:53 UTC (4+ messages)
` [GSoC PATCH v2] "
[PATCH] promisor-remote: prevent lazy-fetch recursion in child fetch
2026-03-11 10:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH v5 0/5] format-patch: add cover-letter-format option
2026-03-11 10:38 UTC (21+ messages)
` [PATCH v6 "
` [PATCH v6 3/5] format-patch: add ability to use alt cover format
` [PATCH v7 0/5] format-patch: add cover-letter-format option
` [PATCH v7 1/5] pretty.c: add %(count) and %(total) placeholders
` [PATCH v7 3/5] format-patch: add ability to use alt cover format
` [PATCH v7 4/5] format-patch: add commitListFormat config
` [PATCH v7 5/5] docs: add usage for the cover-letter fmt feature
[PATCH 0/8] history: introduce "split" subcommand
2026-03-11 9:26 UTC (7+ messages)
` [PATCH 7/8] builtin/history: split out extended function to create commits
` [PATCH 8/8] builtin/history: implement "split" subcommand
[PATCH 0/5] Advice on checkout dirty files
2026-03-11 8:50 UTC (30+ messages)
` [PATCH v2] advice: add stashBeforeCheckout advice for dirty branch switches
` [PATCH v3 0/2] Advice on checkout dirty files
` [PATCH v3 1/2] advice: add stashBeforeCheckout advice for dirty branch switches
` [PATCH v3 2/2] advice: add stashBeforeCheckout advice for dirty branch switches [GSOC]
` [PATCH v4 0/5] Advice on checkout dirty files
` [PATCH v4 1/5] advice: add stashBeforeCheckout advice for dirty branch switches
` [PATCH v4 2/5] advice: add stashBeforeCheckout advice for dirty branch switches [GSOC]
` [PATCH v4 3/5] unpack-trees: suggesting 'git checkout -m <branch>' with its repercussions
` [PATCH v4 4/5] Updating tests and unpack-tress.c [GSOC]
` [PATCH v4 5/5] File updation [GSOC]
[PATCH 0/4] line-log: route -L output through the standard diff pipeline
2026-03-11 8:41 UTC (3+ messages)
` [PATCH 4/4] doc: note that -L supports patch formatting and pickaxe options
[PATCH RFC 0/2] Makefile: deprecate autoconf build infrastructure
2026-03-11 7:51 UTC (3+ messages)
[PATCH v4] clone: add clone.<url>.defaultObjectFilter config
2026-03-11 7:44 UTC (3+ messages)
` [PATCH v5] "
[PATCH 0/8] Some build system improvements
2026-03-11 7:32 UTC (11+ messages)
` [PATCH 1/8] Introduce new "tools/" directory
` [PATCH 2/8] contrib: move "coccinelle/" directory into "tools/"
` [PATCH 3/8] contrib: move "coverage-diff.sh" script "
` [PATCH 4/8] contrib: move "update-unicode.sh" "
` [PATCH 5/8] builds: move build scripts "
` [PATCH 6/8] git-compat-util.h: move warning infra to prepare for PCHs
` [PATCH 7/8] meson: compile compatibility sources separately
` [PATCH 8/8] meson: precompile "git-compat-util.h"
[PATCH] editorconfig: fix style not applying to subdirs anymore
2026-03-11 7:09 UTC
[PATCH 0/2] upload-pack: reduce lock contention when writing packfile data
2026-03-11 6:27 UTC (18+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 01/10] upload-pack: fix debug statement when flushing "
` [PATCH v3 02/10] upload-pack: adapt keepalives based on buffering
` [PATCH v3 03/10] upload-pack: prefer flushing data over sending keepalive
` [PATCH v3 04/10] upload-pack: reduce lock contention when writing packfile data
` [PATCH v3 05/10] compat/posix: introduce writev(3p) wrapper
` [PATCH v3 06/10] wrapper: introduce writev(3p) wrappers
` [PATCH v3 07/10] sideband: use writev(3p) to send pktlines
` [PATCH v3 08/10] csum-file: introduce `hashfd_ext()`
` [PATCH v3 09/10] csum-file: drop `hashfd_throughput()`
` [PATCH v3 10/10] builtin/pack-objects: reduce lock contention when writing packfile data
[PATCH v2 0/5] parseopt: add subcommand autocorrection
2026-03-11 6:12 UTC (27+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 1/8] parseopt: extract subcommand handling from parse_options_step()
` [PATCH v3 2/8] help: make autocorrect handling reusable
` [PATCH v3 3/8] help: move tty check for autocorrection to autocorrect.c
` [PATCH v3 4/8] autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINTONLY
` [PATCH v3 5/8] autocorrect: provide config resolution API
` [PATCH v3 6/8] parseopt: autocorrect mistyped subcommands
` [PATCH v3 8/8] help: add tests for subcommand autocorrection
[PATCH 0/4] run auto maintenance in git-gui
2026-03-11 4:48 UTC (5+ messages)
An annoying "Bug" that we would probably leave as-is
2026-03-11 4:33 UTC (7+ messages)
` [PATCH v1] diff: document -U without <n> as using default context
` [PATCH v2] "
Hello
2026-03-11 4:02 UTC
[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
2026-03-10 23:03 UTC (20+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 2/3] gpg-interface: introduce sign_buffer_with_key()
` [PATCH v2 3/3] fast-import: add mode to re-sign invalid commit signatures
` [PATCH v3 0/3] "
` [PATCH v3 1/3] commit: remove unused forward declaration
` [PATCH v3 2/3] gpg-interface: introduce sign_buffer_with_key()
` [PATCH v3 3/3] fast-import: add mode to re-sign invalid commit signatures
git-fetch takes forever on a slow network link. Can parallel mode help?
2026-03-10 22:50 UTC (8+ messages)
[PATCH] t7605: use test_path_is_file instead of test -f
2026-03-10 22:50 UTC (3+ messages)
` [PATCH v2] "
[ANNOUNCE] Git for Windows 2.53.0(2)
2026-03-10 21:13 UTC
[PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
2026-03-10 21:10 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 5/5] Documentation: update add --force option + ignore=all config
[PATCH] builtin/help.c: move strbuf out of help loops
2026-03-10 20:33 UTC (4+ messages)
` [PATCH v2] "
[GSoC] Discussion: git repo structure enhancements
2026-03-10 19:58 UTC (2+ messages)
[PATCH] submodule--helper: replace malloc with xmalloc
2026-03-10 19:35 UTC (5+ messages)
` [PATCH v2] "
[PATCH v4 0/5] http: add support for HTTP 429 rate limit retries
2026-03-10 19:19 UTC (10+ messages)
` [PATCH v5 0/4] "
` [PATCH v5 3/4] remote-curl: introduce show_http_message_fatal() helper
` [PATCH v5 4/4] http: add support for HTTP 429 rate limit retries
[GSoC] extensions.partialClone and promisor remote fetch order
2026-03-10 18:32 UTC (3+ messages)
[GSoC Proposal] Implement promisor remote fetch ordering
2026-03-10 18:25 UTC
[GSOC][PATCH 0/2] Remove global state from editor.c
2026-03-10 17:40 UTC (4+ messages)
` [GSOC][PATCH v2 "
` [GSOC][PATCH v2 1/2] editor: make editor_program local to editor.c
` [GSOC][PATCH v2 2/2] editor: remove the_repository usage
Question about microprojects for GSoC
2026-03-10 17:27 UTC (2+ messages)
[GSoC] [Proposal]: Implement promisor remote fetch ordering
2026-03-10 15:11 UTC (3+ messages)
[GSoC PATCH] format-patch: write numbered list in cover letter
2026-03-10 15:05 UTC (3+ messages)
[GSOC][PROPOSAL v2]: Refactoring in order to reduce Git’s global state
2026-03-10 14:58 UTC (2+ messages)
[PATCH] t1900: add tests for git repo structure subcommand
2026-03-10 13:34 UTC (2+ messages)
[PATCH v2] apply.c: fix -p argument parsing
2026-03-10 13:13 UTC (3+ messages)
` [PATCH v3] "
[PATCH 2/2] repo: remove redundant variable shadow in stats_table_print_structure
2026-03-10 13:08 UTC (2+ messages)
` [PATCH 0/2] "
[PATCH v1 0/8] repo_config_values: migrate more globals
2026-03-10 12:31 UTC (7+ messages)
` [PATCH v1 4/8] environment: move "pack_compression_level" into `struct repo_config_values`
` [PATCH v1 5/8] environment: move "precomposed_unicode" "
` [PATCH v1 6/8] env: move "core_sparse_checkout_cone" "
` [PATCH v1 7/8] env: put "sparse_expect_files_outside_of_patterns" in `repo_config_values`
` [PATCH v1 8/8] env: move "warn_on_object_refname_ambiguity" into `repo_config_values`
[PATCH 0/4] plugging some mmap() leaks
2026-03-10 12:23 UTC (6+ messages)
` [PATCH 4/4] Makefile: turn on NO_MMAP when building with LSan
` [PATCH 3.5/4] object-file: fix mmap() leak in odb_source_loose_read_object_stream()
[PATCH 00/17] odb: make object database sources pluggable
2026-03-10 12:19 UTC (4+ messages)
` [PATCH v2 "
[PATCH] history: initialize rev_info in cmd_history_reword()
2026-03-10 12:16 UTC (2+ messages)
[PATCH v2 00/10] upload-pack: reduce lock contention when writing packfile data
2026-03-10 12:14 UTC (17+ messages)
` [PATCH v2 02/10] upload-pack: adapt keepalives based on buffering
` [PATCH v2 03/10] upload-pack: reduce lock contention when writing packfile data
` [PATCH v2 05/10] compat/posix: introduce writev(3p) wrapper
` [PATCH v2 08/10] csum-file: introduce `hashfd_ext()`
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