git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-02 19:43:37 to 2026-09-04 21:01:54 UTC [more...]

[PATCH 0/2] push: fix --force-if-includes consulting wrong ref
 2026-09-04 21:01 UTC  (3+ messages)
` [PATCH 1/2] push: check pushed ref for --force-if-includes
` [PATCH 2/2] push: fix --force-if-includes detached HEAD advice

[PATCH 0/2] Update tests to use semantic functions
 2026-09-04 20:35 UTC  (3+ messages)
` [PATCH 1/2] Update shell "
` [PATCH 2/2] Second batch of shell test migrations

User report on git 2.55.0
 2026-09-04 20:32 UTC  (3+ messages)

[PATCH] dir: find common prefix among positive pathspecs
 2026-09-04 19:19 UTC  (24+ messages)
    ` [PATCH v2 0/2] dir: fix pathspec prefixes with exclusions
      ` [PATCH v2 1/2] dir: do not apply prefix to negative pathspecs
      ` [PATCH v2 2/2] dir: find common prefix among non-exclude pathspec items
          ` pathspec: match and original in pathspec_item are const
      ` [PATCH v3 0/3] dir: fix pathspec prefixes with exclusions
        ` [PATCH v3 1/3] pathspec: match and original in pathspec_item are const
        ` [PATCH v3 2/3] dir: do not apply prefix to negative pathspecs
        ` [PATCH v3 3/3] dir: find common prefix among non-exclude pathspec items

[PATCH] rerere: keep a background gc from killing a rebase
 2026-09-04 19:08 UTC  (16+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/1] commit: allow -m/-F with --fixup=amend: or reword:
 2026-09-04 18:47 UTC  (5+ messages)
` [PATCH v2 0/2] commit: allow -m/-F/-c/-C for all --fixup variations
  ` [PATCH v2 2/2] commit: allow -c/-C for all kinds of --fixup

[PATCH 00/11] Fix inconsistent ref storage format terminology
 2026-09-04 17:15 UTC  (17+ messages)
` [PATCH 01/11] builtin/init: rename "--ref-format=" to "--ref-storage="
` [PATCH 02/11] builtin/clone: "
` [PATCH 03/11] builtin/refs: "
` [PATCH 04/11] builtin/submodule: "
` [PATCH 05/11] builtin/rev-parse: rename "--show-ref-format" to "--show-ref-storage"
` [PATCH 06/11] help: rename "default-ref-format" to "default-ref-storage"
` [PATCH 07/11] refs: expose function to parse reference URIs
` [PATCH 08/11] setup: refactor how we configure the ref storage format
` [PATCH 09/11] setup: rename ref storage format environment variables
` [PATCH 10/11] setup: rename "init.defaultRefFormat" to "init.defaultRefStorage"
` [PATCH 11/11] setup: allow "git init --ref-storage=" to specify a payload

[PATCH 0/2] builtin/maintenance: improve heuristic for "rerere gc"
 2026-09-04 16:53 UTC  (15+ messages)
` [PATCH 1/2] rerere: extract logic to determine whether entries are stale
` [PATCH 2/2] builtin/maintenance: improve heuristic for "rerere gc"
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rerere: extract logic to determine whether entries are stale
  ` [PATCH v2 2/2] builtin/maintenance: improve heuristic for "rerere gc"

[PATCH] push: fix --force-if-includes when remote-tracking ref has no reflog
 2026-09-04 16:48 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/2] checkout -m: refine autostash fallback
 2026-09-04 16:42 UTC  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] stash: reserve exit status 1 for conflicts
  ` [PATCH v4 2/2] checkout: separate autostash conflict advice from branch-switch message
` [PATCH v5 0/2] checkout -m: refine autostash fallback
  ` [PATCH v5 1/2] stash: reserve exit status 1 for conflicts
  ` [PATCH v5 2/2] checkout: separate autostash conflict advice from branch-switch message

[PATCH 1/2] t3507: pin CHERRY_PICK_HEAD absence for a conflicting --no-commit
 2026-09-04 16:20 UTC  (14+ messages)
` [PATCH 2/2] doc: cherry-pick: note --no-commit skips CHERRY_PICK_HEAD
` [PATCH v2] "

[PATCH] builtin/whoami: add new 'whoami' command
 2026-09-04 15:57 UTC  (6+ messages)
` [PATCH v3] var: support broken-down idents, default key, multiple args, and -z

[PATCH 0/2] sequencer: leave auto maintenance to the end of a rebase
 2026-09-04 15:55 UTC  (10+ messages)
` [PATCH 1/2] sequencer: run auto maintenance once a rebase is done
` [PATCH 2/2] sequencer: keep auto maintenance out of the commands a rebase spawns
` [PATCH v2 0/3] sequencer: leave auto maintenance to the end of a sequence
  ` [PATCH v2 1/3] config: add git_config_append_parameter()
  ` [PATCH v2 2/3] sequencer: run auto maintenance once a sequence is done
  ` [PATCH v2 3/3] sequencer: keep auto maintenance out of the commands a sequence spawns

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-09-04 14:37 UTC  (5+ messages)
` [GSoC Patch v5 0/7] "
  ` [GSoC Patch v5 7/7] repo: add path.cdup

[GSoC PATCH v4 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-09-04 10:51 UTC  (5+ messages)
` [GSoC PATCH v5 0/6] "
  ` [GSoC PATCH v5 6/6] builtin/repack: add guards for --drop-filtered

What's cooking in git.git (Sep 2026, #01)
 2026-09-04  6:03 UTC  (4+ messages)

[PATCH] branch: avoid slow strvec Coccinelle matching
 2026-09-04  4:20 UTC  (7+ messages)

[PATCH 0/6] Standardize early option scanning to fix argument parsing bugs
 2026-09-04  3:38 UTC  (7+ messages)
` [PATCH 1/6] parse-options: add early_scan_options()
` [PATCH 2/6] bisect: fix "--" detection when a term name is "--"
` [PATCH 6/6] fast-import: use early_scan_options() for --allow-unsafe-features

[PATCH] technical/partial-clone: narrow the one-at-a-time fetch limitation
 2026-09-03 23:03 UTC  (4+ messages)

[PATCH v1 0/1] rev-list: add --missing=print-only mode
 2026-09-03 20:45 UTC  (7+ messages)
` [PATCH v2 0/1] rev-list: add --missing-only option to filter output
  ` [PATCH v3 "
    ` [PATCH v3 1/1] "

[Bug] Porcelain allows creation of '@' branch
 2026-09-03 18:45 UTC  (6+ messages)

[PATCH] git-gui: drain the cat-file pipe before closing it
 2026-09-03 17:49 UTC  (2+ messages)

[PATCH v6 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec
 2026-09-03 18:16 UTC  (6+ messages)

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-09-03 16:32 UTC  (12+ messages)
` [PATCH v6 0/4] hook: introduce the receive-report hook
  ` [PATCH v6 1/4] doc: add proc-receive hook info in 'git-receive-pack.adoc'
  ` [PATCH v6 2/4] receive-pack: drop static variables to track report status version
  ` [PATCH v6 3/4] receive-pack: move message generation to separate function
  ` [PATCH v6 4/4] hook: introduce the receive-report hook

history: 'reword HEAD' surfaces a memory leak
 2026-09-03 15:26 UTC 

[PATCH v2 0/5] format-rev: add --abbrev, --color, and --date
 2026-09-03 15:22 UTC  (3+ messages)

[PATCH] imap-send: add --draft to set IMAP \Draft flag
 2026-09-03 14:37 UTC  (4+ messages)

[PATCH] pack-objects: prefetch in the order objects are checked
 2026-09-03 12:55 UTC 

[PATCH] git-contacts: ignore blame boundary commits
 2026-09-03 12:55 UTC 

Participating in Outreachy's December 2026 cohort
 2026-09-03 10:24 UTC  (3+ messages)

[PATCH] dir: do not apply prefix to negative pathspecs
 2026-09-03 10:07 UTC  (2+ messages)

[PATCH] send-pack: avoid sending the whole tree when pushing from a shallow clone
 2026-09-03  9:22 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/8] More sensible checkout/switch/restore code refactoring
 2026-09-03  9:21 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/8] checkout: validate stage and merge option compatibility in checkout_paths()

[PATCH] history: do not dereference NULL when parent tree is missing
 2026-09-03  7:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-09-03  5:29 UTC  (3+ messages)
` [PATCH v5 "

[PATCH 0/2] fix a leak in submodule error path
 2026-09-03  5:15 UTC  (7+ messages)
` [PATCH 1/2] repository: make repo_clear() idempotent

[PATCH 0/7] line-log: range-scope stat, check, and -G under -L
 2026-09-03  5:05 UTC  (9+ messages)
` [PATCH v3 0/7] line-log: scope stat, check, and -G to -L line ranges
  ` [PATCH v3 1/7] diff: rename line-range filter struct and clarify fields
  ` [PATCH v3 2/7] diff: simplify the line-range filter by classifying removals immediately
  ` [PATCH v3 3/7] diff: emit -L hunk headers via xdiff's formatter
  ` [PATCH v3 4/7] diff: extract a line-range diff helper for reuse
  ` [PATCH v3 5/7] diff: support stat formats with -L
  ` [PATCH v3 6/7] diff: support --check with -L line ranges
  ` [PATCH v3 7/7] diffcore-pickaxe: limit -G to the -L tracked range

[PATCH] hooks: introduce 'hooks.allowNoVerify' configuration
 2026-09-02 22:14 UTC  (3+ messages)
` [PATCH v3] "

AI Textconv filter misconfiguration on Windows leads to silent corruption of diff output (ongoing investigation)
 2026-09-02 19:43 UTC  (9+ messages)


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 NNTP newsgroup(s).