git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 16:36:56 to 2025-09-25 08:20:15 UTC [more...]

[PATCH] refs/ref-cache: stop seeking into empty directories
 2025-09-25  8:20 UTC  (3+ messages)

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

[PATCH v3 00/10] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-25  7:09 UTC  (40+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v5 00/13] "
    ` [PATCH v5 01/13] xdiff: delete static forward declarations in xprepare
    ` [PATCH v5 02/13] xdiff: delete local variables and initialize/free xdfile_t directly
    ` [PATCH v5 03/13] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
    ` [PATCH v5 04/13] xdiff: delete superfluous function xdl_get_rec() in xemit
    ` [PATCH v5 05/13] xdiff: delete superfluous local variables that alias fields in xrecord_t
    ` [PATCH v5 06/13] xdiff: delete struct diffdata_t
    ` [PATCH v5 07/13] xdiff: delete redundant array xdfile_t.ha
    ` [PATCH v5 08/13] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
    ` [PATCH v5 09/13] xdiff: delete chastore from xdfile_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

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

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-25  6:30 UTC  (21+ 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

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

[PATCH v3 0/8] refs/reftable: add consistency checks
 2025-09-25  6:14 UTC  (19+ 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

0-Based indexes for git log
 2025-09-25  5:46 UTC  (16+ 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] builtin/repo: introduce stats subcommand
 2025-09-25  5:39 UTC  (15+ 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  2:50 UTC  (7+ messages)
` [PATCH v2 2/4] string-list: replace negative index encoding with "exact_match" parameter

[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
 2025-09-24 22:38 UTC  (12+ 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 3/4] doc: git-pull: delete the example
` [PATCH 4/4] doc: git-pull: clarify how to exit a conflicted merge

[PATCH] diff --no-index: fix logic for paths ending in '/'
 2025-09-24 22:24 UTC  (4+ messages)

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

[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] rebase -i: use same commit's message and date with f -C
 2025-09-24 20:48 UTC  (9+ messages)

[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  (9+ messages)
` [PATCH v3 0/4] doc: git-push: clarify DESCRIPTION section
  ` [PATCH v3 1/4] doc: git-push: clarify intro
  ` [PATCH v3 2/4] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
  ` [PATCH v3 3/4] doc: git-push: clarify "where to push"
  ` [PATCH v3 4/4] doc: git-push: clarify "what "

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  (3+ 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)

[PATCH 0/2] doc: git-push: clarify section
 2025-09-23 23:09 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] doc: git-push: create PUSH RULES section
  ` [PATCH v2 2/2] doc: git-push: rewrite refspec specification

[PATCH 0/2] format-patch: handle range-diff on notes correctly for single patches
 2025-09-23 21:20 UTC  (11+ messages)
` [PATCH 1/2] revision: add rdiff_other_arg to rev_info
` [PATCH 2/2] format-patch: handle range-diff on notes correctly for single patches

[PATCH 00/15] Introduce rust: In xdiff
 2025-09-23 21:04 UTC  (4+ messages)
` [PATCH v2 00/18] "

[PATCH 4/4] refs: do not clobber dangling symrefs
 2025-09-23 17:33 UTC  (5+ messages)

I still use this/these
 2025-09-23 16:36 UTC  (5+ 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).