Git development
 help / color / mirror / Atom feed
 messages from 2026-08-31 18:21:07 to 2026-09-02 16:29:51 UTC [more...]

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

[PATCH] hooks: introduce 'hooks.allowNoVerify' configuration
 2026-09-02 16:17 UTC 

[PATCH 0/6] Standardize early option scanning to fix argument parsing bugs
 2026-09-02 16:10 UTC  (7+ 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] 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 "

[PATCH] rerere: keep a background gc from killing a rebase
 2026-09-02 15:07 UTC  (3+ messages)

[PATCH] hook: introduce the report hook for git-receive-pack(1)
 2026-09-02 14:42 UTC  (9+ 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] imap-send: add --draft to set IMAP \Draft flag
 2026-09-02 14:37 UTC  (4+ messages)

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

Participating in Outreachy's December 2026 cohort
 2026-09-02 13:20 UTC  (2+ messages)

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

[PATCH] dir: find common prefix among positive pathspecs
 2026-09-02 13:04 UTC 

[PATCH] dir: do not apply prefix to negative pathspecs
 2026-09-02 12:22 UTC 

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

[PATCH] history: do not dereference NULL when parent tree is missing
 2026-09-02 12:07 UTC 

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

[PATCH v4 0/3] Convert USE_NSEC to runtime config
 2026-09-02 11:45 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] meson: expose knob for xmlto relative links in manuals
  ` [PATCH v6 2/3] environment: align repo_config_values_init with struct declaration
  ` [PATCH v6 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

[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 0/8] More sensible checkout/switch/restore code refactoring
 2026-09-02 11:20 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] checkout: pass cb_option explicitly to branch name parsers
  ` [PATCH v2 2/8] checkout: validate new branch name in checkout_branch()
  ` [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] ci: fix missing Ruby dependency in "documentation" job
 2026-09-02  9:59 UTC  (13+ messages)
    ` [PATCH 0/2] bump ci asciidoctor version
      ` [PATCH 1/2] ci: drop ALREADY_HAVE_ASCIIDOCTOR variable
      ` [PATCH 2/2] ci: use system asciidoctor

[Bug] Porcelain allows creation of '@' branch
 2026-09-02  7:37 UTC  (3+ messages)

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 v1 0/1] rev-list: add --missing=print-only mode
 2026-09-01 20:27 UTC  (5+ messages)
` [PATCH v2 0/1] rev-list: add --missing-only option to filter output
  ` [PATCH v2 1/1] "

[BUG] git stash show --src-prefix prints freed memory since 2.52.0
 2026-09-01 18:02 UTC  (7+ messages)
` [PATCH] revision: hang on to "freed" argv elements
  ` [PATCH 2/1] revision: simplify mark_argv_for_free() callers

[PATCH 0/2] checkout -m: refine autostash fallback
 2026-09-01 17:31 UTC  (8+ messages)
` [PATCH v2] checkout: print blank line after autostash conflict advice
` [PATCH v3] checkout: separate autostash conflict advice from branch-switch message

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

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-09-01 15:53 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
  ` [PATCH v4 2/3] t/lib-httpd: make http-429 first-request check atomic
  ` [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 v2 0/6] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-09-01 13:47 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 6/6] last-modified: keep per-path Bloom filters for wildcard pathspecs
  ` [PATCH v4 0/6] last-modified: use the pathspec's Bloom key to pre-filter commits
    ` [PATCH v4 1/6] revision: move bloom keyvec precondition into function
    ` [PATCH v4 2/6] revision: expose check for paths maybe changed in Bloom filter
    ` [PATCH v4 3/6] bloom: add helper to check if any key in a vector is present
    ` [PATCH v4 4/6] revision: add Bloom check that includes parent directories
    ` [PATCH v4 5/6] last-modified: check pathspec against Bloom filter first
    ` [PATCH v4 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()

Draft of Git Rev News edition 138
 2026-09-01 12:45 UTC  (2+ messages)

[PATCH 0/8] odb: write alternates at creation time
 2026-09-01  6:09 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] builtin/whoami: add new 'whoami' command
 2026-09-01  5:00 UTC  (4+ messages)
` [PATCH v2] builtin/ident: add new 'ident' command

[PATCH v5 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec
 2026-09-01  0:35 UTC  (2+ messages)

[PATCH v3] versioncmp: fix typo in versioncmp.c, t/t0022-crlf-rename.sh
 2026-08-31 22:10 UTC  (2+ messages)

What's cooking in git.git (Aug 2026, #12)
 2026-08-31 19:31 UTC  (3+ messages)

[PATCH v2] versioncmp: fix typo in versioncmp.c, t/t0022-crlf-rename.sh
 2026-08-31 19:29 UTC  (3+ messages)

[PATCH v4 0/3] hook: introduce the receive-report hook
 2026-08-31 19:05 UTC  (7+ messages)
` [PATCH v4 1/3] doc: add proc-receive hook info in 'git-receive-pack.adoc'
` [PATCH v4 2/3] receive-pack: move message generation to separate function

[PATCH 00/12] Upstream some more Git for Windows' patches
 2026-08-31 18:59 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/12] mingw: rely on MSYS2's metadata instead of hard-coding it

[PATCH 0/4] worktree add: worktree_basename() fixes
 2026-08-31 18:56 UTC  (6+ messages)
` [PATCH 4/4] worktree add: let worktree_basename() return string copy

[PATCH] dir: fix negative pathspecs in 'git ls-files' and 'git add'
 2026-08-31 18:26 UTC  (5+ messages)

[PATCH] versioncmp: fix typo in versioncmp.c, t/t0022-crlf-rename.sh
 2026-08-31 18:20 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