git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-25 12:54:43 to 2025-09-28 19:25:49 UTC [more...]

[PATCH] doc: patch-id: fix accidental literal blocks
 2025-09-28 19:25 UTC  (4+ messages)

[PATCH v3 0/2] gitk: make Tags and Heads window geometry sticky
 2025-09-28 15:57 UTC  (7+ messages)
` [PATCH v3 1/2] Revert "gitk: Only restore window size from ~/.gitk, not position"
` [PATCH v3 2/2] gitk: make Tags and Heads window geometry sticky

doc: config/extensions.adoc: line continuation syntax error
 2025-09-28 15:35 UTC  (5+ messages)
` [PATCH] doc: change the markup of paragraphs following a nested list item
    ` [PATCH v2] "

Feature request: partial URL matching for credential config
 2025-09-28 14:13 UTC  (2+ messages)

[PATCH v2 0/2] gitk: make the 'Tags and Heads' window geometry sticky
 2025-09-28 13:30 UTC  (5+ messages)
` [PATCH v2 2/2] gitk: make Tags and Heads "

git merge --no-ff failure
 2025-09-28  2:34 UTC  (6+ messages)

[RFC] How to accellerate the patch flow (or should we?)
 2025-09-28  2:21 UTC  (4+ messages)

git whatchanged
 2025-09-28  1:12 UTC  (4+ messages)

[PATCH 0/4] builtin/repo: introduce stats subcommand
 2025-09-27 23:49 UTC  (35+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 3/6] "
  ` [PATCH v2 5/6] builtin/repo: add keyvalue and nul format for stats
  ` [PATCH v2 6/6] builtin/repo: add progress meter "
  ` [PATCH v3 0/7] builtin/repo: introduce stats subcommand
    ` [PATCH v3 1/7] builtin/repo: rename repo_info() to cmd_repo_info()
    ` [PATCH v3 2/7] ref-filter: allow NULL filter pattern
    ` [PATCH v3 3/7] clang-format: exclude control macros from SpaceBeforeParens
    ` [PATCH v3 4/7] builtin/repo: introduce stats subcommand
    ` [PATCH v3 5/7] builtin/repo: add object counts in stats output
    ` [PATCH v3 6/7] builtin/repo: add keyvalue and nul format for stats
    ` [PATCH v3 7/7] builtin/repo: add progress meter "
    ` [PATCH v4 0/7] builtin/repo: introduce stats subcommand
      ` [PATCH v4 1/7] builtin/repo: rename repo_info() to cmd_repo_info()
      ` [PATCH v4 2/7] ref-filter: allow NULL filter pattern
      ` [PATCH v4 3/7] clang-format: exclude control macros from SpaceBeforeParens
      ` [PATCH v4 4/7] builtin/repo: introduce stats subcommand
      ` [PATCH v4 5/7] builtin/repo: add object counts in stats output
      ` [PATCH v4 6/7] builtin/repo: add keyvalue and nul format for stats
      ` [PATCH v4 7/7] builtin/repo: add progress meter "

What is the reason behind not hiding git worktrees from git?
 2025-09-27 21:26 UTC  (5+ messages)

The description of push.default=simple is misleading
 2025-09-27 11:24 UTC 

[PATCH 0/2] libgit-rs: add get_bool() method to ConfigSet
 2025-09-27  3:51 UTC  (14+ messages)
` [PATCH 2/2] "
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] po: fix escaped underscores in README.md
  ` [PATCH v2 2/3] libgit-rs: add get_bool() method to ConfigSet
  ` [PATCH v2 3/3] libgit-rs: address review feedback for get_bool()
  ` [PATCH v3 0/3] libgit-rs: add get_bool() method to ConfigSet
    ` [PATCH v3 1/3] po: fix escaped underscores in README.md
    ` [PATCH v3 2/3] libgit-rs: add get_bool() method to ConfigSet
    ` [PATCH v3 3/3] libgit-rs: add get_ulong() and get_pathname() methods

[RFC PATCH 4/4] doc: commit-graph.adoc: fix up some formatting
 2025-09-27  1:36 UTC  (6+ messages)

[PATCH 0/2] replay: add --update-refs option
 2025-09-26 23:08 UTC  (3+ messages)
` [PATCH v2 0/1] replay: make atomic ref updates the default behavior
  ` [PATCH v2 1/1] "

[PATCH v2 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-09-26 23:07 UTC  (13+ messages)
` [PATCH v3 0/4] doc: git-push: clarify DESCRIPTION section
  ` [PATCH v3 4/4] doc: git-push: clarify "what to push"

[PATCH v4 00/12] Cleanup xdfile_t and xrecord_t in xdiff
 2025-09-26 22:41 UTC  (30+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 10/13] xdiff: delete rchg aliasing
  ` [PATCH v5 12/13] xdiff: use enum macros NONE(0), SOME(1), TOO_MANY(2) in xprepare.c
  ` [PATCH v6 00/12] Cleanup xdfile_t and xrecord_t in xdiff
    ` [PATCH v6 01/12] xdiff: delete static forward declarations in xprepare
    ` [PATCH v6 02/12] xdiff: delete local variables and initialize/free xdfile_t directly
    ` [PATCH v6 03/12] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
    ` [PATCH v6 04/12] xdiff: delete superfluous function xdl_get_rec() in xemit
    ` [PATCH v6 05/12] xdiff: delete local variables that alias fields in xrecord_t
    ` [PATCH v6 06/12] xdiff: delete struct diffdata_t
    ` [PATCH v6 07/12] xdiff: delete redundant array xdfile_t.ha
    ` [PATCH v6 08/12] xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
    ` [PATCH v6 09/12] xdiff: delete chastore from xdfile_t
    ` [PATCH v6 10/12] xdiff: rename rchg -> changed in xdfile_t
    ` [PATCH v6 11/12] xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.c
    ` [PATCH v6 12/12] xdiff: change type of xdfile_t.changed from char to bool

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-26 22:17 UTC  (8+ 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 v7 0/9] Introduce Rust and announce that it will become mandatory
  ` [PATCH v7 2/9] Makefile: reorder sources after includes

[PATCH 0/5] refs/reftable: add fsck checks
 2025-09-26 21:08 UTC  (10+ messages)
` [PATCH v4 0/7] refs/reftable: add consistency checks
  ` [PATCH v4 1/7] refs: remove unused headers
  ` [PATCH v4 2/7] refs: move consistency check msg to generic layer
  ` [PATCH v4 3/7] reftable: check for trailing newline in 'tables.list'
  ` [PATCH v4 4/7] Documentation/fsck-msgids: remove duplicate msg id
  ` [PATCH v4 5/7] fsck: order 'fsck_msg_type' alphabetically
  ` [PATCH v4 6/7] reftable: add code to facilitate consistency checks
  ` [PATCH v4 7/7] refs/reftable: add fsck check for checking the table name

Git / Software Freedom Conservancy status report (2025)
 2025-09-26 19:11 UTC 

[PATCH v2 0/8] sparse-checkout: add 'clean' command
 2025-09-26 18:58 UTC  (5+ messages)
` [PATCH v3 0/7] "

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-09-26 17:52 UTC  (25+ messages)
` [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/3] Fix curl_easy_setopt() parameter type problem, again
 2025-09-26 17:40 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] http: offer to cast `size_t` to `curl_off_t` safely
  ` [PATCH v2 2/3] imap-send: be more careful when casting to `curl_off_t`
  ` [PATCH v2 3/3] http-push: avoid new compile error

[PATCH v2 0/2] add -p: a couple of hunk splitting fixes
 2025-09-26 17:37 UTC  (7+ 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

[PATCH] refs/ref-cache: stop seeking into empty directories
 2025-09-26 16:30 UTC  (6+ messages)
` [PATCH v2] refs/ref-cache: fix SEGFAULT when seeking in "

[RFC PATCH 3/4] doc: sparse-checkout.adoc: fix asciidoc warnings
 2025-09-26 15:46 UTC  (2+ messages)

[RFC PATCH 2/4] doc: remembering-renames.adoc: fix asciidoc warnings
 2025-09-26 15:42 UTC  (2+ messages)

What's cooking in git.git (Sep 2025, #10; Thu, 25)
 2025-09-26 13:42 UTC  (2+ messages)
` ds/sparse-checkout-clean (was: What's cooking in git.git (Sep 2025, #10; Thu, 25))

[BUG] Git Bash no longer detaches GUI processes with & in version 2.51.0
 2025-09-26 10:36 UTC  (3+ messages)

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

[Feature Request] Support for sharing root-level files across repositories
 2025-09-26  8:33 UTC 

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

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

whatchanged is super useful!
 2025-09-26  0:10 UTC  (4+ messages)

[PATCH 0/4] technical docs in make build
 2025-09-26  0:19 UTC 

[PATCH 1/4] doc: add some missing technical documents
 2025-09-26  0:22 UTC 

[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
 2025-09-25 21:48 UTC  (17+ 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

Bug report: Untracked file lost from git stash
 2025-09-25 21:06 UTC  (4+ messages)

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

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

Participating in the Outreachy December 2025 cohort
 2025-09-25 17:33 UTC  (4+ 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  (6+ messages)

[PATCH v3 0/8] refs/reftable: add consistency checks
 2025-09-25 16:22 UTC  (8+ messages)
` [PATCH v3 4/8] reftable: ensure tables in a stack use sequential update indices

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

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