public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 12:47:38 to 2026-03-09 13:38:59 UTC [more...]

[PATCH 0/4] Run hooks in parallel
 2026-03-09 13:37 UTC  (6+ 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 5/9] hook: mark non-parallelizable hooks

[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

[PATCH] Refactor 'trust_executable_bit' to repository-scoped setting
 2026-03-09 13:33 UTC  (7+ messages)
` [PATCH] Make 'trust_executable_bit' repository-scoped
` [PATCH] [PATCH v2] "
`  "

Option for "git submodule foreach" to also run on the parent git?
 2026-03-09 12:52 UTC 

[QUESTION] Improving disk space recovery for partial clones (GSoC 2026)
 2026-03-09 12:13 UTC 

[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  (14+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 1/6] interpret-trailers: factor trailer rewriting
  ` [PATCH v8 2/6] interpret-trailers: refactor create_in_place_tempfile()
  ` [PATCH v8 3/6] trailer: libify a couple of functions
  ` [PATCH v8 4/6] trailer: append trailers without fork/exec
  ` [PATCH v8 5/6] commit, tag: parse --trailer with OPT_STRVEC
  ` [PATCH v8 6/6] rebase: support --trailer

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

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

[PATCH v31 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-03-09  9:20 UTC  (2+ 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] dir: avoid -Wdiscarded-qualifiers in remove_path()
 2026-03-09  3:23 UTC 

[PATCH] bloom: remove a misleading const qualifier
 2026-03-09  2:55 UTC 

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-09  2:18 UTC  (13+ 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"

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

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

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

[PATCH v1 0/2] avoid unnecessary strbuf_split*() and strbuf-by-value usage
 2026-03-08 18:03 UTC  (3+ messages)
` [PATCH v1 1/2] worktree: do not pass strbuf by value
` [PATCH v1 2/2] list-objects-filter-options: avoid strbuf_split_str()

[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] "

[GSoC Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-08 11:40 UTC 

[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  (12+ 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 v3 3/3] branch: add '--no-name-prefix' option

[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 

[GSOC][PROPOSAL]: Refactoring in order to reduce Git’s global state
 2026-03-07 20:04 UTC  (4+ messages)
` [GSOC][PROPOSAL v2]: "

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

[GSoC] extensions.partialClone and promisor remote fetch order
 2026-03-07 14:58 UTC  (2+ messages)

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

memory leak when cloning a repository
 2026-03-07  5:35 UTC  (18+ messages)
  ` [PATCH 0/4] plugging some mmap() leaks
    ` [PATCH 4/4] Makefile: turn on NO_MMAP when building with LSan
        ` [PATCH 5/4] meson: "
        ` [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  (9+ messages)
` [PATCH 1/4] line-log: fix crash when combined with pickaxe options
` [PATCH 2/4] line-log: route -L output through the standard diff pipeline
` [PATCH 3/4] t4211: add tests for -L with standard diff options
` [PATCH 4/4] doc: note that -L supports patch formatting and pickaxe options

[PATCH v2] clone: add clone.<url>.defaultObjectFilter config
 2026-03-07  1:33 UTC  (9+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v4 0/4] format-patch: add cover-letter-format option
 2026-03-06 23:34 UTC  (17+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v6 "
    ` [PATCH v6 1/5] pretty.c: add %(count) and %(total) placeholders
    ` [PATCH v6 2/5] format-patch: move cover letter summary generation
    ` [PATCH v6 3/5] format-patch: add ability to use alt cover format
    ` [PATCH v6 4/5] format-patch: add commitListFormat config
    ` [PATCH v6 5/5] docs: add usage for the cover-letter fmt feature
    ` [PATCH v7 0/5] format-patch: add cover-letter-format option
      ` [PATCH v7 1/5] pretty.c: add %(count) and %(total) placeholders
      ` [PATCH v7 2/5] format-patch: move cover letter summary generation
      ` [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

An annoying "Bug" that we would probably leave as-is
 2026-03-06 23:10 UTC 

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

[PATCH v2 0/3] clean up a few things
 2026-03-06 21:58 UTC  (5+ messages)
` [PATCH v3 "

Git reference git stash
 2026-03-06 21:50 UTC  (5+ messages)

Test "t0300-credentials" is failing on Arch/Artix: asks to enter the Username/Password in an infinite loop
 2026-03-06 21:17 UTC  (11+ messages)

[PATCH] Fix typo in MaintNotes regarding versioning scheme
 2026-03-06 21:07 UTC  (3+ messages)

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-03-06 20:53 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] commit: remove unused forward declaration
  ` [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] builtin/clone: fix segfault when using --revision on some servers
 2026-03-06 19:51 UTC  (2+ messages)

[git/contrib/subtree] Remote-ref unexpectedly deleted if pushing subtree commit twice
 2026-03-06 17:53 UTC 

[PATCH v2 0/2] replay: add --revert mode to reverse commit changes
 2026-03-06 16:20 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] "

[PATCH] repo-info: add paths.git_dir field
 2026-03-06 16:18 UTC 

git-http-fetch vs. gitremote-helpers
 2026-03-06 16:05 UTC 

Feature request: support listing worktrees sorted by creation time
 2026-03-06 13:02 UTC  (3+ messages)

[PATCH] Documentation: extend guidance for submitting patches
 2026-03-06 12:58 UTC  (2+ messages)

[GSoC] [Microproject] Added advice for files which are >50 mb
 2026-03-06 12:47 UTC 


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