git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-26 23:07:49 to 2025-09-30 20:05:32 UTC [more...]

[PATCH v4 00/12] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-30 20:05 UTC  (6+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 04/13] xdiff: delete superfluous function xdl_get_rec() in xemit

[RFC] How to accellerate the patch flow (or should we?)
 2025-09-30 20:04 UTC  (15+ messages)

I still use this!
 2025-09-30 20:02 UTC  (3+ messages)

[PATCH v2 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-09-30 19:58 UTC  (23+ messages)
` [PATCH v3 0/4] doc: git-push: clarify DESCRIPTION section
  ` [PATCH v3 2/4] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
  ` [PATCH v3 4/4] doc: git-push: clarify "what to push"
  ` [PATCH v4 0/5] doc: git-push: clarify DESCRIPTION section
    ` [PATCH v4 1/5] doc: git-push: clarify intro
    ` [PATCH v4 2/5] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
    ` [PATCH v4 3/5] doc: git-push: clarify "where to push"
    ` [PATCH v4 4/5] doc: git-push: clarify "what "
    ` [PATCH v4 5/5] doc: git-push: Add explanation of `git push origin main`

What's cooking in git.git (Sep 2025, #11; Mon, 29)
 2025-09-30 19:58 UTC  (4+ messages)

git reflog write does not pick up user.name and user.email from config
 2025-09-30 19:53 UTC  (7+ messages)
  ` [PATCH] builtin/reflog: respect user config in "write" subcommand
      ` [PATCH v2] "
          ` [PATCH v3] "

Feature request: partial URL matching for credential config
 2025-09-30 18:59 UTC  (4+ messages)

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-30 16:44 UTC  (7+ messages)
` [PATCH 5/9] docs: add documentation for loose objects
` [PATCH 8/9] Allow specifying compatibility hash

What is the reason behind not hiding git worktrees from git?
 2025-09-30 15:47 UTC  (8+ messages)

customizing "cherry picked from commit abcd" comment
 2025-09-30 15:39 UTC  (4+ messages)

[PATCH 0/3] specifying a file that can optionally exist
 2025-09-30 15:26 UTC  (9+ messages)
` [PATCH v2 0/3] Support :(optional) filepaths
  ` [PATCH v2 1/3] t7500: make each piece more independent
  ` [PATCH v2 2/3] config: values of pathname type can be prefixed with :(optional)
  ` [PATCH v2 3/3] parseopt: "

[ANNOUNCE] Git for Windows 2.51.0(2)
 2025-09-30 14:42 UTC  (2+ messages)

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-09-30 13:37 UTC  (10+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] submodule--helper: use submodule_name_to_gitdir in add_submodule
  ` [PATCH v2 06/10] submodule: encode gitdir paths to avoid conflicts
  ` [PATCH v2 07/10] submodule: error out if gitdir name is too long
  ` [PATCH v2 08/10] submodule: remove validate_submodule_git_dir()

[PATCH v7 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-30 13:34 UTC  (3+ messages)
` [PATCH v7 5/9] varint: use explicit width for integers

[PATCH 0/2] replay: add --update-refs option
 2025-09-30 10:05 UTC  (5+ messages)
` [PATCH v2 0/1] replay: make atomic ref updates the default behavior
  ` [PATCH v2 1/1] "

[PATCH 0/2] libgit-rs: add get_bool() method to ConfigSet
 2025-09-30  8:46 UTC  (14+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] po: fix escaped underscores in README.md
  ` [PATCH v2 2/3] libgit-rs: add get_bool() method to ConfigSet
  ` [PATCH v2 3/3] libgit-rs: address review feedback for get_bool()
  ` [PATCH v3 0/3] libgit-rs: add get_bool() method to ConfigSet
    ` [PATCH v3 1/3] po: fix escaped underscores in README.md
    ` [PATCH v3 2/3] libgit-rs: add get_bool() method to ConfigSet
    ` [PATCH v3 3/3] libgit-rs: add get_ulong() and get_pathname() methods
    ` [PATCH v4] libgit-rs: add get_bool(), get_ulong(), "

[PATCH 00/49] repack: prepare for incremental MIDX-based repacking
 2025-09-29 23:22 UTC  (60+ messages)
` [PATCH 01/49] builtin/repack.c: avoid "the_repository" in `cmd_repack()`
` [PATCH 02/49] builtin/repack.c: avoid "the_repository" in existing packs API
` [PATCH 03/49] builtin/repack.c: avoid "the_repository" when taking a ref snapshot
` [PATCH 04/49] builtin/repack.c: avoid "the_repository" when removing packs
` [PATCH 05/49] builtin/repack.c: avoid "the_repository" when repacking promisor objects
` [PATCH 06/49] builtin/repack.c: avoid "the_hash_algo" when deleting packs
` [PATCH 07/49] builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
` [PATCH 08/49] builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`
` [PATCH 09/49] builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
` [PATCH 10/49] builtin/repack.c: avoid using `hash_to_hex()` in pack geometry
` [PATCH 11/49] repack: introduce new compilation unit
` [PATCH 12/49] builtin/repack.c: pass both pack_objects args to repack_config
` [PATCH 13/49] repack: move 'delta_base_offset' to 'struct pack_objects_args'
` [PATCH 14/49] repack: remove 'prepare_pack_objects' from the builtin
` [PATCH 15/49] builtin/repack.c: rename many 'struct existing_packs' functions
` [PATCH 16/49] repack: remove 'remove_redundant_pack' from the builtin
` [PATCH 17/49] builtin/repack.c: pass "packdir" when removing packs
` [PATCH 18/49] builtin/repack.c: avoid unnecessary numeric casts in existing_packs
` [PATCH 19/49] repack: remove 'existing_packs' API from the builtin
` [PATCH 20/49] builtin/repack.c: rename "struct generated_pack_data"
` [PATCH 21/49] builtin/repack.c: factor our "generated_pack_install"
` [PATCH 22/49] builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
` [PATCH 23/49] builtin/repack.c: provide pack locations to `generated_pack_install()`
` [PATCH 24/49] repack: remove 'generated_pack' API from the builtin
` [PATCH 25/49] builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`
` [PATCH 26/49] builtin/repack.c: remove "repack_promisor_objects()" from the builtin
` [PATCH 27/49] builtin/repack.c: rename various pack_geometry functions
` [PATCH 28/49] builtin/repack.c: pass 'pack_kept_objects' to `pack_geometry_init()`
` [PATCH 29/49] builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`
` [PATCH 30/49] repack: remove pack_geometry API from the builtin
` [PATCH 31/49] builtin/repack.c: remove ref snapshotting from builtin
` [PATCH 32/49] builtin/repack.c: extract opts struct for 'write_midx_included_packs()'
` [PATCH 33/49] builtin/repack.c: use a string_list for 'midx_pack_names'
` [PATCH 34/49] repack: keep track of MIDX pack names using existing_packs
` [PATCH 35/49] builtin/repack.c: reorder `remove_redundant_bitmaps()`
` [PATCH 36/49] builtin/repack.c: inline `remove_redundant_bitmaps()`
` [PATCH 37/49] builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs`
` [PATCH 38/49] builtin/repack.c: inline packs within `write_midx_included_packs()`
` [PATCH 39/49] repack: 'write_midx_included_packs' API from the builtin
` [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 45/49] repack: move `finish_pack_objects_cmd()` out of the builtin
` [PATCH 46/49] repack: move `pack_kept_objects` to `struct pack_objects_args`
` [PATCH 47/49] repack: move `write_filtered_pack()` out of the builtin
` [PATCH 48/49] repack: move `write_cruft_pack()` "
` [PATCH 49/49] builtin/repack.c: clean up unused `#include`s

[PATCH] doc: patch-id: fix accidental literal blocks
 2025-09-29 22:18 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 00/16] packfile: carve out a new packfile store
 2025-09-29 21:39 UTC  (6+ messages)
` [PATCH v6 00/15] "

[Feature Request] Support for sharing root-level files across repositories
 2025-09-29 21:17 UTC  (4+ messages)

What's cooking in git.git (Sep 2025, #10; Thu, 25)
 2025-09-29 18:13 UTC  (2+ messages)

[PATCH v3 0/6] doc: git-checkout: clarify DESCRIPTION section
 2025-09-29 18:07 UTC  (4+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 4/7] doc: git-checkout: clarify `-b` and `-B`

[PATCH] refs/ref-cache: stop seeking into empty directories
 2025-09-29 14:47 UTC  (6+ messages)
` [PATCH v2] refs/ref-cache: fix SEGFAULT when seeking in "

I still use git whatchanged
 2025-09-29 14:16 UTC  (3+ messages)

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-09-29 11:33 UTC  (10+ messages)
` [PATCH 03/10] hook: convert 'post-rewrite' hook in sequencer.c "
` [PATCH 04/10] transport: convert pre-push hook "

[PATCH v2 0/4] Teach git-stash to use --index from config
 2025-09-29 10:01 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/4] stash: honor stash.index in apply, pop modes

[PATCH v3 0/2] gitk: make Tags and Heads window geometry sticky
 2025-09-28 15:57 UTC  (7+ messages)
` [PATCH v3 1/2] Revert "gitk: Only restore window size from ~/.gitk, not position"
` [PATCH v3 2/2] gitk: make Tags and Heads window geometry sticky

[PATCH] doc: change the markup of paragraphs following a nested list item
 2025-09-28 15:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] gitk: make the 'Tags and Heads' window geometry sticky
 2025-09-28 13:30 UTC  (5+ messages)
` [PATCH v2 2/2] gitk: make Tags and Heads "

git merge --no-ff failure
 2025-09-28  2:34 UTC  (5+ messages)

git whatchanged
 2025-09-28  1:12 UTC  (3+ messages)

[PATCH v3 0/7] builtin/repo: introduce stats subcommand
 2025-09-27 23:49 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] builtin/repo: rename repo_info() to cmd_repo_info()
  ` [PATCH v4 2/7] ref-filter: allow NULL filter pattern
  ` [PATCH v4 3/7] clang-format: exclude control macros from SpaceBeforeParens
  ` [PATCH v4 4/7] builtin/repo: introduce stats subcommand
  ` [PATCH v4 5/7] builtin/repo: add object counts in stats output
  ` [PATCH v4 6/7] builtin/repo: add keyvalue and nul format for stats
  ` [PATCH v4 7/7] builtin/repo: add progress meter "

The description of push.default=simple is misleading
 2025-09-27 11:24 UTC 

[RFC PATCH 4/4] doc: commit-graph.adoc: fix up some formatting
 2025-09-27  1:36 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;
as well as URLs for NNTP newsgroup(s).