Git development
 help / color / mirror / Atom feed
 messages from 2026-06-16 17:04:42 to 2026-06-17 12:26:03 UTC [more...]

[PATCH 0/4] builtin/refs: add ability to write references
 2026-06-17 12:26 UTC  (18+ messages)
` [PATCH 3/4] builtin/refs: add "update" subcommand
` [PATCH 4/4] builtin/refs: add "rename" subcommand
` [PATCH v2 0/5] builtin/refs: add ability to write references
  ` [PATCH v2 1/5] builtin/refs: drop `the_repository`
  ` [PATCH v2 2/5] builtin/refs: add "delete" subcommand
  ` [PATCH v2 3/5] builtin/refs: add "update" subcommand
  ` [PATCH v2 4/5] builtin/refs: add "create" subcommand
  ` [PATCH v2 5/5] builtin/refs: add "rename" subcommand

[PATCH] rebase: mention --abort alongside --continue
 2026-06-17 12:19 UTC  (6+ messages)

[PATCH 0/6] Support hashing objects larger than 4GB on Windows
 2026-06-17 11:58 UTC  (5+ messages)
` [PATCH v2 "
    ` How does GitGitGadget generate range-diffs, was "

[PATCH] osxkeychain: fix build with Rust
 2026-06-17 11:54 UTC  (2+ messages)

[PATCH 0/7] Introduce fetch.followRemoteHEAD config option
 2026-06-17 11:51 UTC  (11+ messages)
` [PATCH v2 0/7] Introduce fetch.followRemoteHEAD config variable
  ` [PATCH v2 1/7] fetch: fixup set_head advice for warn-if-not-branch
  ` [PATCH v2 2/7] doc: explain fetchRemoteHEADWarn advice
  ` [PATCH v2 3/7] t5510: cleanup remote in followRemoteHEAD dangling ref test
  ` [PATCH v2 4/7] fetch: rename function report_set_head
  ` [PATCH v2 5/7] fetch: refactor do_fetch handling of followRemoteHEAD
  ` [PATCH v2 6/7] fetch: add configuration variable fetch.followRemoteHEAD
  ` [PATCH v2 7/7] fetch: fixup a misaligned comment

[PATCH v13 0/6] branch: prune-merged
 2026-06-17 11:17 UTC  (11+ messages)
` [PATCH v14 "
  ` [PATCH v14 4/6] branch: add --prune-merged <branch>
  ` [PATCH v14 6/6] branch: add --dry-run for --prune-merged
  ` [PATCH v15 0/7] branch: delete-merged

[PATCH] switch: add --ensure option
 2026-06-17 10:57 UTC  (2+ messages)
` [PATCH v2] checkout/switch: add --create-if-missing option

[PATCH v4 0/2] graph: indent visual roots in graph
 2026-06-17 10:33 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
 2026-06-17 10:16 UTC  (9+ messages)
` [PATCH GSoC RFC v12 00/12] "
  ` [PATCH GSoC RFC v12 09/12] transport: add client support for object-info
  ` [PATCH GSoC RFC v12 12/12] cat-file: make remote-object-info allow-list dynamic

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-06-17  9:48 UTC  (10+ messages)
` [PATCH v2 0/2] rebase: add --squash to fold a range into its first commit

[PATCH 0/6] SubmittingPatches: update and flesh out trailer sections
 2026-06-17  7:32 UTC  (14+ messages)
` [PATCH 1/6] SubmittingPatches: encourage trailer use for substantial help
` [PATCH 2/6] SubmittingPatches: discuss non-ident trailers
` [PATCH 4/6] SubmittingPatches: document Based-on-patch-by trailer
` [PATCH 6/6] SubmittingPatches: note that trailer order matters

[PATCH v2 00/17] odb: make packed object source a proper `struct odb_source`
 2026-06-17  7:26 UTC  (22+ messages)
` [PATCH v2 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH v2 04/17] odb/source-packed: store pointer to "files" instead of generic source
` [PATCH v2 05/17] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH v2 07/17] odb/source-packed: wire up `reprepare()` callback
` [PATCH v2 11/17] odb/source-packed: wire up `for_each_object()` callback
` [PATCH v2 16/17] midx: refactor interfaces to work on "packed" source
` [PATCH v2 17/17] odb/source-packed: drop pointer to "files" parent source

[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
 2026-06-17  6:40 UTC  (19+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
  ` [PATCH v3 02/17] packfile: split out packfile list logic
  ` [PATCH v3 03/17] packfile: move packed source into "odb/" subsystem
  ` [PATCH v3 04/17] odb/source-packed: store pointer to "files" instead of generic source
  ` [PATCH v3 05/17] odb/source-packed: start converting to a proper `struct odb_source`
  ` [PATCH v3 06/17] odb/source-packed: wire up `close()` callback
  ` [PATCH v3 07/17] odb/source-packed: wire up `reprepare()` callback
  ` [PATCH v3 08/17] packfile: use higher-level interface to implement `has_object_pack()`
  ` [PATCH v3 09/17] odb/source-packed: wire up `read_object_info()` callback
  ` [PATCH v3 10/17] odb/source-packed: wire up `read_object_stream()` callback
  ` [PATCH v3 11/17] odb/source-packed: wire up `for_each_object()` callback
  ` [PATCH v3 12/17] odb/source-packed: wire up `count_objects()` callback
  ` [PATCH v3 13/17] odb/source-packed: wire up `find_abbrev_len()` callback
  ` [PATCH v3 14/17] odb/source-packed: wire up `freshen_object()` callback
  ` [PATCH v3 15/17] odb/source-packed: stub out remaining functions
  ` [PATCH v3 16/17] midx: refactor interfaces to work on "packed" source
  ` [PATCH v3 17/17] odb/source-packed: drop pointer to "files" parent source

[PATCH] cat-file: speed up default format
 2026-06-16 22:21 UTC  (7+ messages)

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-06-16 21:39 UTC  (6+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 02/11] doc: interpret-trailers: replace “lines” with “metadata”

SHA-1/SHA-256 interoperability work is functional
 2026-06-16 21:31 UTC  (3+ messages)

[PATCH 0/7] More work supporting objects larger than 4GB on Windows
 2026-06-16 21:26 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] patch-delta: use size_t for sizes

Assisted-by tag
 2026-06-16 19:53 UTC  (2+ messages)

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-16 18:26 UTC  (6+ messages)
` [GSoC Patch v5 "
  ` [GSoC Patch v5 2/4] rev-parse: use append_formatted_path() for path formatting

[PATCH] sequencer: Skip copying notes for commits that disappear during rebase
 2026-06-16 17:40 UTC 


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