Git development
 help / color / mirror / Atom feed
 messages from 2026-09-01 13:42:50 to 2026-09-03 13:50:45 UTC [more...]

[PATCH] rerere: keep a background gc from killing a rebase
 2026-09-03 13:50 UTC  (8+ messages)

[PATCH] imap-send: add --draft to set IMAP \Draft flag
 2026-09-03 13:42 UTC  (6+ messages)

[PATCH] technical/partial-clone: narrow the one-at-a-time fetch limitation
 2026-09-03 12:55 UTC 

[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 

[PATCH 1/2] t3507: pin CHERRY_PICK_HEAD absence for a conflicting --no-commit
 2026-09-03 12:55 UTC  (2+ messages)
` [PATCH 2/2] doc: cherry-pick: note --no-commit skips CHERRY_PICK_HEAD

[Bug] Porcelain allows creation of '@' branch
 2026-09-03 12:35 UTC  (5+ messages)

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

[PATCH] dir: find common prefix among positive pathspecs
 2026-09-03 11:49 UTC  (7+ 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

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] hook: introduce the report hook for git-receive-pack(1)
 2026-09-03 10:03 UTC  (18+ messages)
` [PATCH v5 0/3] hook: introduce the receive-report hook
  ` [PATCH v5 1/3] doc: add proc-receive hook info in 'git-receive-pack.adoc'
  ` [PATCH v5 2/3] receive-pack: move message generation to separate function
  ` [PATCH v5 3/3] hook: introduce the receive-report hook
` [PATCH v6 0/4] "
  ` [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

[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  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/8] checkout: validate stage and merge option compatibility in checkout_paths()
  ` [PATCH v2 6/8] checkout: restructure switch, restore, and checkout entrypoints

[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  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] t/lib-httpd: document writing concurrency-safe CGI helpers
` [PATCH v5 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
  ` [PATCH v5 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
  ` [PATCH v5 2/3] t/lib-httpd: make http-429 first-request check atomic
  ` [PATCH v5 3/3] t/lib-httpd: document writing concurrency-safe CGI helpers

[PATCH 0/2] fix a leak in submodule error path
 2026-09-03  5:15 UTC  (9+ messages)
` [PATCH 1/2] repository: make repo_clear() idempotent
` [PATCH 2/2] submodule--helper: free URL when repository setup fails

[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] builtin/whoami: add new 'whoami' command
 2026-09-03  2:49 UTC  (2+ messages)
` [PATCH v3] var: support broken-down idents, default key, multiple args, and -z

What's cooking in git.git (Sep 2026, #01)
 2026-09-03  1:25 UTC 

[PATCH] push: fix --force-if-includes when remote-tracking ref has no reflog
 2026-09-03  1:05 UTC 

[PATCH v4 0/3] Convert USE_NSEC to runtime config
 2026-09-03  1:00 UTC  (12+ messages)
` [PATCH v6 "
  ` [PATCH v6 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

[PATCH 0/6] Standardize early option scanning to fix argument parsing bugs
 2026-09-02 22:30 UTC  (10+ messages)
` [PATCH 1/6] parse-options: add early_scan_options()
` [PATCH 2/6] bisect: fix "--" detection when a term name is "--"
` [PATCH 3/6] rev-parse: fix "--" detection when it is an option value
` [PATCH 4/6] parse-options: add parse_options_takes_argument()
` [PATCH 5/6] parse-options: build early scan options from a struct option array
` [PATCH 6/6] fast-import: use early_scan_options() for --allow-unsafe-features

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

[PATCH v1 0/1] rev-list: add --missing=print-only mode
 2026-09-02 21:26 UTC  (6+ messages)
` [PATCH v2 0/1] rev-list: add --missing-only option to filter output
  ` [PATCH v2 1/1] "

[PATCH 0/2] checkout -m: refine autostash fallback
 2026-09-02 20:08 UTC  (14+ messages)
` [PATCH v2] checkout: print blank line after autostash conflict advice
` [PATCH v3] checkout: separate autostash conflict advice from branch-switch message
` [PATCH v4 0/2] checkout -m: refine autostash fallback
  ` [PATCH v4 1/2] stash: reserve exit status 1 for conflicts
  ` [PATCH v4 2/2] checkout: separate autostash conflict advice from branch-switch message

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

[ANNOUNCE] Git Rev News edition 138
 2026-09-02 19:27 UTC 

Draft of Git Rev News edition 138
 2026-09-02 19:23 UTC  (3+ messages)

[PATCH 0/4] doc: advertize gitdatamodel(1)
 2026-09-02 17:08 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] doc: datamodel: link to the glossary

[PATCH] commit: refuse to amend during conflict resolution
 2026-09-02 15:41 UTC  (12+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] commit: clarify FROM_REBASE_PICK and is_from_rebase() names
  ` [PATCH v4 2/5] commit: allow a partial commit when a rebase pick becomes empty
  ` [PATCH v4 3/5] commit: reword the empty-commit rebase amend error
  ` [PATCH v4 4/5] commit: refuse to amend during conflict resolution
  ` [PATCH v4 5/5] commit: refuse partial commits "

Inconsistency in commit message handling
 2026-09-02 14:04 UTC 

[PATCH 00/12] odb: stop registering in-memory sources
 2026-09-02 13:35 UTC  (21+ messages)
` [PATCH 01/12] cache-tree: remove dependency on `the_repository`
` [PATCH 06/12] odb: remove infrastructure to register submodule sources
` [PATCH v2 00/13] odb: stop registering in-memory sources
  ` [PATCH v2 01/13] cache-tree: drop `the_repository` in `cache_tree_fully_valid()`
  ` [PATCH v2 02/13] cache-tree: remove dependency on `the_repository`
  ` [PATCH v2 03/13] submodule-config: remove uses of `the_repository`
  ` [PATCH v2 04/13] submodule-config: stop using `the_hash_algo`
  ` [PATCH v2 05/13] submodule-config: stop registering submodule sources
  ` [PATCH v2 06/13] builtin/grep: stop registering submodule ODB as source
  ` [PATCH v2 07/13] odb: remove infrastructure to register submodule sources
  ` [PATCH v2 08/13] tmp-objdir: drop unused function to register alternate
  ` [PATCH v2 09/13] odb/packed: fix memory leaks when freeing source
  ` [PATCH v2 10/13] builtin/multi-pack-index: refuse unknown sources with "--object-dir="
  ` [PATCH v2 11/13] t/helper: adapt read-midx to not link ad-hoc source anymore
  ` [PATCH v2 12/13] t/helper: stop registering alternates in "ref-store" command
  ` [PATCH v2 13/13] odb: remove the ability to link sources ad-hoc

[PATCH 0/3] format-patch: learn --[no-]range-diff-notes
 2026-09-02 13:19 UTC  (8+ messages)
` [PATCH 3/3] "

Git SCM sales
 2026-09-02 11:46 UTC  (2+ messages)

[PATCH 1/2] environment: move grafts_keep_true_parents into repo_config_values
 2026-09-02 11:30 UTC  (2+ messages)
` [PATCH 2/2] pack-objects: add tests for keep-true-parents

[PATCH] ci: fix missing Ruby dependency in "documentation" job
 2026-09-02  9:59 UTC  (10+ messages)
    ` [PATCH 0/2] bump ci asciidoctor version
      ` [PATCH 1/2] ci: drop ALREADY_HAVE_ASCIIDOCTOR variable
      ` [PATCH 2/2] ci: use system asciidoctor

What's cooking in git.git (Aug 2026, #13)
 2026-09-02  7:10 UTC  (4+ messages)

[PATCH 0/2] Use Rust in the Windows CI jobs
 2026-09-02  6:25 UTC  (4+ messages)
` [PATCH 1/2] rust: pick a GCC-compatible Cargo target under MSYS2/MinGW
` [PATCH 2/2] ci(windows): build with Rust

[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
 2026-09-02  4:35 UTC  (7+ messages)
` [GSoC Blog] Week 5 "
  ` [GSoC Blog] Week 6 "
    ` [GSoC Blog] Week 7&8 "
      ` [GSoC Blog] Week 9&10 "
        ` [GSoC Blog] Week 11&12 "
          ` [GSoC Blog] Submission "

[PATCH v8 0/3] Teach git-replay(1) to linearize merge commits
 2026-09-01 22:15 UTC  (3+ messages)
` [PATCH v9 "

[PATCH] revision: hang on to "freed" argv elements
 2026-09-01 18:02 UTC  (3+ messages)
` [PATCH 2/1] revision: simplify mark_argv_for_free() callers

[PATCH 0/2] Objects treated as missing despite being present, due to race with geometric repacking
 2026-09-01 17:12 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] packfile: recover when a multi-pack-index names a removed pack

[PATCH v3 0/6] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-09-01 13:47 UTC  (5+ messages)
` [PATCH v3 6/6] last-modified: keep per-path Bloom filters for wildcard pathspecs

[PATCH] trace2: tolerate failed timestamp formatting
 2026-09-01 13:42 UTC  (7+ messages)
` [PATCH v2 0/7] trace2: stop allowing die()


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