public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 09:36:26 to 2026-03-10 14:41:12 UTC [more...]

[PATCH 0/5] Advice on checkout dirty files
 2026-03-10 14:40 UTC  (23+ messages)
` [PATCH 1/5] diff: handle ANSI escape codes in prefix when calculating diffstat width
` [PATCH 2/5] t4052: test for diffstat width when prefix contains ANSI escape codes
` [PATCH 3/5] repo: remove unnecessary variable shadow
` [PATCH 4/5] The 13th batch
` [PATCH 5/5] advice: add stashBeforeCheckout advice for dirty branch switches
` [PATCH v2] "
  ` [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 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-10 14:37 UTC  (12+ messages)
` [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 v6 0/5] format-patch: add cover-letter-format option
 2026-03-10 14:34 UTC  (11+ messages)
` [PATCH v7 "
  ` [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 v2 0/5] parseopt: add subcommand autocorrection
 2026-03-10 14:15 UTC  (15+ 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 7/8] parseopt: enable subcommand autocorrection for git-remote and git-notes
  ` [PATCH v3 8/8] help: add tests for subcommand autocorrection

[PATCH] t1900: add tests for git repo structure subcommand
 2026-03-10 13:34 UTC  (3+ messages)

[PATCH] merge-file: fix BUG when --object-id is used in a worktree
 2026-03-10 13:34 UTC  (4+ messages)

[PATCH] t7605: use test_path_is_file instead of test -f
 2026-03-10 13:30 UTC  (2+ messages)

[PATCH 0/2] upload-pack: reduce lock contention when writing packfile data
 2026-03-10 13:25 UTC  (12+ 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

An annoying "Bug" that we would probably leave as-is
 2026-03-10 13:14 UTC  (12+ messages)
` [PATCH v1] diff: document -U without <n> as using default context
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] apply.c: fix -p argument parsing
 2026-03-10 13:13 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] repo: remove redundant variable shadow in stats_table_print_structure
 2026-03-10 13:08 UTC  (5+ messages)
` [PATCH 1/2] t7605: use test_path_is_file instead of test -f
` [PATCH 2/2] repo: remove redundant variable shadow in stats_table_print_structure

[PATCH] builtin/help.c: move strbuf out of help loops
 2026-03-10 12:41 UTC  (2+ messages)

[PATCH v1 0/8] repo_config_values: migrate more globals
 2026-03-10 12:31 UTC  (10+ messages)
` [PATCH v1 1/8] environment: move "trust_ctime" into `struct repo_config_values`
` [PATCH v1 2/8] environment: move "check_stat" "
` [PATCH v1 3/8] environment: move `zlib_compression_level` into repo_config_values
` [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] submodule--helper: replace malloc with xmalloc
 2026-03-10 12:22 UTC  (2+ messages)

[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()`

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-03-10  9:27 UTC  (6+ 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 v2] t4200: replace test -f and test -d with test_path_exists
 2026-03-10  8:43 UTC 

Question about microprojects for GSoC
 2026-03-10  6:11 UTC 

[GSoC PATCH] format-patch: write numbered list in cover letter
 2026-03-10  4:54 UTC  (2+ messages)

[PATCH] convert: constify some variables in ident_to_worktree()
 2026-03-10  4:03 UTC 

What's cooking in git.git (Mar 2026, #04)
 2026-03-10  1:19 UTC 

[PATCH] dir: avoid -Wdiscarded-qualifiers in remove_path()
 2026-03-10  0:57 UTC  (4+ messages)

[PATCH v5] submodule: fetch missing objects from default remote
 2026-03-09 23:40 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v4 0/5] http: add support for HTTP 429 rate limit retries
 2026-03-09 23:34 UTC  (4+ messages)
` [PATCH v5 0/4] "

[PATCH 00/10] Xdiff cleanup part 3
 2026-03-09 23:31 UTC  (4+ messages)

[PATCH v10] setup: improve error diagnosis for invalid .git files
 2026-03-09 23:30 UTC  (14+ messages)
` [PATCH v11] "

[PATCH] SubmittingPatches: spell out "replace fully to pretend to be perfect"
 2026-03-09 23:26 UTC  (3+ messages)

[GSoC PATCH] t9200: use helpers to replace test -f <path> and test -d <path>
 2026-03-09 23:26 UTC  (8+ messages)
` [GSoC PATCH v2] t9200: replace test -f/-d with modern path helpers
` [GSoC PATCH v3] "

[PATCH] t0004: replace test -e with test_path_exists
 2026-03-09 23:12 UTC  (4+ messages)

Option for "git submodule foreach" to also run on the parent git?
 2026-03-09 22:14 UTC  (6+ messages)

[PATCH] Refactor 'trust_executable_bit' to repository-scoped setting
 2026-03-09 22:03 UTC  (8+ messages)
` [PATCH v2] Make 'trust_executable_bit' repository-scoped

git-fetch takes forever on a slow network link. Can parallel mode help?
 2026-03-09 21:08 UTC  (7+ messages)

[PATCH RFC] git-replay: implement subcommands
 2026-03-09 19:30 UTC 

[PATCH] t0004: replace test -e with test_path_exists
 2026-03-09 19:30 UTC  (2+ messages)

[PATCH v1 0/2] avoid unnecessary strbuf_split*() and strbuf-by-value usage
 2026-03-09 19:26 UTC  (8+ messages)
` [PATCH v1 1/2] worktree: do not pass strbuf by value
  ` coccinelle to catch pass-by-value?, was: "
` [PATCH v1 2/2] list-objects-filter-options: avoid strbuf_split_str()

[QUESTION] Improving disk space recovery for partial clones (GSoC 2026)
 2026-03-09 18:45 UTC  (5+ messages)

[PATCH 0/3] wt-status: reduce reliance on global state
 2026-03-09 18:30 UTC  (6+ messages)
` [PATCH v5 "

[PATCH 2/3] repo-settings: move trust_executable_bit to repo_settings
 2026-03-09 17:12 UTC  (2+ messages)
` [PATCH 3/3] repo-settings: lazy-load core.filemode in prepare_repo_settings

[PATCH 1/3] Refactor 'trust_executable_bit' to repository-scoped setting
 2026-03-09 16:50 UTC 

[PATCH 0/3] gitlab-ci: update to macOS 15 images
 2026-03-09 16:04 UTC  (7+ messages)
` [PATCH 1/3] meson: simplify iconv-emits-BOM check
` [PATCH 2/3] meson: detect broken iconv that requires ICONV_RESTART_RESET
` [PATCH 3/3] gitlab-ci: update to macOS 15 images

Untrusted Caching Proxy
 2026-03-09 15:28 UTC 

[GSoC Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-09 15:17 UTC  (2+ messages)

[PATCH v31 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-03-09 15:10 UTC  (3+ messages)

[GSoC] Introduction Pablo Sabater
 2026-03-09 15:08 UTC 

[PATCH] bloom: remove a misleading const qualifier
 2026-03-09 14:59 UTC  (2+ messages)

[GSOC][PROPOSAL]: Refactoring in order to reduce Git’s global state
 2026-03-09 14:42 UTC  (3+ messages)
` [GSOC][PROPOSAL v2]: "

[GSoC] extensions.partialClone and promisor remote fetch order
 2026-03-09 13:40 UTC  (2+ messages)

[PATCH 0/4] Run hooks in parallel
 2026-03-09 13:37 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] repository: fix repo_init() memleak due to missing _clear()
  ` [PATCH v3 2/9] config: add a repo_config_get_uint() helper
  ` [PATCH v3 3/9] hook: parse the hook.jobs config
  ` [PATCH v3 4/9] hook: allow parallel hook execution
  ` [PATCH v3 5/9] hook: mark non-parallelizable hooks
  ` [PATCH v3 6/9] hook: add -j/--jobs option to git hook run
  ` [PATCH v3 7/9] hook: add per-event jobs config
  ` [PATCH v3 8/9] hook: introduce extensions.hookStdoutToStderr
  ` [PATCH v3 9/9] hook: allow runtime enabling extensions.hookStdoutToStderr

[RFC PATCH 0/2] push: add support for pushing to remote groups
 2026-03-09 13:38 UTC  (5+ messages)
` [RFC PATCH 2/2] push: support pushing to a remote group

[GSOC][PATCH 0/2] Remove global state from editor.c
 2026-03-09 10:37 UTC  (8+ messages)
` [GSOC][PATCH 1/2] editor: make editor_program local to editor.c
` [GSOC][PATCH 2/2] editor: remove the_repository usage

[PATCH v7 0/5] rebase: support --trailer
 2026-03-09 10:36 UTC  (5+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 1/6] interpret-trailers: factor trailer rewriting

[PATCH] clone, progress: add --no-turtle-speed option to abort slow clones
 2026-03-09  9:31 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox