public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 04:49:00 to 2026-03-12 14:40:32 UTC [more...]

[PATCH] checkout: add --autostash option for branch switching
 2026-03-12 14:40 UTC  (2+ messages)

[PATCH v3 0/3] fast-import: add mode to re-sign invalid commit signatures
 2026-03-12 14:22 UTC  (10+ messages)
` [PATCH v4 "
  ` [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] t0410: modernize delete_object helper
 2026-03-12 14:17 UTC  (2+ messages)

[RFC] t: allow use of "sed -E"
 2026-03-12 13:43 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/5] parseopt: add subcommand autocorrection
 2026-03-12 13:35 UTC  (5+ messages)
` [PATCH 5/5] help: add tests for "

[PATCH v1 0/8] repo_config_values: migrate more globals
 2026-03-12 13:18 UTC  (6+ messages)

[PATCH] builtin/clone: fix segfault when using --revision on some servers
 2026-03-12 12:34 UTC  (3+ messages)

[PATCH 0/4] wean start_command() off the_repository
 2026-03-12 10:01 UTC  (13+ 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()
` [PATCH v2] run-command: wean start_command() off the_repository

[PATCH 0/6] odb: introduce generic object counting
 2026-03-12  8:43 UTC  (24+ 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 v2 0/6] "
  ` [PATCH v2 1/6] odb: stop including "odb/source.h"
  ` [PATCH v2 2/6] packfile: extract logic to count number of objects
  ` [PATCH v2 3/6] object-file: extract logic to approximate object count
  ` [PATCH v2 4/6] object-file: generalize counting objects
  ` [PATCH v2 5/6] odb/source: introduce generic object counting
  ` [PATCH v2 6/6] odb: "

git submodule using worktrees?
 2026-03-12  8:29 UTC  (3+ messages)

[PATCH] promisor-remote: prevent lazy-fetch recursion in child fetch
 2026-03-12  7:27 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1] builtin/mktree: remove USE_THE_REPOSITORY_VARIABLE
 2026-03-12  6:55 UTC  (2+ messages)

[PATCH 0/8] Some build system improvements
 2026-03-12  6:22 UTC  (12+ messages)
` [PATCH 7/8] meson: compile compatibility sources separately
` [PATCH 8/8] meson: precompile "git-compat-util.h"

[PATCH] t3200: replace hardcoded null OID with $ZERO_OID
 2026-03-12  6:07 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2 0/5] parseopt: add subcommand autocorrection
 2026-03-12  4:53 UTC  (19+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] parseopt: extract subcommand handling from parse_options_step()
  ` [PATCH v3 3/8] help: move tty check for autocorrection to autocorrect.c
  ` [PATCH v3 6/8] parseopt: autocorrect mistyped subcommands
  ` [PATCH v3 8/8] help: add tests for subcommand autocorrection

[PATCH v3 0/2] Advice on checkout dirty files
 2026-03-12  4:00 UTC  (16+ 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 v6] unpack-trees: suggesting 'git checkout -m' "

[RFC PATCH 2/2] l10n: README: document AI assistant guidelines
 2026-03-12  2:34 UTC  (8+ messages)
` [PATCH v2 0/5] docs(l10n): AI agent instructions and workflow improvements
  ` [PATCH v2 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions
  ` [PATCH v2 4/5] docs(l10n): add AI agent instructions for translating PO files
  ` [PATCH v2 5/5] docs(l10n): add AI agent instructions to review translations

[PATCH 0/3] doc: interpret-trailers: convert to synopsis and update options
 2026-03-12  1:38 UTC  (7+ messages)
` [PATCH 1/3] doc: interpret-trailers: convert to synopsis style
` [PATCH 2/3] doc: interpret-trailers: normalize and fill out options
` [PATCH 3/3] doc: config: convert trailers section to synopsis style

[PATCH 0/4] imap-send: modernize the OpenSSL API
 2026-03-12  0:25 UTC  (14+ 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 v2 0/3] imap-send: modernize the OpenSSL API
` [PATCH v2 1/3] imap-send: use the OpenSSL API to access the subject alternative names
` [PATCH v2 2/3] imap-send: use the OpenSSL API to access the subject common name
` [PATCH v2 3/3] imap-send: move common code into function host_matches()

[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/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  (4+ 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] "

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 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 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 v6 0/5] format-patch: add cover-letter-format option
 2026-03-11 17:18 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/5] format-patch: add commitListFormat config

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

[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 0/4] run auto maintenance in git-gui
 2026-03-11  4:48 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