git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-04 17:40:31 to 2025-09-08 04:36:44 UTC [more...]

[PATCH 0/2] replay: add --update-refs option
 2025-09-08  4:36 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] replay: document --update-refs and --batch options

[PATCH] object-name: declare pointer type of extend_abbrev_len()'s 2nd parameter
 2025-09-08  4:17 UTC  (4+ messages)

Git dumb HTTP protocol should work without update-server-info
 2025-09-08  4:14 UTC  (6+ messages)

[PATCH] add-interactive: reject malformed numerical input
 2025-09-08  4:04 UTC  (4+ messages)

With big repos and slower connections, git clone can be hard to work with
 2025-09-08  2:34 UTC  (5+ messages)

Is Git Add Supposed to Work Like This (git 2.50)?
 2025-09-07 23:34 UTC  (3+ messages)
` Re "

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-07 20:07 UTC  (53+ messages)
` [PATCH RFC 1/3] meson: add infrastructure to build internal Rust library
` [PATCH RFC 2/3] rust: implement a test balloon via the "varint" subsystem
` [PATCH RFC 3/3] BreakingChanges: announce Rust becoming mandatory
` [PATCH RFC v2 0/7] Introduce Rust and announce that it will become mandatorty
  ` [PATCH RFC v2 1/7] meson: add infrastructure to build internal Rust library
  ` [PATCH RFC v2 2/7] Makefile: introduce "
  ` [PATCH RFC v2 3/7] help: report on whether or not Rust is enabled
  ` [PATCH RFC v2 4/7] rust: implement a test balloon via the "varint" subsystem
  ` [PATCH RFC v2 5/7] BreakingChanges: announce Rust becoming mandatory
  ` [PATCH RFC v2 6/7] ci: convert "pedantic" job into full build with breaking changes
  ` [PATCH RFC v2 7/7] ci: enable Rust for breaking-changes jobs

[PATCH 00/17] Use rust types in xdiff
 2025-09-07 19:45 UTC  (18+ messages)
` [PATCH 01/17] xdiff: delete static forward declarations in xprepare
` [PATCH 02/17] xdiff: delete local variables and initialize/free xdfile_t directly
` [PATCH 03/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH 04/17] xdiff: delete xdl_get_rec() in xemit
` [PATCH 05/17] xdiff: delete struct diffdata_t
` [PATCH 06/17] xdiff: delete redundant array xdfile_t.ha
` [PATCH 07/17] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
` [PATCH 08/17] xdiff: delete chastore from xdfile_t, view with --color-words
` [PATCH 09/17] xdiff: treat xdfile_t.rchg like an enum
` [PATCH 10/17] compat/rust_types.h: define rust primitive types
` [PATCH 11/17] xdiff: include compat/rust_types.h
` [PATCH 12/17] xdiff: make xrecord_t.ptr a u8 instead of char
` [PATCH 13/17] xdiff: make xrecord_t.size a usize instead of long
` [PATCH 14/17] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
` [PATCH 15/17] xdiff: make xdfile_t.nrec a usize instead of long
` [PATCH 16/17] xdiff: make xdfile_t.nreff "
` [PATCH 17/17] xdiff: change the types of dstart, dend, rchg, and rindex in xdfile_t

Doing blobless clone by default; switching between blobless, treeless and full clones by a command
 2025-09-07 19:42 UTC  (8+ messages)

[PATCH 0/4] enhance string-list API to fix sign compare warnings
 2025-09-07 16:43 UTC  (6+ messages)
` [PATCH 1/4] string-list: allow passing NULL for `get_entry_index`
` [PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"
` [PATCH 4/4] refs: enable sign compare warnings check

[PATCH 4/4] refs: enable sign compare warnings check
 2025-09-07 16:40 UTC 

[PATCH 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"
 2025-09-07 16:40 UTC 

[PATCH 2/4] string-list: replace negative index encoding with "exact_match" parameter
 2025-09-07 16:40 UTC 

[PATCH 1/4] string-list: allow passing NULL for `get_entry_index`
 2025-09-07 16:40 UTC 

[PATCH v3 02/15] xdiff: introduce rust
 2025-09-07 16:09 UTC  (27+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-09-07  6:46 UTC  (5+ messages)
` [PATCH RFC v3 00/18] "

Running out of inodes on an NFS which stores repos
 2025-09-06 15:34 UTC  (3+ messages)

Git Stash Synchronization - Best Workflow?
 2025-09-06 12:50 UTC  (5+ messages)

[GSoC][PATCH v2 0/5] Add refs optimize subcommand
 2025-09-06  7:51 UTC  (6+ messages)
` [GSoC][PATCH v2 1/5] builtin/pack-refs: factor out core logic into a shared library
` [GSoC][PATCH v2 2/5] doc: factor out common option
` [GSoC][PATCH v2 3/5] builtin/refs: add optimize subcommand
` [GSoC][PATCH v2 4/5] t0601: refactor tests to be shareable
` [GSoC][PATCH v2 5/5] t: add test for git refs optimize subcommand

git-2.51.0: Fetching tags does not work
 2025-09-06  4:56 UTC  (2+ messages)

[Bug] Compat objects not added to CLAR_TEST_PROG
 2025-09-05 22:12 UTC  (3+ messages)

[PATCH 0/2] upload-pack: don't ACK non-commits repeatedly
 2025-09-05 21:39 UTC  (10+ messages)
` [PATCH 2/2] upload-pack: don't ACK non-commits repeatedly in protocol v2
` [PATCH v2 0/2] upload-pack: don't ACK non-commits repeatedly
  ` [PATCH v2 1/2] t5530: modernize tests
  ` [PATCH v2 2/2] upload-pack: don't ACK non-commits repeatedly in protocol v2

Config options -c in rebase --continue not passed to prepare-commit-msg hook
 2025-09-05 21:23 UTC  (2+ messages)

[PATCH 0/5] midx-write: fix segfault and do several cleanups
 2025-09-05 19:57 UTC  (20+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] midx-write: only load initialized packs
  ` [PATCH v2 2/6] midx-write: put failing response value back
  ` [PATCH v2 4/6] midx-write: use uint32_t for preferred_pack_idx
  ` [PATCH v3 0/6] midx-write: fix segfault and do several cleanups
    ` [PATCH v3 1/6] midx-write: only load initialized packs
    ` [PATCH v3 2/6] midx-write: put failing response value back
    ` [PATCH v3 3/6] midx-write: use cleanup when incremental midx fails
    ` [PATCH v3 4/6] midx-write: use uint32_t for preferred_pack_idx
    ` [PATCH v3 5/6] midx-write: reenable signed comparison errors
    ` [PATCH v3 6/6] midx-write: simplify error cases

[PATCH v4] alloc: fix dangling pointer in alloc_state cleanup
 2025-09-05 19:37 UTC  (16+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH 0/6] odb: track commit graphs via object source
 2025-09-05 18:29 UTC  (5+ messages)

Reporting usage of whatchanged
 2025-09-05 18:01 UTC  (2+ messages)

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-09-05 17:10 UTC  (7+ messages)
` [GSOC PATCH v6 0/3] environment: remove sparse-checkout related global variables

[PATCH v2] combine-diff: don't override recursive flag in diff_tree_combined()
 2025-09-05 15:37 UTC  (3+ messages)

[PATCH] GIT-VERSION-GEN: Use standard versioning suffix
 2025-09-05 15:19 UTC  (5+ messages)

[PATCH 0/6] breaking changes: switch default initial branch name to "main"
 2025-09-05 15:04 UTC  (24+ messages)
` [PATCH 6/6] breaking-changes: switch default branch to main
` [PATCH v2 0/4] breaking changes: switch default initial branch name to "main"
  ` [PATCH v2 1/4] breaking-changes: switch default branch to main
  ` [PATCH v2 3/4] t9902: switch default branch name "
  ` [PATCH v2 4/4] t0613: stop setting default initial branch

[PATCH 1/4] usage: help the user help themselves
 2025-09-05 13:11 UTC  (11+ messages)

[RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity
 2025-09-05  8:31 UTC  (11+ messages)
          ` Was "Re: [RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity" now "Skybuck's GitFlow"

[PATCH] contrib/subtree: fix split with squashed subtrees
 2025-09-05  2:27 UTC  (2+ messages)
` [PATCH v2] "

What's cooking in git.git (Sep 2025, #02; Wed, 3)
 2025-09-05  0:21 UTC  (2+ messages)

git whatchanged
 2025-09-04 23:45 UTC 

[PATCH 00/15] Introduce rust: In xdiff
 2025-09-04 22:55 UTC  (7+ messages)
` [PATCH 01/15] doc: add a policy for using Rust

[PATCH 0/2] refs/files: fix issues with git-fetch on case-insensitive FS
 2025-09-04 22:43 UTC  (7+ messages)
` [PATCH 1/2] refs/files: use correct error type when locking fails
` [PATCH 2/2] refs/files: handle F/D conflicts in case-insensitive FS

Performance (self-compiled vs. distributed)
 2025-09-04 21:59 UTC  (2+ messages)

[GSoC PATCH 0/2] repo: add -z and objects.format
 2025-09-04 18:40 UTC  (3+ messages)
` [GSoC PATCH v4 "


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