Git development
 help / color / mirror / Atom feed
 messages from 2026-08-07 20:12:35 to 2026-08-11 08:32:40 UTC [more...]

[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
 2026-08-11  8:32 UTC  (12+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 02/12] api-parse-options.adoc: document per-option flags
  ` [PATCH v2 07/12] fast-import: introduce 'struct fast_import_state'
  ` [PATCH v2 11/12] fast-import: use parse_options() for command line options

What's cooking in git.git (Aug 2026, #04)
 2026-08-11  8:05 UTC 

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-11  7:43 UTC  (32+ messages)
` [PATCH GSoC v4 0/9] "
` [PATCH GSoC v5 00/10] "
  ` [PATCH GSoC v5 01/10] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v5 02/10] fetch-object-info: detect malformed server responses
  ` [PATCH GSoC v5 03/10] fetch-object-info: pass arguments directly instead of a struct
  ` [PATCH GSoC v5 04/10] fetch-object-info: use dedicated struct for the results
  ` [PATCH GSoC v5 05/10] fetch-object-info: die() on the remaining error path
  ` [PATCH GSoC v5 06/10] transport: drop remote object-info fields from transport struct
  ` [PATCH GSoC v5 07/10] protocol-caps: add type support to object-info
  ` [PATCH GSoC v5 08/10] fetch-object-info: parse type from server response
  ` [PATCH GSoC v5 09/10] serve: advertise type capability
  ` [PATCH GSoC v5 10/10] cat-file: unify default format
` [PATCH GSoC v6 00/10] cat-file: extend remote-object-info to support %(objecttype)
  ` [PATCH GSoC v6 01/10] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v6 02/10] fetch-object-info: detect malformed server responses
  ` [PATCH GSoC v6 03/10] fetch-object-info: pass arguments directly instead of a struct
  ` [PATCH GSoC v6 04/10] fetch-object-info: use dedicated struct for the results
  ` [PATCH GSoC v6 05/10] fetch-object-info: die() on the remaining error path
  ` [PATCH GSoC v6 06/10] transport: drop remote object-info fields from transport struct
  ` [PATCH GSoC v6 07/10] protocol-caps: add type support to object-info
  ` [PATCH GSoC v6 08/10] fetch-object-info: parse type from server response
  ` [PATCH GSoC v6 09/10] serve: advertise type capability
  ` [PATCH GSoC v6 10/10] cat-file: unify default format

[PATCH] worktree add: improve message for ambiguous remote branch name
 2026-08-11  6:35 UTC  (18+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH 0/3] Introduce a 'fromAccepted' option to GIT_NO_LAZY_FETCH
 2026-08-11  5:55 UTC  (5+ messages)
` [PATCH 0/5] Introduce 'uploadpack.lazyFetchTrusted'

AI Textconv filter misconfiguration on Windows leads to silent corruption of diff output (ongoing investigation)
 2026-08-11  5:34 UTC  (6+ messages)

Can we do better than "git checkout/add -p"
 2026-08-11  5:06 UTC  (10+ messages)

[PATCH 0/2] bump static-analysis ci image version
 2026-08-11  5:02 UTC  (8+ messages)
` [PATCH 2/2] ci: bump ubuntu image version for static-analysis job

[PATCH 0/2] completion of 'git [-C <dir>] checkout'
 2026-08-11  4:04 UTC  (4+ messages)
` [PATCH 1/2] completion: no-op refactoring of checkout completion
` [PATCH 2/2] completion: complete tracked paths for "git checkout"

[PATCH] submodule: resolve insteadof-aliases when matching remote
 2026-08-11  2:57 UTC  (4+ messages)
` [PATCH v2] submodule: resolve insteadOf aliases "

[PATCH 00/12] Next size_t stop: pack-objects/delta
 2026-08-10 23:15 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 07/12] packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-08-10 23:08 UTC  (24+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 11/11] doc: interpret-trailers: document comment line treatment
` [PATCH v5 00/11] doc: interpret-trailers: explain key format
  ` [PATCH v5 01/11] doc: interpret-trailers: stop fixating on RFC 822
  ` [PATCH v5 02/11] doc: interpret-trailers: replace “lines” with “metadata”
  ` [PATCH v5 03/11] doc: interpret-trailers: use “metadata” in Name as well
  ` [PATCH v5 04/11] doc: interpret-trailers: not just for commit messages
  ` [PATCH v5 05/11] doc: interpret-trailers: explain the format after the intro
  ` [PATCH v5 06/11] doc: interpret-trailers: explain key format
  ` [PATCH v5 07/11] doc: interpret-trailers: add key format example
  ` [PATCH v5 08/11] doc: interpret-trailers: join new-trailers again
  ` [PATCH v5 09/11] doc: interpret-trailers: commit to “trailer block” term
  ` [PATCH v5 10/11] doc: interpret-trailers: rewrite new-trailers paragraphs
  ` [PATCH v5 11/11] doc: interpret-trailers: document comment line treatment

[PATCH] send-email: clarify missing subject error
 2026-08-10 21:09 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/6] builtin/receive-pack: support pluggable packfile writes
 2026-08-10 19:54 UTC  (24+ messages)
` [PATCH 4/6] builtin/receive-pack: report unpack errors via strbuf
` [PATCH v2 0/7] builtin/receive-pack: support pluggable packfile writes
  ` [PATCH v2 1/7] odb/transaction: add transaction finalize interface
  ` [PATCH v2 2/7] builtin/receive-pack: pass shallow file explicitly
  ` [PATCH v2 3/7] builtin/receive-pack: read unpack limit config lazily
  ` [PATCH v2 4/7] builtin/receive-pack: lift global state out of unpack()
  ` [PATCH v2 5/7] builtin/receive-pack: report unpack errors via strbuf
  ` [PATCH v2 6/7] builtin/receive-pack: explicitly pass packfile fd
  ` [PATCH v2 7/7] odb/transaction: add transaction interface to write packfiles

[PATCH] gitk: add user-defined custom commands
 2026-08-10 19:38 UTC  (8+ messages)

[GSoC Blog] Week 11 : Improve Disk Space Recovery for Partial Clones
 2026-08-10 19:12 UTC 

[GSoC Blog] Week 3&4 : Improve Disk Space Recovery for Partial Clones
 2026-08-10 19:04 UTC  (5+ messages)
` [GSoC Blog] Week 5 "
  ` [GSoC Blog] Week 6 "
    ` [GSoC Blog] Week 7&8 "
      ` [GSoC Blog] Week 9&10 "

[PATCH] sequencer: release the ODB before spawning git commit
 2026-08-10 19:04 UTC 

[GSoC PATCH v2 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-10 17:40 UTC  (14+ messages)
` [GSoC PATCH v3 "
  ` [GSoC PATCH v4 "
    ` [GSoC PATCH v4 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
    ` [GSoC PATCH v4 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
    ` [GSoC PATCH v4 3/7] repack-promisor: allow excluding objects from the rebuilt promisor pack
    ` [GSoC PATCH v4 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
    ` [GSoC PATCH v4 5/7] builtin/repack: actually drop filtered promisor blobs
    ` [GSoC PATCH v4 6/7] builtin/repack: add guards for --drop-filtered
    ` [GSoC PATCH v4 7/7] Documentation/git-repack: document --drop-filtered and --dry-run

[PATCH] doc: format-rev: use [synopsis] on code block
 2026-08-10 16:58 UTC  (2+ messages)
` [PATCH resend] "

[PATCH 0/2] maintenance: handle geometric repack tasks with promisor pack(s)
 2026-08-10 15:56 UTC  (7+ messages)
` [PATCH 1/2] maintenance: account for promisor pack geometry
` [PATCH 2/2] maintenance: trigger --auto for promisor rollups

[PATCH 0/8] builtin/maintenance: use "geometric" strategy by default
 2026-08-10 15:12 UTC  (9+ messages)
` [PATCH 1/8] t: fix races caused by background maintenance

[PATCH v6 0/2] fetch: make submodule fetch errors configurable
 2026-08-10 15:08 UTC  (2+ messages)

[BUG] "commit graph is likely corrupt" on git rebase
 2026-08-10 13:43 UTC  (2+ messages)

[PATCH 0/4] odb: eagerly load alternates
 2026-08-10 13:33 UTC  (5+ messages)
` [PATCH 1/4] odb: decouple source path comparisons from `the_repository`
` [PATCH 2/4] odb: eagerly initialize alternates
` [PATCH 3/4] odb: drop `loaded_alternates` field
` [PATCH 4/4] odb: drop `alternates_db` field

[PATCH v2 0/4] completion: add support for 'git history'
 2026-08-10 12:58 UTC  (14+ messages)
` [PATCH v2 1/4] completion: add 'git history' subcommands
` [PATCH v2 2/4] completion: complete 'git history --empty' values
` [PATCH v2 3/4] completion: complete 'git history --update-refs' values
` [PATCH v2 4/4] completion: complete 'git history split' pathspecs

[PATCH 0/3] Convert USE_NSEC to runtime config
 2026-08-10 12:50 UTC  (10+ messages)
` [PATCH 1/3] meson: expose knob for xmlto relative links in manuals
` [PATCH 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

[PATCH] object-name: avoid use-after-free in get_oid_with_context_1()
 2026-08-10  6:17 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-08-10  6:06 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] t/README: document writing concurrency-safe helpers

[PATCH 0/3] environment: clean up repository config handling
 2026-08-10  5:50 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 0/5] odb: make packfile generation pluggable
 2026-08-10  5:25 UTC  (3+ messages)

Is large object promisors currently usable (and where can I check the status of them)?
 2026-08-09 18:08 UTC 

[PATCH v2] repository: move fetch_if_missing into struct repository
 2026-08-09 15:00 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/5] gitk: make color preferences visually more pleasing and better usable
 2026-08-09  7:27 UTC  (11+ messages)
` [PATCH 3/5] gitk: show color preferences on the button instead of the label
` [PATCH 5/5] gitk: avoid constructing dialog titles from text pieces

[GSoC] [Blog] week 1: Improving the new git repo command
 2026-08-08 19:08 UTC  (8+ messages)
` [GSoC] [Blog] week 2: "
  ` [GSoC] [Blog] week 3: "
    ` [GSoC] [Blog] week 4: "
      ` [GSoC] [Blog] week 5: "
        ` [GSoC] [Blog] week 6 & 7: "
          ` [GSoC] [Blog] week 8: "
            ` [GSoC] [Blog] week 9 and 10: "

git rebase silently ignores nonexistent -X (--strategy-option) but git merge does not
 2026-08-08 18:23 UTC 

[PATCH v2 0/6] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-08-08 17:07 UTC  (3+ messages)
` [PATCH v2 6/6] last-modified: keep per-path Bloom filters for wildcard pathspecs

[PATCH v5 0/3] packfile URIs: support concurrent downloads
 2026-08-08 16:23 UTC  (5+ messages)
` [PATCH v6 0/6] "

Why option `-s` for `git commit` makes no sense
 2026-08-08 14:38 UTC 

[PATCH v8 0/3] Teach git-replay(1) to linearize merge commits
 2026-08-08  9:17 UTC  (4+ messages)
` [PATCH v8 3/3] replay: offer an option to linearize the commit topology

What's cooking in git.git (Aug 2026, #03)
 2026-08-08  5:50 UTC 

[PATCH v3] sequencer: honor --empty when a fixup!/squash! empties its target
 2026-08-07 22:26 UTC  (6+ messages)


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