public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 17:51:35 to 2026-03-11 21:55:05 UTC [more...]

[PATCH 0/2] clean leftover calls to string_list_remove_duplicates
 2026-03-11 21:54 UTC  (11+ messages)
` [PATCH v4 0/1] Make keys_uniq stop depending on sort of keys_uniq
  ` [PATCH v4 1/1] help: cleanup the contruction "
` [PATCH v5] "

[PATCH 0/4] imap-send: modernize the OpenSSL API
 2026-03-11 21:49 UTC  (8+ 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()

[RFC] t: allow use of "sed -E"
 2026-03-11 21:41 UTC  (2+ messages)

[PATCH] t3200: replace hardcoded null OID with $ZERO_OID
 2026-03-11 21:17 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/1] Fix zombie children when git is PID 1 in containers
 2026-03-11 21:15 UTC  (7+ messages)
` [PATCH v2] transport-helper, connect: add atexit handler to reap children on abnormal exit

[GSoC PATCH] test-lib: print escape sequence names
 2026-03-11 20:49 UTC  (5+ messages)
` [GSoC PATCH v2] "

[GSoC PATCH] t9200: use helpers to replace test -f <path> and test -d <path>
 2026-03-11 20:31 UTC  (8+ messages)
` [GSoC PATCH v3] t9200: replace test -f/-d with modern path helpers

[PATCH] merge-file: fix BUG when --object-id is used in a worktree
 2026-03-11 20:16 UTC  (8+ messages)
    ` [PATCH v2] "

[GSoC PATCH] t9200: handle missing CVS with skip_all
 2026-03-11 19:49 UTC  (2+ messages)

[PATCH] builtin/help.c: move strbuf out of help loops
 2026-03-11 19:48 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/4] wean start_command() off the_repository
 2026-03-11 19:35 UTC  (11+ messages)
` [PATCH 1/4] run-command: add repo_start_command()
` [PATCH 2/4] run-command: use repo_start_command() in strict callers
` [PATCH 3/4] run-command: redefine start_command() as a wrapper macro
` [PATCH 4/4] cocci: convert start_command() to repo_start_command()

cherry-pick: add --show-current-patch
 2026-03-11 19:30 UTC  (2+ messages)

[PATCH v5] help: cleanup the contruction of keys_uniq
 2026-03-11 19:21 UTC 

[GSoC Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-11 18:34 UTC  (3+ messages)

[PATCH RFC] git-replay: implement subcommands
 2026-03-11 18:33 UTC  (2+ messages)

[PATCH v1] builtin/mktree: remove USE_THE_REPOSITORY_VARIABLE
 2026-03-11 18:17 UTC 

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

git-fetch takes forever on a slow network link. Can parallel mode help?
 2026-03-11 18:05 UTC  (9+ messages)

[PATCH v3 0/2] Advice on checkout dirty files
 2026-03-11 17:49 UTC  (13+ messages)
` [PATCH v4 0/5] "
  ` [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 v5 0/3] Advice on checkout dirty files
    ` [PATCH v5 1/3] advice: add stashBeforeCheckout advice for dirty branch switches
    ` [PATCH v5 2/3] advice: add stashBeforeCheckout advice for dirty branch switches [GSOC]
    ` [PATCH v5 3/3] unpack-trees: suggesting 'git checkout -m <branch>' with its repercussions

[PATCH 0/4] line-log: route -L output through the standard diff pipeline
 2026-03-11 17:35 UTC  (4+ messages)
` [PATCH 4/4] doc: note that -L supports patch formatting and pickaxe options

[PATCH] editorconfig: fix style not applying to subdirs anymore
 2026-03-11 17:32 UTC  (3+ messages)

[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
 2026-03-11 17:31 UTC  (24+ 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
    ` [PATCH v4 0/3] "
      ` [PATCH v4 1/3] commit: remove unused forward declaration
      ` [PATCH v4 2/3] gpg-interface: introduce sign_buffer_with_key()
      ` [PATCH v4 3/3] fast-import: add mode to sign commits with invalid signatures

[PATCH v5 0/5] format-patch: add cover-letter-format option
 2026-03-11 17:18 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

[GSoC] question for an additional objective
 2026-03-11 17:13 UTC 

[PATCH 0/5] parseopt: add subcommand autocorrection
 2026-03-11 17:01 UTC  (3+ messages)
` [PATCH 5/5] help: add tests for "

[PATCH 0/6] odb: introduce generic object counting
 2026-03-11 15:30 UTC  (16+ messages)
` [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/8] Some build system improvements
 2026-03-11 14:56 UTC  (14+ 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] promisor-remote: prevent lazy-fetch recursion in child fetch
 2026-03-11 14:19 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/10] config-hook cleanups and two small 'git hook list' features
 2026-03-11 13:53 UTC  (14+ 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 09/10] hook: show config scope in git hook list
` [PATCH 10/10] hook: show disabled hooks in "git hook list"

maintenance crontab entries not accepted by some cron implementations
 2026-03-11 13:40 UTC 

[GSoC] Introduction Pablo Sabater
 2026-03-11 11:20 UTC  (2+ messages)

[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 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/2] upload-pack: reduce lock contention when writing packfile data
 2026-03-11  6:27 UTC  (4+ messages)
` [PATCH v3 00/10] "

[PATCH v2 0/5] parseopt: add subcommand autocorrection
 2026-03-11  6:12 UTC  (25+ 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 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  (4+ messages)
` [PATCH v1] diff: document -U without <n> as using default context

Hello
 2026-03-11  4:02 UTC 

[PATCH] t7605: use test_path_is_file instead of test -f
 2026-03-10 22:50 UTC  (2+ 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

[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  (3+ messages)
` [PATCH v2] "

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

[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 

[PATCH 0/5] Advice on checkout dirty files
 2026-03-10 18:00 UTC  (9+ messages)
` [PATCH v2] advice: add stashBeforeCheckout advice for dirty branch switches


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