Git development
 help / color / mirror / Atom feed
 messages from 2026-08-01 17:42:04 to 2026-08-04 18:43:12 UTC [more...]

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-04 18:43 UTC  (29+ messages)
` [PATCH GSoC v3 0/8] "
  ` [PATCH GSoC v3 1/8] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v3 2/8] fetch-object-info: detect truncated server responses
  ` [PATCH GSoC v3 3/8] fetch-object-info: pass arguments directly instead of a struct
  ` [PATCH GSoC v3 4/8] fetch-object-info: use dedicated struct for the results
  ` [PATCH GSoC v3 5/8] protocol-caps: add type support to object-info
  ` [PATCH GSoC v3 6/8] fetch-object-info: parse type from server response
  ` [PATCH GSoC v3 7/8] serve: advertise type capability
  ` [PATCH GSoC v3 8/8] cat-file: unify default format
` [PATCH GSoC v4 0/9] cat-file: extend remote-object-info to support %(objecttype)
  ` [PATCH GSoC v4 1/9] t5701: use test_file_size() to get the size of a file
  ` [PATCH GSoC v4 2/9] fetch-object-info: detect malformed server responses
  ` [PATCH GSoC v4 3/9] fetch-object-info: pass arguments directly instead of a struct
  ` [PATCH GSoC v4 4/9] fetch-object-info: use dedicated struct for the results
  ` [PATCH GSoC v4 5/9] fetch-object-info: die() on the remaining error path
  ` [PATCH GSoC v4 6/9] protocol-caps: add type support to object-info
  ` [PATCH GSoC v4 7/9] fetch-object-info: parse type from server response
  ` [PATCH GSoC v4 8/9] serve: advertise type capability
  ` [PATCH GSoC v4 9/9] cat-file: unify default format

[PATCH 0/7] odb: unify read and write streams
 2026-08-04 18:30 UTC  (14+ messages)
` [PATCH 1/7] odb/streaming: track write stream size in the structure
` [PATCH 2/7] odb/streaming: drop `is_finished` field
` [PATCH 3/7] odb/streaming: support streaming arbitrary object types
` [PATCH 4/7] odb/streaming: rename `struct odb_read_stream`
` [PATCH 5/7] odb/streaming: consolidate read and write streams
` [PATCH 6/7] odb/streaming: rename `struct read_object_fd_data`
` [PATCH 7/7] odb/streaming: unify function names to create new streams

[PATCH v1 0/3] worktree: add post-worktree-add and post-worktree-remove hooks
 2026-08-04 18:14 UTC  (6+ messages)
` [PATCH v2 0/4] worktree: add lifecycle hooks
  ` [PATCH v2 1/4] worktree: add post-worktree-add hook
  ` [PATCH v2 2/4] worktree: add post-worktree-remove hook
  ` [PATCH v2 3/4] worktree: run post-worktree-remove hook when pruning
  ` [PATCH v2 4/4] worktree: add post-worktree-move hook

[PATCH v1] repository: move fetch_if_missing into struct repository
 2026-08-04 17:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] worktree add: shouldn't dwim if -b or -B is given
 2026-08-04 17:11 UTC  (2+ messages)

[PATCH 0/5] odb: make creation of object database pluggable
 2026-08-04 16:36 UTC  (29+ messages)
` [PATCH 1/5] loose: load loose object map for the correct source
` [PATCH 2/5] setup: detangle loading of loose object maps
` [PATCH 3/5] setup: defer object database creation
` [PATCH 4/5] odb/source: introduce function to map source type to name
` [PATCH 5/5] odb: make creation of on-disk structures pluggable
` [PATCH v2 0/5] odb: make creation of object database pluggable
  ` [PATCH v2 1/5] loose: load loose object map for the correct source
  ` [PATCH v2 2/5] setup: detangle loading of loose object maps
  ` [PATCH v2 3/5] setup: defer object database creation
  ` [PATCH v2 4/5] odb/source: introduce function to map source type to name
  ` [PATCH v2 5/5] odb: make creation of on-disk structures pluggable

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-04 16:22 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v23 0/7] branch: delete-merged
 2026-08-04 15:58 UTC  (3+ messages)
` [PATCH v24 "

[PATCH 0/2] doc: refs: put ref migration warning under the command
 2026-08-04 14:30 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)

[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-08-04 13:52 UTC  (11+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
  ` [RFC PATCH v7 04/10] diff: record precomputed hunks during stat output
  ` [RFC PATCH v7 05/10] diff: read precomputed hunks for "
  ` [RFC PATCH v7 06/10] blame: read precomputed hunks
  ` [RFC PATCH v7 07/10] sub-process: separate process lifecycle from hashmap management
  ` [RFC PATCH v7 08/10] sub-process: add a gentle status read
  ` [RFC PATCH v7 09/10] userdiff: add diff.<driver>.process config
  ` [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process

[PATCH v10 3/5] history: add squash subcommand to fold a range
 2026-08-04 13:21 UTC  (12+ messages)
  ` [PATCH v10 3.1/3.7] fixup! "
  ` [PATCH v10 3.2/3.7] "
  ` [PATCH v10 3.3/3.7] "
  ` [PATCH v10 3.4/3.7] "
  ` [PATCH v10 3.5/3.7] "
  ` [PATCH v10 3.6/3.7] "
  ` [PATCH v10 3.7/3.7] "

What's cooking in git.git (Jul 2026, #12)
 2026-08-04 13:19 UTC  (8+ messages)

[PATCH] builtin/maintenance: accept "none" as a maintenance strategy
 2026-08-04 12:58 UTC  (2+ messages)

[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
 2026-08-04 10:03 UTC  (20+ messages)
` [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP
` [PATCH 7/7] fast-import: use struct option for usage string
` [PATCH v2 00/12] fast-import: standardize usage string and SYNOPSIS
  ` [PATCH v2 01/12] parse-options: introduce OPT_HIDDEN_GROUP
  ` [PATCH v2 02/12] api-parse-options.adoc: document per-option flags
  ` [PATCH v2 03/12] api-parse-options.adoc: document hidden and OPT_*_F option macros
  ` [PATCH v2 04/12] fast-import: localize 'i' into the 'for' loops using it
  ` [PATCH v2 05/12] fast-import: use int for some bool flags
  ` [PATCH v2 06/12] fast-import: factor out option_*() functions
  ` [PATCH v2 07/12] fast-import: introduce 'struct fast_import_state'
  ` [PATCH v2 08/12] fast-import: move command state globals into "
  ` [PATCH v2 09/12] fast-import: use struct option for usage string
  ` [PATCH v2 10/12] fast-import: use callbacks to parse some options
  ` [PATCH v2 11/12] fast-import: use parse_options() for command line options
  ` [PATCH v2 12/12] fast-import: remove useless from_stream argument

[PATCH] interactive: add interactive command helper
 2026-08-04  8:35 UTC  (4+ messages)

[PATCH v11 0/4] history: add squash subcommand to fold a range
 2026-08-04  8:30 UTC  (6+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/4] history: extract helper for a commit's parent tree
  ` [PATCH v12 2/4] history: give commit_tree_ext a message template
  ` [PATCH v12 3/4] sequencer: share the squash message marker helpers and flags
  ` [PATCH v12 4/4] history: add squash subcommand to fold a range

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-08-04  8:03 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
  ` [PATCH v2 3/3] t/README: document writing concurrency-safe helpers

Performance regression in connectivity check during receive-pack (git 2.54)
 2026-08-04  6:19 UTC  (8+ messages)

[PATCH] t0213: skip ancestry tests under user-mode emulation
 2026-08-03 20:59 UTC  (2+ messages)

What's cooking in git.git (Aug 2026, #01)
 2026-08-03 19:09 UTC 

[PATCH] mailmap: change primary address for Christian Couder
 2026-08-03 17:09 UTC 

[ANNOUNCE] Git Rev News edition 137
 2026-08-03 16:34 UTC  (2+ messages)

Git trims the last character of content from remotes
 2026-08-03 15:51 UTC  (2+ messages)

trailers: --only-trailers normalizes URLs to trailers
 2026-08-03 15:39 UTC  (6+ messages)
` [PATCH] trailers: stop recognizing URLs as trailers

[PATCH 0/1] t7528: fix failure under csh
 2026-08-03 14:42 UTC  (4+ messages)
` [PATCH 1/1] "

git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
 2026-08-03  8:21 UTC  (2+ messages)

git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
 2026-08-03  7:46 UTC 

[PATCH 0/4] git add --resolved
 2026-08-03  1:15 UTC  (18+ messages)
` [PATCH 3/4] add: introduce '--resolved' option
` [PATCH v2 0/4] git add --resolved
` [PATCH v3 "

[PATCH] index-pack: speed up promisor link recording
 2026-08-03  0:55 UTC  (9+ messages)

[PATCH v3 0/2] bisect: add --auto-reset to leave when done
 2026-08-03  0:08 UTC  (15+ messages)
` [PATCH v4 0/2] bisect: add --reset-when-found "
  ` [PATCH v4 1/2] bisect: let bisect_reset() optionally check out quietly
  ` [PATCH v4 2/2] bisect: add --reset-when-found to leave when done
  ` [PATCH v5 0/2] "
    ` [PATCH v5 1/2] bisect: let bisect_reset() optionally check out quietly
    ` [PATCH v5 2/2] bisect: add --reset-when-found to leave when done
    ` [PATCH v6 0/2] "
      ` [PATCH v6 1/2] bisect: let bisect_reset() optionally check out quietly
      ` [PATCH v6 2/2] bisect: add --reset-when-found to leave when done

[PATCH GSoC v2 0/6] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-02 22:24 UTC  (21+ messages)
` [PATCH GSoC v2 2/6] t5701: use the test_file_size() helper
` [PATCH GSoC v2 4/6] fetch-object-info: parse type from server response
` [PATCH GSoC v2 5/6] serve: advertise type capability

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-08-02 22:09 UTC  (9+ messages)
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode

[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
 2026-08-02 21:28 UTC 

Proof of concept, is it possible to use git-remote-xxx to support mono repo efficiently like perforce(p4), maybe better?
 2026-08-02 15:26 UTC 

[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-02 11:28 UTC  (6+ messages)
` [GSoC PATCH v2 "

[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
 2026-08-02  9:58 UTC  (4+ messages)
` [PATCH 2/2] worktree: reject empty string

Git trailing blank lines feature configuration
 2026-08-02  8:21 UTC  (5+ messages)


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