git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-13 08:22:27 to 2025-10-15 08:19:34 UTC [more...]

[PATCH 0/9] refs: add a '--required' flag to 'git refs optimize'
 2025-10-15  8:19 UTC  (29+ messages)
` [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 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'

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

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

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

[PATCH 0/6] ci: improvements to our Rust infrastructure
 2025-10-15  6:04 UTC  (10+ 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 v3 0/3] replay: make atomic ref updates the default
 2025-10-15  5:05 UTC  (8+ messages)
` [PATCH v3 1/3] replay: use die_for_incompatible_opt2() for option validation
` [PATCH v3 2/3] replay: make atomic ref updates the default behavior
` [PATCH v3 3/3] replay: add replay.defaultAction config option

[PATCH v2 0/1] replay: make atomic ref updates the default behavior
 2025-10-15  5:01 UTC  (9+ messages)
` [PATCH v3 0/3] replay: make atomic ref updates the default
  ` [PATCH v3 1/3] replay: use die_for_incompatible_opt2() for option validation
  ` [PATCH v3 2/3] replay: make atomic ref updates the default behavior
  ` [PATCH v3 3/3] replay: add replay.defaultAction config option

[PATCH 0/2] [Outreachy] gpg-interface.c: use string_list_split instead of strbuf_split_max
 2025-10-15  2:19 UTC  (3+ 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] [PATCH] [Outreachy] builtin/patch-id.c: clarify SHA1 usage for patch IDs
 2025-10-14 23:27 UTC  (7+ messages)

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

[PATCH] http.c: prompt for username on 403
 2025-10-14 21:29 UTC  (2+ messages)

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

[PATCH v4 00/29] rebase: support --trailer
 2025-10-14 20:43 UTC  (36+ messages)
` [PATCH v4 01/29] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v4 02/29] trailer: restore interpret_trailers helper
` [PATCH v4 03/29] trailer: drop --trailer prefix handling in amend helper
` [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 0/5] Allow enforcing safe.directory
 2025-10-14 20:32 UTC  (15+ messages)
` [PATCH 1/5] setup: rename `ensure_safe_repository()` for clarity
` [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 4/5] setup: allow temporary bypass of `ensure_safe_repository()` checks
` [PATCH 5/5] setup: allow not marking self owned repos as safe in `ensure_safe_repository()`
    ` [PATCH v2 0/5] Apply comments of D. Ben Knoble
      ` [PATCH v2 1/5] setup: rename `ensure_safe_repository()` for clarity
      ` [PATCH v2 2/5] setup: rename `die_upon_assumed_unsafe_repo()` to align with check
      ` [PATCH v2 3/5] setup: refactor `ensure_safe_repository()` testing priorities
      ` [PATCH v2 4/5] setup: allow temporary bypass of `ensure_safe_repository()` checks
      ` [PATCH v2 5/5] setup: allow not marking self owned repos as safe in `ensure_safe_repository()`

[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 1/1] t: update path checks using test_path helpers
 2025-10-14 18:47 UTC  (4+ messages)

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

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

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-10-14 16:47 UTC  (20+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] wt-status: provide function to expose status for trees
  ` [PATCH v4 03/12] replay: stop using `the_repository`
  ` [PATCH v4 04/12] replay: parse commits before dereferencing them
  ` [PATCH v4 05/12] builtin: add new "history" command
  ` [PATCH v4 06/12] builtin/history: implement "reword" subcommand
  ` [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] "

[RFC Outreachy] gpg-interface: Replace strbuf_split()* with string_list_split()
 2025-10-14 10:31 UTC  (3+ messages)

[Outreachy] Introduction (Ágatha)
 2025-10-14  9:14 UTC  (2+ messages)

[Outreachy] - Introduction from Solomon (Solly) Akpuru
 2025-10-14  8:58 UTC 

I still use git whatchanged
 2025-10-14  7:10 UTC  (4+ messages)

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-10-14  5:53 UTC  (5+ messages)
` [PATCH v3 "

Probable issue with code/documentation
 2025-10-14  3:09 UTC  (3+ messages)
` [PATCH] match_pathname(): give fnmatch one char of prefix context

[PATCH] doc: explain the impact of stash.index on --autostash options
 2025-10-14  2:18 UTC  (4+ messages)

[PATCH v2] [Outreachy] commit.c: clarify comment describing commit re-parse behavior
 2025-10-14  0:41 UTC  (4+ messages)

[PATCH] builtin/cat-file.c: simplify calling `report_object_status()`
 2025-10-14  0:11 UTC  (2+ messages)

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

[PATCH] [Outreachy] patch-ids: fix const correctness
 2025-10-13 21:55 UTC  (7+ messages)

git whatchanged --i-still-use-this
 2025-10-13 19:51 UTC  (2+ messages)

[RFC/PATCH] SubmittingPatches: forbid use of genAI to generate changes
 2025-10-13 18:14 UTC  (8+ messages)
` [PATCH v2] SubmittingPatches: add section about AI

[PATCH] [PATCH] [Outreachy]: remove outdated NEEDSWORK comment
 2025-10-13 18:02 UTC 

[PATCH 0/2] Organize mingw includes
 2025-10-13 16:29 UTC  (4+ messages)
` [PATCH 1/2] mingw: avoid relative `#include`s

[RFC Outreachy] Teach ci/check-whitespace to flag incomplete lines as an error
 2025-10-13 15:41 UTC  (4+ messages)

[PATCH] t1016: make sure to use specified GPG
 2025-10-13 15:38 UTC  (3+ messages)

What's cooking in git.git (Oct 2025, #04; Fri, 10)
 2025-10-13 15:28 UTC  (5+ messages)

[PATCH] doc: change the markup of paragraphs following a nested list item
 2025-10-13 15:17 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)
 2025-10-13 14:27 UTC  (4+ messages)

git whatchanged
 2025-10-13 13:47 UTC  (2+ messages)

[PATCH] The seventeenth batch
 2025-10-13 11:57 UTC 

Subject: [Outreachy] - Introduction from Solomon (Solly) Akpuru
 2025-10-13 11:06 UTC 

[RCF] Secure git against involuntary arb. code execution without feature loss
 2025-10-13  9:57 UTC  (2+ messages)
` Submitted patches for "assume unsafe"

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


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