public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-07 02:11:08 to 2026-03-10 04:55:09 UTC [more...]

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

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

[PATCH] apply.c: fix -p argument parsing
 2026-03-10  4:45 UTC  (5+ messages)
` [PATCH v2] "

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

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

[PATCH 0/2] repo: remove redundant variable shadow in stats_table_print_structure
 2026-03-10  3:08 UTC  (4+ 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

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  (10+ messages)
` [PATCH] Make 'trust_executable_bit' repository-scoped
` [PATCH] [PATCH v2] "
`  "

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-09 21:59 UTC  (17+ messages)
` [PATCH 01/10] hook: move unsorted_string_list_remove() to string-list.[ch]
` [PATCH 02/10] hook: fix minor style issues
` [PATCH 03/10] hook: rename cb_data_free/alloc -> hook_data_free/alloc
` [PATCH 04/10] hook: detect & emit two more bugs
` [PATCH 05/10] hook: replace hook_list_clear() -> string_list_clear_func()
` [PATCH 06/10] hook: make consistent use of friendly-name in docs
` [PATCH 07/10] t1800: add test to verify hook execution ordering
` [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"

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  (5+ messages)
` [GSOC][PROPOSAL v2]: "

[GSoC] extensions.partialClone and promisor remote fetch order
 2026-03-09 13:40 UTC  (3+ 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  (8+ messages)
` [RFC PATCH 1/2] remote: move remote group resolution to remote.c
` [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)

[PATCH] patch-ids: achieve const correctness in patch_id_neq()
 2026-03-09  6:51 UTC  (7+ messages)
` [PATCH v2] patch-ids: document intentional const-casting "
  ` [PATCH v3] "

[PATCH 0/5] parseopt: add subcommand autocorrection
 2026-03-09  2:11 UTC  (20+ messages)
` [PATCH 1/5] parseopt: extract subcommand handling from parse_options_step()
` [PATCH 2/5] help: refactor command autocorrection handling
` [PATCH 3/5] parseopt: autocorrect mistyped subcommands
` [PATCH 4/5] parseopt: enable subcommand autocorrect for remote and notes
` [PATCH 5/5] help: add tests for subcommand autocorrection
` [PATCH v2 0/5] parseopt: add "
  ` [PATCH v2 1/5] parseopt: extract subcommand handling from parse_options_step()
  ` [PATCH v2 2/5] help: refactor command autocorrection handling
  ` [PATCH v2 3/5] parseopt: autocorrect mistyped subcommands
  ` [PATCH v2 4/5] parseopt: enable subcommand autocorrect for remote and notes
  ` [PATCH v2 5/5] help: add tests for subcommand autocorrection

[PATCH] quiltimport: fix backslash expansion in patch subjects
 2026-03-09  1:31 UTC  (5+ messages)

[PATCH v2 0/5] builtin/repo: include largest object information
 2026-03-08 18:44 UTC  (5+ messages)
` [PATCH v3 0/6] "

[GSoC][Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-08 17:38 UTC  (6+ messages)
` [GSoC][Draft Proposal v3] "
  ` [GSoC][Draft Proposal v4] "
      ` [GSoC][Draft Proposal v6] "
        ` [GSoC][Draft Proposal v7] "

[PATCH] history: initialize rev_info in cmd_history_reword()
 2026-03-08  9:57 UTC 

[PATCH v2 0/2] branch: add 'branch.addCurrentBranchAsPrefix' config param
 2026-03-08  7:06 UTC  (9+ messages)
` [PATCH v3 0/3] branch: add prefixes to new branch names
  ` [PATCH v3 1/3] branch: add '--name-prefix' option
  ` [PATCH v3 2/3] branch: add 'branch.namePrefix' config param

[PATCH v2] t3310: avoid hiding failures from rev-parse in command substitutions
 2026-03-08  6:04 UTC  (7+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 0/4] run auto maintenance in git-gui
 2026-03-08  6:02 UTC  (5+ messages)

[PATCH] .mailmap: update email address for Tian Yuchen
 2026-03-08  4:33 UTC 

[PATCH 0/4] repo: add support for path-related fields
 2026-03-08  0:29 UTC  (3+ messages)

Fwd: Issue with 'git add --patch' after editor closes
 2026-03-07 21:52 UTC 

[PATCH] doc: make it easier to find custom command information
 2026-03-07 17:08 UTC 

[PATCH] Fixed --shallow-since generating descendant borders
 2026-03-07  7:13 UTC  (8+ messages)
` [PATCH v2] shallow: set borders which are all reachable after clone shallow since

What's cooking in git.git (Mar 2026, #03)
 2026-03-07  6:47 UTC  (3+ messages)

[PATCH 0/4] plugging some mmap() leaks
 2026-03-07  5:35 UTC  (5+ 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 0/4] line-log: route -L output through the standard diff pipeline
 2026-03-07  2:10 UTC  (5+ messages)


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