git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-14 12:25:59 to 2025-10-15 22:29:01 UTC [more...]

[PATCH 00/49] repack: prepare for incremental MIDX-based repacking
 2025-10-15 22:28 UTC  (57+ messages)
` [PATCH 38/49] builtin/repack.c: inline packs within `write_midx_included_packs()`
` [PATCH 40/49] builtin/repack.c: introduce `struct write_pack_opts`
` [PATCH 41/49] builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`
` [PATCH 42/49] repack: move `find_pack_prefix()` out of the builtin
` [PATCH 43/49] repack: extract `write_pack_opts_is_local()`
` [PATCH 44/49] builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()`
` [PATCH v2 00/49] repack: prepare for incremental MIDX-based repacking
  ` [PATCH v2 01/49] builtin/repack.c: avoid "the_repository" in `cmd_repack()`
  ` [PATCH v2 02/49] builtin/repack.c: avoid "the_repository" in existing packs API
  ` [PATCH v2 03/49] builtin/repack.c: avoid "the_repository" when taking a ref snapshot
  ` [PATCH v2 04/49] builtin/repack.c: avoid "the_repository" when removing packs
  ` [PATCH v2 05/49] builtin/repack.c: avoid "the_repository" when repacking promisor objects
  ` [PATCH v2 06/49] builtin/repack.c: avoid "the_hash_algo" when deleting packs
  ` [PATCH v2 07/49] builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
  ` [PATCH v2 08/49] builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`
  ` [PATCH v2 09/49] builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
  ` [PATCH v2 10/49] builtin/repack.c: avoid using `hash_to_hex()` in pack geometry
  ` [PATCH v2 11/49] repack: introduce new compilation unit
  ` [PATCH v2 12/49] builtin/repack.c: pass both pack_objects args to repack_config
  ` [PATCH v2 13/49] repack: move 'delta_base_offset' to 'struct pack_objects_args'
  ` [PATCH v2 14/49] repack: remove 'prepare_pack_objects' from the builtin
  ` [PATCH v2 15/49] builtin/repack.c: rename many 'struct existing_packs' functions
  ` [PATCH v2 16/49] repack: remove 'remove_redundant_pack' from the builtin
  ` [PATCH v2 17/49] builtin/repack.c: pass "packdir" when removing packs
  ` [PATCH v2 18/49] builtin/repack.c: avoid unnecessary numeric casts in existing_packs
  ` [PATCH v2 19/49] repack: remove 'existing_packs' API from the builtin
  ` [PATCH v2 20/49] builtin/repack.c: rename "struct generated_pack_data"
  ` [PATCH v2 21/49] builtin/repack.c: factor out "generated_pack_install"
  ` [PATCH v2 22/49] builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
  ` [PATCH v2 23/49] builtin/repack.c: provide pack locations to `generated_pack_install()`
  ` [PATCH v2 24/49] repack: remove 'generated_pack' API from the builtin
  ` [PATCH v2 25/49] builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`
  ` [PATCH v2 26/49] builtin/repack.c: remove "repack_promisor_objects()" from the builtin
  ` [PATCH v2 27/49] builtin/repack.c: rename various pack_geometry functions
  ` [PATCH v2 28/49] builtin/repack.c: pass 'pack_kept_objects' to `pack_geometry_init()`
  ` [PATCH v2 29/49] builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`
  ` [PATCH v2 30/49] repack: remove pack_geometry API from the builtin
  ` [PATCH v2 31/49] builtin/repack.c: remove ref snapshotting from builtin
  ` [PATCH v2 32/49] builtin/repack.c: extract opts struct for 'write_midx_included_packs()'
  ` [PATCH v2 33/49] builtin/repack.c: use a string_list for 'midx_pack_names'
  ` [PATCH v2 34/49] repack: keep track of MIDX pack names using existing_packs

[PATCH] BreakingChanges: say that `git diff X..Y` syntax will be removed in 3.0
 2025-10-15 22:28 UTC  (3+ messages)

[PATCH 0/4] refs: cleanup code around optimizations
 2025-10-15 22:18 UTC  (8+ messages)
` [PATCH 1/4] refs: move to using the '.optimize' functions
` [PATCH 2/4] refs: cleanup code around optimization
` [PATCH 3/4] refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
` [PATCH 4/4] t/pack-refs-tests: move the 'test_done' to callees

[PATCH 0/2] [Outreachy] gpg-interface.c: use string_list_split instead of strbuf_split_max
 2025-10-15 22:05 UTC  (9+ messages)
` [PATCH 1/2] [Outreachy] gpg-interface: replace strbuf_split with string_list_split
` [PATCH 2/2] [Outreachy] gpg-interface: use string_list_split instead of strbuf_split

[PATCH 0/9] Xdiff cleanup part2
 2025-10-15 21:28 UTC  (11+ messages)
` [PATCH 1/9] xdiff: use ssize_t for dstart/dend, make them last in xdfile_t
` [PATCH 2/9] xdiff: make xrecord_t.ptr a uint8_t instead of char
` [PATCH 3/9] xdiff: use size_t for xrecord_t.size
` [PATCH 4/9] xdiff: use unambiguous types in xdl_hash_record()
` [PATCH 5/9] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
` [PATCH 6/9] xdiff: make xdfile_t.nrec a size_t instead of long
` [PATCH 7/9] xdiff: make xdfile_t.nreff "
` [PATCH 8/9] xdiff: change rindex from long to size_t in xdfile_t
` [PATCH 9/9] xdiff: rename rindex -> reference_index

[PATCH v4 0/7] builtin/repo: introduce stats subcommand
 2025-10-15 21:12 UTC  (8+ messages)
` [PATCH v5 0/6] builtin/repo: introduce structure subcommand
  ` [PATCH v5 1/6] builtin/repo: rename repo_info() to cmd_repo_info()
  ` [PATCH v5 2/6] ref-filter: allow NULL filter pattern
  ` [PATCH v5 3/6] builtin/repo: introduce structure subcommand
  ` [PATCH v5 4/6] builtin/repo: add object counts in structure output
  ` [PATCH v5 5/6] builtin/repo: add keyvalue and nul format for structure stats
  ` [PATCH v5 6/6] builtin/repo: add progress meter "

[PATCH] doc: add a explanation of Git's data model
 2025-10-15 20:42 UTC  (13+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 1/1] t: update path checks using test_path helpers
 2025-10-15 20:38 UTC  (7+ messages)
` [PATCH v2 0/1] *** t2401: update path checks using test_path helpers ***
  ` [PATCH v2 1/1] t2401: update path checks using test_path helpers

[PATCH v2 0/4] doc: git-pull: clarify DESCRIPTION section
 2025-10-15 20:36 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] doc: git-pull: move <repository> and <refspec> params
  ` [PATCH v3 2/4] doc: git-pull: clarify options for integrating remote branch
  ` [PATCH v3 3/4] doc: git-pull: delete the example
  ` [PATCH v3 4/4] doc: git-pull: clarify how to exit a conflicted merge

[PATCH 0/9] refs: add a '--required' flag to 'git refs optimize'
 2025-10-15 20:17 UTC  (12+ messages)
` [PATCH 9/9] "

[ANNOUNCE] Git v2.51.1
 2025-10-15 18:50 UTC 

[PATCH] RelNotes: minor fixups before 2.51.1
 2025-10-15 16:25 UTC  (2+ messages)

[PATCH] refs/files: deprecate writing symrefs as symbolic links
 2025-10-15 16:15 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/6] ci: improvements to our Rust infrastructure
 2025-10-15 15:21 UTC  (11+ messages)
` [PATCH 1/6] ci: deduplicate calls to `apt-get update`
` [PATCH v3 0/6] ci: improvements to our Rust infrastructure
  ` [PATCH v3 1/6] ci: deduplicate calls to `apt-get update`
  ` [PATCH v3 2/6] ci: check formatting of our Rust code
  ` [PATCH v3 3/6] rust/varint: add safety comments
  ` [PATCH v3 4/6] ci: check for common Rust mistakes via Clippy
  ` [PATCH v3 5/6] ci: verify minimum supported Rust version
  ` [PATCH v3 6/6] rust: support for Windows

[PATCH v2 0/1] replay: make atomic ref updates the default behavior
 2025-10-15 14:45 UTC  (9+ messages)
` [PATCH v3 0/3] replay: make atomic ref updates the default
  ` [PATCH v3 2/3] replay: make atomic ref updates the default behavior

[PATCH] http.c: prompt for username on 403
 2025-10-15 14:12 UTC  (3+ messages)

[PATCH v4 00/29] rebase: support --trailer
 2025-10-15 14:02 UTC  (36+ messages)
` [PATCH v4 01/29] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v4 04/29] trailer: move config_head and arg_head to if storage
` [PATCH v4 05/29] trailer: use bool for had_trailer_before
` [PATCH v4 06/29] interpret-trailers: buffer stdout output
` [PATCH v4 07/29] trailer: mirror interpret-trailers output flow
` [PATCH v4 08/29] trailer: handle trailer append failures gently
` [PATCH v4 09/29] rebase: support --trailer
` [PATCH v4 10/29] rebase: inline trailer state paths
` [PATCH v4 11/29] rebase: reuse buffer for trailer args
` [PATCH v4 12/29] rebase: drop redundant strbuf_release call
` [PATCH v4 13/29] rebase: skip stripping of --trailer option prefix
` [PATCH v4 14/29] rebase: die on invalid trailer args
` [PATCH v4 15/29] rebase: validate trailers with configured separators
` [PATCH v4 16/29] sequencer: add trailers to message before writing file
` [PATCH v4 17/29] tests: t3440: create expect files at point of use
` [PATCH v4 18/29] tests: t3440: check apply backend error includes option
` [PATCH v4 19/29] tests: t3440: use test_commit_message for trailer checks
` [PATCH v4 20/29] tests: t3440: drop redundant resets and pass branch to rebase where needed
` [PATCH v4 21/29] tests: t3440: assert trailer on HEAD after conflict rebase
` [PATCH v4 22/29] rebase: persist --trailer options across restarts
` [PATCH v4 23/29] tests: t3440: remove redundant --keep-empty
` [PATCH v4 24/29] tests: t3440: use helper for trailer checks
` [PATCH v4 25/29] tests: t3440: test --trailer without values
` [PATCH v4 26/29] tests: t3440: convert ex.com to example.com
` [PATCH v4 27/29] tests: t3440: ensure trailers persist after rebase continue
` [PATCH v4 28/29] tests: t3440: exercise trailer config mapping
` [PATCH v4 29/29] sequencer: honor --trailer with fixup -C

[PATCH] [PATCH] [Outreachy] builtin/patch-id.c: clarify SHA1 usage for patch IDs
 2025-10-15 13:59 UTC  (7+ messages)

[PATCH 00/13] refs: improvements and fixes for peeling tags
 2025-10-15  8:28 UTC  (15+ messages)
` [PATCH 04/13] refs: expose peeled object ID via the iterator
` [PATCH v2 00/14] refs: improvements and fixes for peeling tags

still using 'git whatchanged'
 2025-10-15  7:22 UTC  (2+ messages)

[PATCH v3 0/3] replay: make atomic ref updates the default
 2025-10-15  5:05 UTC  (3+ messages)

What's cooking in git.git (Oct 2025, #05; Tue, 14)
 2025-10-14 23:20 UTC 

[PATCH] doc: patch-id: convert to the modern synopsis style
 2025-10-14 20:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] Allow enforcing safe.directory
 2025-10-14 20:32 UTC  (5+ messages)
` [PATCH 2/5] setup: rename `die_upon_assumed_unsafe_repo()` to align with check
` [PATCH 3/5] setup: refactor `ensure_safe_repository()` testing priorities

[PATCH 0/6] packfile: remove `packfile_store_get_packs()`
 2025-10-14 19:19 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] object-name: convert to use `packfile_store_get_all_packs()`
  ` [PATCH v2 4/6] packfile: drop `packfile_store_get_packs()`
  ` [PATCH v2 5/6] packfile: introduce macro to iterate through packs

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-10-14 17:35 UTC  (5+ messages)
` [PATCH 01/10] run-command: add stdin callback for parallelization

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-10-14 16:47 UTC  (10+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 08/12] add-patch: split out `struct interactive_options`
  ` [PATCH v4 10/12] add-patch: add support for in-memory index patching
  ` [PATCH v4 12/12] builtin/history: implement "split" subcommand

(Outreachy) Introduction and plan to start work on “Reduce Git’s global state” project
 2025-10-14 16:21 UTC  (2+ messages)

[PATCH 0/1] *** Update test file path checks ***
 2025-10-14 15:43 UTC  (2+ messages)

[PATCH 0/1] docs/git-blame: describe sourceline and resultline
 2025-10-14 13:33 UTC  (5+ messages)
` [PATCH 1/1] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).