git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 21:24:50 to 2025-09-25 20:15:44 UTC [more...]

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-09-25 20:15 UTC  (14+ messages)
` [PATCH 01/10] run-command: add stdin callback for parallelization
` [PATCH 02/10] hook: provide stdin via callback
` [PATCH 03/10] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
` [PATCH 04/10] transport: convert pre-push hook "
` [PATCH 05/10] reference-transaction: use hook.h to run hooks
` [PATCH 06/10] run-command: allow capturing of collated output
` [PATCH 07/10] hooks: allow callers to capture output
` [PATCH 08/10] receive-pack: convert 'update' hook to hook.h
` [PATCH 09/10] post-update: use hook.h library
` [PATCH 10/10] receive-pack: convert receive hooks to hook.h

[PATCH 0/6] odb: track commit graphs via object source
 2025-09-25 19:17 UTC  (7+ messages)

[GSoC][PATCH] builtin/refs: add 'get' subcommand
 2025-09-25 18:43 UTC  (11+ messages)

[PATCH v4 00/12] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-25 18:40 UTC  (26+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 05/13] xdiff: delete superfluous local variables that alias fields in xrecord_t
  ` [PATCH v5 10/13] xdiff: delete rchg aliasing
  ` [PATCH v5 11/13] xdiff: rename rchg -> changed in xdfile_t
  ` [PATCH v5 12/13] xdiff: use enum macros NONE(0), SOME(1), TOO_MANY(2) in xprepare.c
  ` [PATCH v5 13/13] xdiff: change type of xdfile_t.changed from char to bool

[PATCH] diff --no-index: fix logic for paths ending in '/'
 2025-09-25 18:36 UTC  (6+ messages)

[PATCH v2 0/2] add -p: a couple of hunk splitting fixes
 2025-09-25 18:21 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] add -p: mark split hunks as undecided
  ` [PATCH v3 2/2] add-patch: update hunk splitability after editing

Participating in the Outreachy December 2025 cohort
 2025-09-25 17:33 UTC  (6+ messages)

[PATCH 0/2] format-patch: handle range-diff on notes correctly for single patches
 2025-09-25 17:07 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] range-diff: rename other_arg to log_arg
  ` [PATCH v2 2/3] revision: add rdiff_log_arg to rev_info
  ` [PATCH v2 3/3] format-patch: handle range-diff on notes correctly for single patches

[PATCH] rebase -i: use same commit's message and date with f -C
 2025-09-25 17:08 UTC  (10+ messages)

[PATCH] refs/ref-cache: stop seeking into empty directories
 2025-09-25 17:07 UTC  (5+ messages)
` [PATCH v2] refs/ref-cache: fix SEGFAULT when seeking in "

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-25 16:35 UTC  (22+ messages)
` [PATCH v5 0/9] Introduce Rust and announce that it will become mandatory
  ` what's missing from newer C? [was: [PATCH v5 0/9] Introduce Rust ....]
` [PATCH v6 0/9] Introduce Rust and announce that it will become mandatory
  ` [PATCH v6 7/9] BreakingChanges: announce Rust becoming mandatory
` [PATCH v7 0/9] Introduce Rust and announce that it will become mandatory
  ` [PATCH v7 1/9] meson: add infrastructure to build internal Rust library
  ` [PATCH v7 2/9] Makefile: reorder sources after includes
  ` [PATCH v7 3/9] Makefile: introduce infrastructure to build internal Rust library
  ` [PATCH v7 4/9] help: report on whether or not Rust is enabled
  ` [PATCH v7 5/9] varint: use explicit width for integers
  ` [PATCH v7 6/9] varint: reimplement as test balloon for Rust
  ` [PATCH v7 7/9] BreakingChanges: announce Rust becoming mandatory
  ` [PATCH v7 8/9] ci: convert "pedantic" job into full build with breaking changes
  ` [PATCH v7 9/9] ci: enable Rust for breaking-changes jobs

[PATCH v3 0/8] refs/reftable: add consistency checks
 2025-09-25 16:22 UTC  (20+ messages)
` [PATCH v3 3/8] reftable: check for trailing newline in 'tables.list'
` [PATCH v3 4/8] reftable: ensure tables in a stack use sequential update indices
` [PATCH v3 7/8] reftable: add code to facilitate consistency checks
` [PATCH v3 8/8] refs/reftable: add fsck check for checking the table name

[PATCH 00/16] packfile: carve out a new packfile store
 2025-09-25 16:08 UTC  (4+ messages)
` [PATCH v6 00/15] "

[PATCH 0/2] doc: git-push: clarify section
 2025-09-25 15:59 UTC  (6+ messages)
` [PATCH v2 "

git merge --no-ff failure
 2025-09-25 14:30 UTC  (2+ messages)

[PATCH 0/4] builtin/repo: introduce stats subcommand
 2025-09-25 13:58 UTC  (19+ messages)
` [PATCH 4/4] builtin/repo: add nul format for stats
` [PATCH v2 0/6] builtin/repo: introduce stats subcommand
  ` [PATCH v2 1/6] builtin/repo: rename repo_info() to cmd_repo_info()
  ` [PATCH v2 2/6] ref-filter: allow NULL filter pattern
  ` [PATCH v2 3/6] builtin/repo: introduce stats subcommand
  ` [PATCH v2 4/6] builtin/repo: add object counts in stats output
  ` [PATCH v2 5/6] builtin/repo: add keyvalue and nul format for stats
  ` [PATCH v2 6/6] builtin/repo: add progress meter "

[PATCH v2 0/4] enhance string-list API to fix sign compare warnings
 2025-09-25 13:33 UTC  (8+ messages)
` [PATCH v2 2/4] string-list: replace negative index encoding with "exact_match" parameter

0-Based indexes for git log
 2025-09-25 13:25 UTC  (17+ messages)

[PATCH v2 0/2] gitk: make the 'Tags and Heads' window geometry sticky
 2025-09-25 12:45 UTC  (4+ messages)
` [PATCH v2 2/2] gitk: make Tags and Heads "

[PATCH 0/2] libgit-rs: add get_bool() method to ConfigSet
 2025-09-25 11:44 UTC  (3+ messages)
` [PATCH 1/2] po: fix escaped underscores in README.md
` [PATCH 2/2] libgit-rs: add get_bool() method to ConfigSet

[PATCH] po: fix escaped underscores in README.md
 2025-09-25 11:30 UTC 

Rename detection fails on symlinked files
 2025-09-25  7:39 UTC  (3+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-09-25  5:42 UTC  (9+ messages)
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash
      ` gitoxide-compatible licensing of Git's Rust code, was "

[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
 2025-09-24 22:38 UTC  (11+ messages)
` [PATCH 1/4] doc: git-pull: move <repository> and <refspec> params
` [PATCH 2/4] doc: git-pull: clarify options for integrating remote branch
` [PATCH 4/4] doc: git-pull: clarify how to exit a conflicted merge

[PATCH v5 00/15] packfile: carve out a new packfile store
 2025-09-24 21:56 UTC  (5+ messages)
` [PATCH v5 01/15] packfile: introduce a new `struct packfile_store`

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

[PATCH v2 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-09-24 20:01 UTC  (6+ 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"

What's cooking in git.git (Sep 2025, #09; Mon, 22)
 2025-09-24 19:01 UTC  (4+ messages)

How do i get news of git releases
 2025-09-24 18:51 UTC  (5+ messages)

[PATCH v4 0/3] diff: add pathspec support to --no-index
 2025-09-24 18:23 UTC  (7+ messages)
` [PATCH v4 3/3] diff --no-index: support limiting by pathspec

Bug report: Untracked file lost from git stash
 2025-09-24 18:13 UTC  (2+ messages)

[PATCH RFC v4 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-24 17:43 UTC  (11+ messages)
` [PATCH RFC v4 7/9] BreakingChanges: announce Rust becoming mandatory
          ` LTS "lieutenant", was "

[BUG] No context menu in gitk on macos
 2025-09-24  8:50 UTC  (2+ messages)

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-24  7:56 UTC  (18+ messages)
` [PATCH 1/9] docs: update pack index v3 format
` [PATCH 3/9] docs: reflect actual double signature for tags
` [PATCH 5/9] docs: add documentation for loose objects
` [PATCH 6/9] rev-parse: allow printing compatibility hash
` [PATCH 8/9] Allow specifying "
` [PATCH 9/9] t: add a prerequisite for a "

[GSoC][PATCH v3 0/9] Add refs optimize subcommand
 2025-09-24  6:18 UTC  (6+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 1/9] refs: add a generic 'optimize' API
  ` [GSoC][PATCH v4 5/9] builtin/pack-refs: factor out core logic into a shared library

format-patch: why are the Range-diff: and Interdiff: headers translated?
 2025-09-24  5:11 UTC  (6+ messages)

doc: config/extensions.adoc: line continuation syntax error
 2025-09-24  0:54 UTC  (3+ messages)

Thematic Funds Letter Of Intent
 2025-09-23 23:46 UTC 

[RFC] git-rebase-clean: mitigating a “semantic conflict cascade” during rebase
 2025-09-23 23:33 UTC  (8+ 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).