git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-22 16:47:06 to 2025-09-23 21:24:45 UTC [more...]

[PATCH v3 00/10] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-23 21:24 UTC  (29+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] xdiff: delete static forward declarations in xprepare
  ` [PATCH v4 02/12] xdiff: delete local variables and initialize/free xdfile_t directly
  ` [PATCH v4 03/12] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
  ` [PATCH v4 04/12] xdiff: delete superfluous function xdl_get_rec() in xemit
  ` [PATCH v4 05/12] xdiff: delete superfluous local variables that alias fields in xrecord_t
  ` [PATCH v4 06/12] xdiff: delete struct diffdata_t
  ` [PATCH v4 07/12] xdiff: delete redundant array xdfile_t.ha
  ` [PATCH v4 08/12] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
  ` [PATCH v4 09/12] xdiff: delete chastore from xdfile_t
  ` [PATCH v4 10/12] xdiff: delete rchg aliasing
  ` [PATCH v4 11/12] xdiff: use bool literals for xdfile_t.rchg
  ` [PATCH v4 12/12] xdiff: refactor 'char *rchg' to 'bool *changed' in xdfile_t
  ` [PATCH v5 00/13] Cleanup xdfile_t and xrecord_t in xdiff
    ` [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 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

doc: config/extensions.adoc: line continuation syntax error
 2025-09-23 21:08 UTC  (2+ messages)

0-Based indexes for git log
 2025-09-23 21:15 UTC 

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

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

format-patch: why are the Range-diff: and Interdiff: headers translated?
 2025-09-23 19:59 UTC  (3+ messages)

[BUG] No context menu in gitk on macos
 2025-09-23 19:54 UTC  (2+ messages)

[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
 2025-09-23 19:45 UTC  (5+ 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

How do i get news of git releases
 2025-09-23 19:41 UTC  (8+ messages)

[PATCH v2 0/4] enhance string-list API to fix sign compare warnings
 2025-09-23 18:48 UTC  (7+ messages)
` [PATCH v2 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH v2 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"

[PATCH 0/2] doc: git-push: clarify section
 2025-09-23 18:10 UTC  (7+ 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 v2 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-09-23 17:56 UTC  (7+ 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 "

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

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

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

[GSoC][PATCH] builtin/refs: add 'get' subcommand
 2025-09-23 16:57 UTC  (2+ messages)

I still use this/these
 2025-09-23 16:36 UTC  (5+ messages)

[PATCH 0/4] builtin/repo: introduce stats subcommand
 2025-09-23 16:02 UTC  (22+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] builtin/repo: add object counts in stats output
` [PATCH 3/4] builtin/repo: add keyvalue format for stats
` [PATCH 4/4] builtin/repo: add nul "

[PATCH v3 0/8] refs/reftable: add consistency checks
 2025-09-23 15:42 UTC  (4+ messages)
` [PATCH v3 3/8] reftable: check for trailing newline in 'tables.list'

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

[RFC] doc: check-docs and WITH_BREAKING_CHANGES
 2025-09-23 14:50 UTC  (6+ messages)

What's cooking in git.git (Sep 2025, #09; Mon, 22)
 2025-09-23 14:34 UTC  (5+ messages)

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

[PATCH v5 0/9] Introduce Rust and announce that it will become mandatory
 2025-09-23 14:17 UTC  (12+ messages)
` [PATCH v5 7/9] BreakingChanges: announce Rust becoming mandatory

[PATCH] l10n: bump actions/setup-go from 5 to 6
 2025-09-23 10:39 UTC 

[PATCH 00/16] packfile: carve out a new packfile store
 2025-09-23 10:17 UTC  (17+ messages)
` [PATCH v6 00/15] "
  ` [PATCH v6 01/15] packfile: introduce a new `struct packfile_store`
  ` [PATCH v6 02/15] odb: move list of packfiles into "
  ` [PATCH v6 03/15] odb: move initialization bit "
  ` [PATCH v6 04/15] odb: move packfile map "
  ` [PATCH v6 05/15] odb: move MRU list of packfiles "
  ` [PATCH v6 06/15] odb: move kept cache "
  ` [PATCH v6 07/15] packfile: reorder functions to avoid function declaration
  ` [PATCH v6 08/15] packfile: refactor `prepare_packed_git()` to work on packfile store
  ` [PATCH v6 09/15] packfile: split up responsibilities of `reprepare_packed_git()`
  ` [PATCH v6 10/15] packfile: refactor `install_packed_git()` to work on packfile store
  ` [PATCH v6 11/15] packfile: introduce function to load and add packfiles
  ` [PATCH v6 12/15] packfile: move `get_multi_pack_index()` into "midx.c"
  ` [PATCH v6 13/15] packfile: refactor `get_packed_git()` to work on packfile store
  ` [PATCH v6 14/15] packfile: refactor `get_all_packs()` "
  ` [PATCH v6 15/15] packfile: refactor `get_packed_git_mru()` "

[PATCH v5 00/15] packfile: carve out a new packfile store
 2025-09-23  9:35 UTC  (10+ messages)
` [PATCH v5 01/15] packfile: introduce a new `struct packfile_store`
` [PATCH v5 04/15] odb: move packfile map into "
` [PATCH v5 09/15] packfile: split up responsibilities of `reprepare_packed_git()`

[PATCH] lockfile: add case insensitive filesystem note
 2025-09-23  9:03 UTC  (4+ messages)

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-23  5:05 UTC  (6+ messages)

Could Git be smarter about object reuse?
 2025-09-23  0:54 UTC  (6+ messages)

[PATCH 0/6] fixing double-frees and leaks via setup_revisions()
 2025-09-23  0:48 UTC  (8+ messages)
` [PATCH 1/6] stash: tell setup_revisions() to free our allocated strings

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-22 21:38 UTC  (4+ messages)
` [PATCH 7/9] fsck: consider gpgsig headers expected in tags

[PATCH] t/unit-tests: update to 10e96bc
 2025-09-22 19:09 UTC  (2+ 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).