Git development
 help / color / mirror / Atom feed
 messages from 2026-07-31 19:49:58 to 2026-08-04 10:04:34 UTC [more...]

[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
 2026-08-04 10:03 UTC  (19+ 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 v10 3/5] history: add squash subcommand to fold a range
 2026-08-04  9:36 UTC  (11+ 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] "

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

[PATCH v10 0/5] history: add squash subcommand to fold a range
 2026-08-04  8:30 UTC  (11+ messages)
` [PATCH v11 0/4] "
  ` [PATCH v11 1/4] history: extract helper for a commit's parent tree
  ` [PATCH v11 2/4] history: give commit_tree_ext a message template
  ` [PATCH v11 3/4] sequencer: share the squash message marker helpers and flags
  ` [PATCH v11 4/4] history: add squash subcommand to fold a range
  ` [PATCH v12 0/4] "
    ` [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/5] odb: make creation of object database pluggable
 2026-08-04  8:29 UTC  (28+ 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 v1] repository: move fetch_if_missing into struct repository
 2026-08-04  8:24 UTC  (4+ messages)
` [PATCH v2] "

[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

[PATCH 0/7] odb: unify read and write streams
 2026-08-04  7:25 UTC  (8+ 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

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

[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-08-04  3:15 UTC  (13+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
  ` [RFC PATCH v7 01/10] gitattributes: document how external diff drivers relate to diff features
  ` [RFC PATCH v7 02/10] diff: introduce a hunk provider interface
  ` [RFC PATCH v7 03/10] diff-hunks: add the store format, library, and command
  ` [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 GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-03 21:46 UTC  (17+ 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] 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)

What's cooking in git.git (Jul 2026, #12)
 2026-08-03 16:02 UTC  (7+ messages)

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

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-03 15:45 UTC  (5+ 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 v2 0/3] bisect: add --auto-reset to leave when done
 2026-08-03  0:08 UTC  (19+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] bisect: add --reset-when-found "
  ` [PATCH v4 0/2] "
    ` [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  (26+ messages)
` [PATCH GSoC v2 1/6] fetch-object-info: request all supported options dynamically
` [PATCH GSoC v2 2/6] t5701: use the test_file_size() helper
` [PATCH GSoC v2 3/6] protocol-caps: add type support to object-info
` [PATCH GSoC v2 4/6] fetch-object-info: parse type from server response
` [PATCH GSoC v2 5/6] serve: advertise type capability
` [PATCH GSoC v2 6/6] cat-file: unify default format

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-08-02 22:09 UTC  (12+ messages)
` [RFC PATCH 3/6] hex: make hex_to_bytes accept kind of hex to use
` [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)

[PATCH v5 0/3] packfile URIs: support concurrent downloads
 2026-08-01 14:02 UTC  (8+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 2/6] http: avoid closing index-pack input twice
  ` [PATCH v6 3/6] http: accept HTTP 416 for complete partial packs

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

Draft of Git Rev News edition 137
 2026-08-01  7:07 UTC 

[PATCH] fiter-branch: fix commit map init from state branch
 2026-08-01  3:31 UTC 


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