close
git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[PATCH] worktree add: improve message for ambiguous remote branch name
 2026-08-22  3:22 UTC  (18+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] checkout: "
` [PATCH v6 0/3] worktree add: "
  ` [PATCH v6 1/3] checkout: extract function to display advice for ambiguous remotes
  ` [PATCH v6 2/3] checkout: improve message for ambiguous remote branch name
  ` [PATCH v6 3/3] worktree add: "
` [PATCH v7 0/3] "
  ` [PATCH v7 1/3] checkout: extract function to display advice for ambiguous remotes
  ` [PATCH v7 2/3] checkout: improve message for ambiguous remote branch name
  ` [PATCH v7 3/3] worktree add: "

[PATCH 0/2] branch: fix --recurse-submodules with a nameless start point
 2026-08-21 23:01 UTC  (3+ messages)
` [PATCH 1/2] branch: do not track a start point with no ref
` [PATCH 2/2] branch: allow recursion with no tracking name

[PATCH] worktree repair: detect relative path in .git file correctly
 2026-08-21 22:20 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

AI Textconv filter misconfiguration on Windows leads to silent corruption of diff output (ongoing investigation)
 2026-08-21 21:14 UTC  (2+ messages)

[PATCH] send-pack: avoid sending the whole tree when pushing from a shallow clone
 2026-08-21 18:21 UTC  (4+ messages)

[PATCH 0/3] treewide: migrate from legacy utime.h to utimensat
 2026-08-21 17:33 UTC  (5+ messages)
` [PATCH 1/3] compat/posix: introduce utimensat(2) wrapper
` [PATCH 2/3] treewide: use utimensat(2) instead of legacy utime(3p)
` [PATCH 3/3] compat/posix: drop legacy <utime.h> header and shims

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-08-21 16:55 UTC  (8+ messages)
` [PATCH v2] "

[GSoC Patch 0/2] add unicode support to git repo structure
 2026-08-21 16:59 UTC  (4+ messages)
` [GSoC Patch 1/2] gettext: fall back to env-derived charset when unset
` [GSoC Patch 2/2] repo: add Unicode support for `repo structure` output

[PATCH] completion: zsh: support completion after "git -C <path>"
 2026-08-21 16:42 UTC  (6+ messages)
` [PATCH v2] "

trailers: --only-trailers normalizes URLs to trailers
 2026-08-21 15:55 UTC  (9+ messages)
` [PATCH] trailers: stop recognizing URLs as trailers
  ` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/4] odb: eagerly load alternates
 2026-08-21 15:19 UTC  (9+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] setup: create ref and object databases after config is written
  ` [PATCH v3 2/5] odb: decouple source path comparisons from `the_repository`

[PATCH v3 0/9] builtin/receive-pack: support pluggable packfile writes
 2026-08-21 15:05 UTC  (23+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] builtin/receive-pack: properly clean up keep files
  ` [PATCH v4 2/9] odb/transaction: add transaction finalize interface
  ` [PATCH v4 7/9] builtin/receive-pack: explicitly pass packfile fd
  ` [PATCH v4 8/9] odb: return temporary ODB source when set
  ` [PATCH v4 9/9] odb/transaction: add transaction interface to write packfiles
  ` [PATCH v5 0/9] builtin/receive-pack: support pluggable packfile writes
    ` [PATCH v5 1/9] builtin/receive-pack: properly clean up keep files
    ` [PATCH v5 2/9] odb/transaction: add transaction finalize interface
    ` [PATCH v5 3/9] builtin/receive-pack: pass shallow file explicitly
    ` [PATCH v5 4/9] builtin/receive-pack: read unpack limit config lazily
    ` [PATCH v5 5/9] builtin/receive-pack: lift global state out of unpack()
    ` [PATCH v5 6/9] builtin/receive-pack: report unpack errors via strbuf
    ` [PATCH v5 7/9] builtin/receive-pack: explicitly pass packfile fd
    ` [PATCH v5 8/9] odb: return temporary ODB source when set
    ` [PATCH v5 9/9] odb/transaction: add transaction interface to write packfiles

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-08-21 14:08 UTC  (7+ messages)
` [GSoC PATCH v4 "
  ` [GSoC PATCH v4 6/7] repo: add path.git-prefix

[PATCH 0/4] doc: advertize gitdatamodel(1)
 2026-08-21 13:16 UTC  (8+ messages)
` [PATCH 1/4] doc: git: list gitdatamodel(7) as a concept guide
` [PATCH 2/4] doc: git: link to the gitdatamodel(7) tutorial
` [PATCH 3/4] doc: glossary: link four of the terms to gitdatamodel(7)
` [PATCH 4/4] doc: datamodel: link to the glossary

[PATCH 0/7] odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
 2026-08-21 12:39 UTC  (13+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] odb/source: introduce error status when reading objects
  ` [PATCH v2 3/5] odb/source: let callers discern missing and corrupt objects

[PATCH 0/5] odb: make packfile generation pluggable
 2026-08-21 12:38 UTC  (29+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] odb: introduce interface to generate packfiles
  ` [PATCH v3 2/6] upload-pack: generate packfiles via the object database
  ` [PATCH v3 3/6] send-pack: "
  ` [PATCH v3 4/6] builtin/bundle: refactor option handling for progress meter
  ` [PATCH v3 5/6] bundle: get (mostly) rid of `the_repository`
  ` [PATCH v3 6/6] bundle: generate packfiles via the object database
` [PATCH v4 0/6] odb: make packfile generation pluggable
  ` [PATCH v4 1/6] odb: introduce interface to generate packfiles
  ` [PATCH v4 2/6] upload-pack: generate packfiles via the object database
  ` [PATCH v4 3/6] send-pack: "
  ` [PATCH v4 4/6] builtin/bundle: refactor option handling for progress meter
  ` [PATCH v4 5/6] bundle: get (mostly) rid of `the_repository`
  ` [PATCH v4 6/6] bundle: generate packfiles via the object database

[PATCH 0/2] fetch-pack: allow parallelizing packfile URI fetches
 2026-08-21 12:31 UTC  (3+ messages)
` [PATCH 1/2] fetch-pack: prepare for threaded fetching of packfile URIs
` [PATCH 2/2] fetch-pack: allow parallelizing packfile URI fetches

[BUG] git config --global: doc and behaviour disagree when ~/.gitconfig and XDG config file coexist
 2026-08-21  9:21 UTC  (4+ messages)

[PATCH 0/3] Convert USE_NSEC to runtime config
 2026-08-21 12:10 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec
` [PATCH v4 0/3] Convert USE_NSEC to runtime config
  ` [PATCH v4 1/3] meson: expose knob for xmlto relative links in manuals
  ` [PATCH v4 2/3] environment: align repo_config_values_init with struct declaration
  ` [PATCH v4 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

Possible bug with sparse checkout and submodules
 2026-08-21 11:58 UTC 

[PATCH] odb/files: be less aggressive with geometric repacking
 2026-08-21 11:40 UTC  (4+ messages)

Questions about --ext-diff
 2026-08-21 11:13 UTC 

[PATCH] ci: cancel stale pull request workflow runs
 2026-08-21 11:14 UTC  (2+ messages)

[PATCH] t1402: test forbidden characters in refnames
 2026-08-21  9:29 UTC  (3+ messages)
` [PATCH v2] "

What's cooking in git.git (Aug 2026, #09)
 2026-08-21  9:09 UTC  (2+ messages)
` kh/doc-trailers

[PATCH v2 0/6] odb: make packfile generation pluggable
 2026-08-21  7:46 UTC  (14+ messages)
` [PATCH v2 1/6] odb: introduce interface to generate packfiles
` [PATCH v2 5/6] bundle: get (mostly) rid of `the_repository`
` [PATCH v2 6/6] bundle: generate packfiles via the object database

[PATCH 0/2] Objects treated as missing despite being present, due to race with geometric repacking
 2026-08-21  3:37 UTC  (8+ messages)
` [PATCH 1/2] replay: fail gracefully when a merge input is unreadable
` [PATCH 2/2] packfile: recover when a multi-pack-index names a removed pack

[PATCH] pack-objects: trace pack bytes written
 2026-08-21  3:33 UTC  (11+ messages)
  ` [PATCH v2] "

[PATCH] pull: add --hard mode
 2026-08-21  1:09 UTC  (7+ messages)

[PATCH] t1401: test symbolic-ref exit codes on a non-symbolic ref
 2026-08-20 22:20 UTC  (2+ messages)
` [PATCH v2] t1401: check symbolic-ref exit codes and --quiet silence

[PATCH 0/3] reftable/stack: avoid reloading the stack when locked
 2026-08-20 21:23 UTC  (9+ messages)
` [PATCH 1/3] reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`
` [PATCH 3/3] reftable/stack: avoid reloading the stack when already locked

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-08-20 20:10 UTC  (11+ messages)
` [PATCH v14 0/8] history: add squash subcommand to fold a range
  ` [PATCH v14 1/8] history: extract helper for a commit's parent tree
  ` [PATCH v14 2/8] history: give commit_tree_ext a message template
  ` [PATCH v14 3/8] sequencer: share the squash message marker helpers and flags
  ` [PATCH v14 4/8] history: add skeleton for squash subcommand
  ` [PATCH v14 5/8] history: validate squash revision ranges
  ` [PATCH v14 6/8] history: protect branches when squashing a range
  ` [PATCH v14 7/8] history: create squashed commits without editing
  ` [PATCH v14 8/8] history: support editing squashed commit messages

[PATCH] credential/libsecret: load secrets explicitly
 2026-08-20 19:05 UTC  (3+ messages)

[PATCH] worktree add: shouldn't dwim if -b or -B is given
 2026-08-20 17:34 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v4] "

[PATCH v2] http: preserve wwwauth_headers across redirects
 2026-08-20 15:26 UTC  (2+ messages)

[PATCH] t1401: test symbolic-ref exit codes on a non-symbolic ref
 2026-08-20 15:13 UTC  (2+ messages)

[PATCH] t1402: test forbidden characters in refnames
 2026-08-20 14:46 UTC  (3+ messages)

git-history(1) fixup broken with worktrees?
 2026-08-20 13:20 UTC  (4+ messages)

request-pull prints false warning when given commit hash as argument
 2026-08-20  5:25 UTC 


Code repositories for project(s) associated with this public inbox

	http://public-inbox.org/mirrors/git.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).