git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-09 08:01:50 to 2025-10-11 14:25:00 UTC [more...]

[RFC Outreachy] Teach ci/check-whitespace to flag incomplete lines as an error
 2025-10-11 14:24 UTC 

[PATCH] contrib/credential: Amend and harmonize Makefiles
 2025-10-11 12:45 UTC  (5+ messages)

What's cooking in git.git (Oct 2025, #04; Fri, 10)
 2025-10-11 11:00 UTC  (3+ messages)

[PATCH] ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)
 2025-10-11 10:57 UTC  (5+ messages)

[PATCH] refs: forbid clang to complain about unreachable code
 2025-10-11 10:49 UTC  (7+ messages)

[PATCH v2] [Outreachy] commit.c: clarify comment describing commit re-parse behavior
 2025-10-11  9:36 UTC 

[PATCH] [Outreachy] commit.c: remove leftover comment
 2025-10-11  9:21 UTC  (2+ messages)

How dangerous is --committer-date-is-author-date these days?
 2025-10-11  9:15 UTC  (10+ messages)
` [PATCH] doc: warn against --committer-date-is-author-date

[PATCH 0/2] Organize mingw includes
 2025-10-11  9:03 UTC  (6+ messages)
` [PATCH 1/2] mingw: avoid relative `#include`s

[Outreachy] Introduction from Applicant (Archana Kumari)
 2025-10-11  8:39 UTC  (2+ messages)

What is the reason behind not hiding git worktrees from git?
 2025-10-11  5:17 UTC  (8+ messages)
` [PATCH 1/2] doc: git-worktree: Link to examples
  ` [PATCH v2 "
  ` [PATCH v2 2/2] doc: git-worktree: Add side by side branch checkout example

[PATCH 0/5] fast-import: start controlling how tag signatures are handled
 2025-10-11  2:14 UTC  (25+ messages)
` [PATCH 2/5] lib-gpg: allow tests with the GPGSM prereq first
` [PATCH 4/5] fast-export: handle all kinds of tag signatures
` [PATCH v2 0/5] fast-import: start controlling how tag signatures are handled
  ` [PATCH v2 1/5] doc: git-tag: stop focusing on GPG signed tags
  ` [PATCH v2 2/5] lib-gpg: allow tests with GPGSM or GPGSSH prereq first
  ` [PATCH v2 3/5] t9350: properly count annotated tags
  ` [PATCH v2 4/5] fast-export: handle all kinds of tag signatures
  ` [PATCH v2 5/5] fast-import: add '--signed-tags=<mode>' option

[PATCH 00/49] repack: prepare for incremental MIDX-based repacking
 2025-10-10 23:15 UTC  (45+ messages)
` [PATCH 02/49] builtin/repack.c: avoid "the_repository" in existing packs API
` [PATCH 04/49] builtin/repack.c: avoid "the_repository" when removing packs
` [PATCH 09/49] builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
` [PATCH 11/49] repack: introduce new compilation unit
` [PATCH 13/49] repack: move 'delta_base_offset' to 'struct pack_objects_args'
` [PATCH 17/49] builtin/repack.c: pass "packdir" when removing packs
` [PATCH 19/49] repack: remove 'existing_packs' API from the builtin
` [PATCH 21/49] builtin/repack.c: factor our "generated_pack_install"
` [PATCH 27/49] builtin/repack.c: rename various pack_geometry functions
` [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 43/49] repack: extract `write_pack_opts_is_local()`

[PATCH] doc: change the markup of paragraphs following a nested list item
 2025-10-10 22:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] t1016: make sure to use specified GPG
 2025-10-10 21:14 UTC 

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-10-10 19:57 UTC  (6+ messages)
` [PATCH 02/10] hook: provide stdin via callback
` [PATCH 08/10] receive-pack: convert 'update' hook to hook.h

[PATCH 0/1] docs/git-blame: describe sourceline and resultline
 2025-10-10 19:46 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/3] doc: convert git-stash, git tag and git worktree to synopis style
 2025-10-10 18:23 UTC  (7+ messages)
` [PATCH 1/3] doc: convert git-stash.adoc "

[PATCH] [Outreachy] patch-ids: fix NEEDSWORK timezone parsing in fast-import.c
 2025-10-10 17:16 UTC  (5+ messages)

[PATCH] commit-graph: add new config for changed-paths & recommend it in scalar
 2025-10-10 16:32 UTC  (5+ messages)

[PATCH] diff --no-index: fix logic for paths ending in '/'
 2025-10-10 16:13 UTC  (5+ messages)

[PATCH 00/13] refs: improvements and fixes for peeling tags
 2025-10-10 15:29 UTC  (12+ messages)
` [PATCH v2 00/14] "

Probable issue with code/documentation
 2025-10-10 14:57 UTC 

[PATCH v3 0/7] builtin/repo: introduce stats subcommand
 2025-10-10 14:34 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/7] "

[Outreachy] Introduction (Ágatha)
 2025-10-10 13:38 UTC  (7+ messages)

[PATCH] doc: add a explanation of Git's data model
 2025-10-10 11:51 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/9] refs: add a '--required' flag to 'git refs optimize'
 2025-10-10 11:22 UTC  (18+ messages)
` [PATCH 1/9] refs: move to using the '.optimize' functions
` [PATCH 2/9] refs: cleanup code around optimization
` [PATCH 3/9] refs: rename 'pack_refs_opts' to 'optimize_refs_opts'
` [PATCH 4/9] t/pack-refs-tests: move the 'test_done' to callees
` [PATCH 5/9] t/t0450: split whitespace consistency check per subcommand
` [PATCH 6/9] reftable/stack: return stack segments directly
` [PATCH 7/9] reftable/stack: add function to check if optimization is required
` [PATCH 8/9] refs: add a `optimize_required` field to `struct ref_storage_be`
` [PATCH 9/9] refs: add a '--required' flag to 'git refs optimize'

[PATCH] doc: fix accidental literal blocks
 2025-10-10  9:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: patch-id: convert to the modern synopsis style
 2025-10-10  8:50 UTC  (4+ messages)

[PATCH/RFC 0/4] config: read both home and xdg files for --global
 2025-10-10  1:27 UTC  (6+ messages)
` [PATCH/RFC 1/4] cleanup_path: force forward slashes on Windows
` [PATCH/RFC 2/4] config: test home and xdg files in `list --global`
` [PATCH/RFC 3/4] config: read global scope via config_sequence
` [PATCH/RFC 4/4] config: keep bailing on unreadable global files

[PATCH] [Outreachy] patch-ids: fix const correctness
 2025-10-10  0:45 UTC  (6+ messages)

[PATCH 4/4] doc: git-pull: clarify how to exit a conflicted merge
 2025-10-10  0:45 UTC  (2+ messages)

[PATCH v3 4/4] stash: honor stash.index in apply, pop modes
 2025-10-09 22:54 UTC  (3+ messages)
` [PATCH] doc: explain the impact of stash.index on --autostash options

[RCF] Secure git against involuntary arb. code execution without feature loss
 2025-10-09 22:43 UTC  (2+ messages)

[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
 2025-10-09 22:41 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] doc: git-pull: clarify options for integrating remote branch

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-10-09 21:56 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] docs: update pack index v3 format
  ` [PATCH v3 2/9] docs: update offset order for pack index v3
  ` [PATCH v3 3/9] docs: reflect actual double signature for tags
  ` [PATCH v3 4/9] docs: improve ambiguous areas of pack format documentation
  ` [PATCH v3 5/9] docs: add documentation for loose objects
  ` [PATCH v3 6/9] rev-parse: allow printing compatibility hash
  ` [PATCH v3 7/9] fsck: consider gpgsig headers expected in tags
  ` [PATCH v3 8/9] t: allow specifying compatibility hash
  ` [PATCH v3 9/9] t1010: use BROKEN_OBJECTS prerequisite

What's cooking in git.git (Oct 2025, #03; Wed, 8)
 2025-10-09 21:40 UTC  (2+ messages)

'git whatchanged' is nominated for removal
 2025-10-09 21:09 UTC  (3+ messages)

[PATCH v2 0/6] ci: improvements to our Rust infrastructure
 2025-10-09 19:29 UTC  (2+ messages)

[PATCH] t1410: modernize test path checks
 2025-10-09 17:04 UTC  (2+ messages)

Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements
 2025-10-09 15:15 UTC 

[PATCH] stash: don't show irrelevant entry count in status
 2025-10-09 11:03 UTC  (2+ messages)
` [PATCH v2] stash: show correct entries count

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

[PATCH v2 0/6] packfile: remove `packfile_store_get_packs()`
 2025-10-09  8:01 UTC  (6+ messages)
` [PATCH v2 2/6] builtin/gc: convert to use `packfile_store_get_all_packs()`
` [PATCH v2 3/6] builtin/grep: simplify how we preload packs
` [PATCH v2 4/6] packfile: drop `packfile_store_get_packs()`
` [PATCH v2 5/6] packfile: introduce macro to iterate through packs
` [PATCH v2 6/6] packfile: rename `packfile_store_get_all_packs()`


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).