public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-15 02:55:10 to 2026-03-17 09:35:47 UTC [more...]

[PATCH v4] checkout: -m (--merge) uses autostash when switching branches
 2026-03-17  9:35 UTC  (11+ messages)
` [PATCH v5 0/4] checkout: 'autostash' for branch switching
  ` [PATCH v5 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
  ` [PATCH v5 2/4] sequencer: allow create_autostash to run silently
  ` [PATCH v5 3/4] sequencer: teach autostash apply to take optional conflict marker labels
  ` [PATCH v5 4/4] checkout: -m (--merge) uses autostash when switching branches
  ` [PATCH v6 0/4] checkout: 'autostash' for branch switching
    ` [PATCH v6 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
    ` [PATCH v6 2/4] sequencer: allow create_autostash to run silently
    ` [PATCH v6 3/4] sequencer: teach autostash apply to take optional conflict marker labels
    ` [PATCH v6 4/4] checkout: -m (--merge) uses autostash when switching branches

[GSoC] [Proposal]: Implement promisor remote fetch ordering
 2026-03-17  7:53 UTC  (3+ messages)
` [GSoC] [Proposal v2]: "

[PATCH v3 0/8] parseopt: add subcommand autocorrection
 2026-03-17  3:21 UTC  (14+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] parseopt: extract subcommand handling from parse_options_step()
  ` [PATCH v4 02/10] help: make autocorrect handling reusable
  ` [PATCH v4 03/10] help: move tty check for autocorrection to autocorrect.c
  ` [PATCH v4 04/10] autocorrect: use mode and delay instead of magic numbers
  ` [PATCH v4 05/10] autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT
  ` [PATCH v4 06/10] autocorrect: provide config resolution API
  ` [PATCH v4 07/10] parseopt: autocorrect mistyped subcommands
  ` [PATCH v4 08/10] parseopt: enable subcommand autocorrection for git-remote and git-notes
  ` [PATCH v4 09/10] parseopt: add tests for subcommand autocorrection
  ` [PATCH v4 10/10] doc: document autocorrect API

[PATCH 0/1] Add "preparing" phase to reference-transaction hook
 2026-03-17  2:36 UTC  (15+ messages)
` [PATCH 1/1] Add preparing state "
` [PATCH v2 0/1] refs: add 'preparing' phase to the "
  ` [PATCH v2 1/1] "
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] "

[PATCH 0/4] line-log: route -L output through the standard diff pipeline
 2026-03-17  2:21 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] line-log: fix crash when combined with pickaxe options
  ` [PATCH v2 2/4] line-log: route -L output through the standard diff pipeline
  ` [PATCH v2 3/4] t4211: add tests for -L with standard diff options
  ` [PATCH v2 4/4] doc: note that -L supports patch formatting and pickaxe options

[PATCH] t2203: avoid suppressing git status exit code
 2026-03-17  1:15 UTC 

Unexpected exit code for --help with rev-parse --parseopt
 2026-03-17  0:47 UTC  (6+ messages)
` [PATCH] rev-parse: have --parseopt callers exit 0 on --help

[GSoC PATCH] apply: report input location in binary and garbage patch errors
 2026-03-17  0:22 UTC 

[GSoC] Proposal draft: Improve the new git repo command
 2026-03-17  0:28 UTC  (4+ messages)

[PATCH 0/5] backfill: accept revision arguments
 2026-03-17  0:29 UTC  (6+ messages)
` [PATCH 1/5] revision: include object-name.h
` [PATCH 2/5] t5620: prepare branched repo for revision tests
` [PATCH 3/5] backfill: accept revision arguments
` [PATCH 4/5] backfill: work with prefix pathspecs
` [PATCH 5/5] path-walk: support wildcard pathspecs for blob filtering

What's cooking in git.git (Mar 2026, #06)
 2026-03-17  0:25 UTC 

[RFC PATCH 2/2] l10n: README: document AI assistant guidelines
 2026-03-16 23:54 UTC  (14+ messages)
` [PATCH v3 0/5] docs(l10n): AI agent instructions and workflow improvements
  ` [PATCH v3 1/5] l10n: add .gitattributes to simplify location filtering
` [PATCH v4 0/5] docs(l10n): AI agent instructions and workflow improvements
  ` [PATCH v4 1/5] l10n: add .gitattributes to simplify location filtering
  ` [PATCH v4 2/5] docs(l10n): add AGENTS.md with optimized update-pot instructions
  ` [PATCH v4 3/5] docs(l10n): add AI agent instructions for updating po/XX.po files
  ` [PATCH v4 4/5] docs(l10n): add AI agent instructions for translating PO files
  ` [PATCH v4 5/5] docs(l10n): add AI agent instructions to review translations

[GSoC] question for an additional objective
 2026-03-16 23:07 UTC  (4+ messages)

[GSoC Proposal] Improve Disk Space Recovery for Partial Clones
 2026-03-16 23:05 UTC  (2+ messages)

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

[PATCH 0/3] doc: interpret-trailers: convert to synopsis and update options
 2026-03-16 21:48 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] doc: interpret-trailers: convert to synopsis style
  ` [PATCH v2 2/4] doc: interpret-trailers: normalize and fill out options
  ` [PATCH v2 3/4] doc: config: convert trailers section to synopsis style
  ` [PATCH v2 4/4] interpret-trailers: use placeholder instead of *

[GSoC] Proposal: Complete and extend the remote-object-info command for git cat-file
 2026-03-16 21:38 UTC  (7+ messages)
` [GSoC v3] "

[PATCH v2] transport-helper, connect: add atexit handler to reap children on abnormal exit
 2026-03-16 21:24 UTC  (7+ messages)
` [PATCH v4] transport-helper, connect: use clean_on_exit "

[GSOC Proposal] Complete and extend the remote-object-info command for git cat-file
 2026-03-16 20:46 UTC  (4+ messages)

[GSoC PATCH] apply: report the location of corrupt patches
 2026-03-16 20:12 UTC  (10+ messages)
  ` [GSoC PATCH v2] "
  ` [GSoC PATCH v3] "
    ` [GSoC PATCH] apply: report input location in header parsing errors

[PATCH] checkout: add --autostash option for branch switching
 2026-03-16 20:04 UTC  (6+ messages)

[GSOC][RFC] Draft Proposal: Complete and extend the remote-object-info command for git cat-file
 2026-03-16 19:58 UTC 

[PATCH v4] apply.c: fix -p argument parsing
 2026-03-16 19:56 UTC  (4+ messages)
` [PATCH] "

[PATCH v3 0/2] replay: add --revert mode to reverse commit changes
 2026-03-16 19:53 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] sequencer: extract revert message formatting into shared function
  ` [PATCH v4 2/2] replay: add --revert mode to reverse commit changes

[GSoC RFC PATCH] graph: add --graph-max option to limit displayed columns
 2026-03-16 19:48 UTC  (3+ messages)

[PATCH] t0008: fix "large exclude file ignored in tree"
 2026-03-16 19:48 UTC  (7+ messages)
` [PATCH v2] t0008: improve test cleanup to fix failing test

[PATCH 0/4] Run hooks in parallel
 2026-03-16 18:44 UTC  (17+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] repository: fix repo_init() memleak due to missing _clear()
  ` [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

[GSoC][RFC v2] Proposal: Improve the new git repo command
 2026-03-16 18:10 UTC  (2+ messages)

[PATCH] t0004: replace test -e with test_path_exists
 2026-03-16 17:24 UTC  (2+ messages)
` [PATCH v2] t4200: convert test -[df] checks to test_path_* helpers

[PATCH] doc: fix git grep args order in Quick Reference
 2026-03-16 17:16 UTC  (2+ messages)

GitGitGadget's website is responsive, how about kernel.org?
 2026-03-16 17:14 UTC  (10+ messages)

[PATCH] remote: use plural-only message for diverged branch status
 2026-03-16 17:06 UTC  (7+ messages)

[PATCH v3] t4200-rerere: use test_path helpers
 2026-03-16 16:50 UTC  (2+ messages)

[PATCH 0/3] worktree: stop using "the_repository" in is_current_worktree()
 2026-03-16 16:22 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] worktree: remove "the_repository" from is_current_worktree()
  ` [PATCH v2 2/3] worktree add: stop reading ".git/HEAD"
  ` [PATCH v2 3/3] worktree: reject NULL worktree in get_worktree_git_dir()

[PATCH 0/2] coccinelle: detect and fix strbuf-by-value parameters
 2026-03-16 15:35 UTC  (4+ messages)
` [PATCH 1/2] coccinelle: detect struct strbuf passed by value
` [PATCH 2/2] stash: do not pass strbuf "

[PATCH 0/2] odb: add odb_source_files_try() for heterogeneous source iteration
 2026-03-16 15:29 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] odb: use odb_source_files_try() in source-chain iterations

[PATCH v2] t/pack-refs-tests: use test_path_is_missing
 2026-03-16 15:25 UTC  (2+ messages)

git --format anyone ?
 2026-03-16 15:09 UTC  (3+ messages)

[Question] Ascii histograms for repo structure
 2026-03-16 12:46 UTC  (2+ messages)

[GSoC] microproject idea: improve corrupt patch location reporting in git am
 2026-03-16 11:17 UTC  (2+ messages)

cherry-pick: add --show-current-patch
 2026-03-16 11:03 UTC  (3+ messages)

[PATCH 0/8] Some build system improvements
 2026-03-16 10:54 UTC  (24+ messages)
` [PATCH 7/8] meson: compile compatibility sources separately
` [PATCH v2 0/8] Some build system improvements
  ` [PATCH v2 1/8] Introduce new "tools/" directory
  ` [PATCH v2 2/8] contrib: move "coccinelle/" directory into "tools/"
  ` [PATCH v2 3/8] contrib: move "coverage-diff.sh" script "
  ` [PATCH v2 4/8] contrib: move "update-unicode.sh" "
  ` [PATCH v2 5/8] builds: move build scripts "
  ` [PATCH v2 6/8] git-compat-util.h: move warning infra to prepare for PCHs
  ` [PATCH v2 7/8] meson: compile compatibility sources separately
  ` [PATCH v2 8/8] meson: precompile "git-compat-util.h"

describe with --git-dir and --dirty outside of the repo always says dirty
 2026-03-16  8:22 UTC  (3+ messages)

[PATCH] clar: update to fix compilation on platforms without PATH_MAX
 2026-03-16  7:50 UTC 

[PATCH v5] clone: add clone.<url>.defaultObjectFilter config
 2026-03-16  7:47 UTC  (4+ messages)
` [PATCH v6] "

[PATCH 0/8] history: introduce "split" subcommand
 2026-03-16  7:13 UTC  (3+ messages)

[PATCH v2] t4200-rerere: use test_path helpers
 2026-03-16  7:04 UTC 

[PATCH] Fix GNU/Hurd build
 2026-03-16  6:41 UTC  (5+ messages)

[PATCH v2] t4200: replace test -f and test -d with test_path_exists
 2026-03-16  6:37 UTC  (2+ messages)

[PATCH] .editorconfig: separate tree-wide glob patterns
 2026-03-16  0:09 UTC  (2+ messages)

[GSOC Proposal] Improve disk space recovery for partial clones
 2026-03-15 19:38 UTC 

[PATCH] apply.c: fix -p argument parsing
 2026-03-15 17:56 UTC  (3+ messages)

[GSoC] Introduction - Siddharthan T V
 2026-03-15 14:29 UTC 

[GSOC 2026] Proposal Draft: Improving Git Advice Messages
 2026-03-15 12:46 UTC  (4+ messages)

[GSoC Draft Proposal] Refactoring in order to reduce Git's global state
 2026-03-15  9:52 UTC  (2+ messages)
` [GSoC Draft Proposal v2] "

[RFC] coccinelle: detect struct strbuf passed by value
 2026-03-15  7:29 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