git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-19 16:30:40 to 2025-10-22 05:01:45 UTC [more...]

[PATCH v4 0/7] builtin/repo: introduce stats subcommand
 2025-10-22  5:01 UTC  (14+ messages)
` [PATCH v5 0/6] builtin/repo: introduce structure subcommand
  ` [PATCH v5 3/6] "
  ` [PATCH v6 0/7] "
    ` [PATCH v6 1/7] builtin/repo: rename repo_info() to cmd_repo_info()
    ` [PATCH v6 2/7] ref-filter: allow NULL filter pattern
    ` [PATCH v6 3/7] ref-filter: export ref_kind_from_refname()
    ` [PATCH v6 4/7] builtin/repo: introduce structure subcommand
    ` [PATCH v6 5/7] builtin/repo: add object counts in structure output
    ` [PATCH v6 6/7] builtin/repo: add keyvalue and nul format for structure stats
    ` [PATCH v6 7/7] builtin/repo: add progress meter "

Regression in `git diff --quiet HEAD` when a new file is staged
 2025-10-22  4:46 UTC  (11+ messages)
  ` [PATCH] diff: restore redirection to /dev/null for diff_from_contents

[PATCH v4 00/29] rebase: support --trailer
 2025-10-22  3:55 UTC  (7+ messages)
` [PATCH v4 01/29] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v4 09/29] rebase: support --trailer

[PATCH] last-modified: implement faster algorithm
 2025-10-22  3:48 UTC  (13+ messages)
` [PATCH v2] "

[PATCH v4 00/12] Introduce git-history(1) command for easy history editing
 2025-10-22  3:32 UTC  (18+ messages)
` [PATCH v4 01/12] wt-status: provide function to expose status for trees
` [PATCH v4 05/12] builtin: add new "history" command
` [PATCH v4 06/12] builtin/history: implement "reword" subcommand
` [PATCH v4 08/12] add-patch: split out `struct interactive_options`
` [PATCH v4 12/12] builtin/history: implement "split" subcommand

What's cooking in git.git (Oct 2025, #07; Tue, 21)
 2025-10-22  2:16 UTC 

[PATCH] macOS: queue for munmap operations
 2025-10-22  1:22 UTC  (5+ messages)

Migrating Repository without Network
 2025-10-21 22:23 UTC  (3+ messages)

[rfc] flip rerere.enabled default to be "on" at Git 3.0 boundary?
 2025-10-21 22:19 UTC  (6+ messages)

[BUG] Strange git notes completion behaviour
 2025-10-21 21:52 UTC  (3+ messages)

What's cooking in git.git (Oct 2025, #06; Fri, 17)
 2025-10-21 21:48 UTC  (3+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-10-21 21:43 UTC  (23+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 01/12] wt-status: provide function to expose status for trees
  ` [PATCH v5 02/12] replay: extract logic to pick commits
  ` [PATCH v5 03/12] replay: stop using `the_repository`
  ` [PATCH v5 04/12] replay: parse commits before dereferencing them
  ` [PATCH v5 05/12] builtin: add new "history" command
  ` [PATCH v5 06/12] builtin/history: implement "reword" subcommand
  ` [PATCH v5 07/12] add-patch: split out header from "add-interactive.h"
  ` [PATCH v5 08/12] add-patch: split out `struct interactive_options`
  ` [PATCH v5 09/12] add-patch: remove dependency on "add-interactive" subsystem
  ` [PATCH v5 10/12] add-patch: add support for in-memory index patching
  ` [PATCH v5 11/12] cache-tree: allow writing in-memory index as tree
  ` [PATCH v5 12/12] builtin/history: implement "split" subcommand

[PATCH] add-patch: fully document option P
 2025-10-21 21:36 UTC  (2+ messages)

[PATCH 0/9] Xdiff cleanup part2
 2025-10-21 18:15 UTC  (20+ messages)
` [PATCH 1/9] xdiff: use ssize_t for dstart/dend, make them last in xdfile_t
` [PATCH 2/9] xdiff: make xrecord_t.ptr a uint8_t instead of char
` [PATCH 4/9] xdiff: use unambiguous types in xdl_hash_record()
` [PATCH 5/9] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
` [PATCH 8/9] xdiff: change rindex from long to size_t in xdfile_t

[Outreachy PATCH v4 0/2] do not use strbuf_split*()
 2025-10-21 17:13 UTC  (12+ messages)
` [Outreachy PATCH v4 1/2] gpg-interface: do not use misdesigned strbuf_split*()
` [Outreachy PATCH v4 2/2] gpg-interface: do not use misdesigned strbuf_split*() [Part 2]

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-10-21 16:34 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] run-command: add stdin callback for parallelization
  ` [PATCH v2 02/10] hook: provide stdin via callback
  ` [PATCH v2 03/10] hook: convert 'post-rewrite' hook in sequencer.c to hook API
  ` [PATCH v2 04/10] transport: convert pre-push "
  ` [PATCH v2 07/10] run-command: allow capturing of collated output
  ` [PATCH v2 10/10] receive-pack: convert receive hooks to hook API

[BUG] protocol.file.allow=always not honored when --local
 2025-10-21 14:41 UTC  (3+ messages)

No config option for `git diff --stat` to always show the full file path and name (without .../ abbreviations)
 2025-10-21 14:46 UTC  (4+ messages)

[PATCH 0/8] builtin/maintenance: introduce "geometric" strategy
 2025-10-21 14:13 UTC  (14+ messages)
` [PATCH 3/8] builtin/maintenance: introduce "geometric-repack" task
` [PATCH v2 0/9] builtin/maintenance: introduce "geometric" strategy
  ` [PATCH v2 1/9] builtin/gc: remove global `repack` variable
  ` [PATCH v2 2/9] builtin/gc: make `too_many_loose_objects()` reusable without GC config
  ` [PATCH v2 3/9] builtin/maintenance: introduce "geometric-repack" task
  ` [PATCH v2 4/9] builtin/maintenance: make the geometric factor configurable
  ` [PATCH v2 5/9] builtin/maintenance: don't silently ignore invalid strategy
  ` [PATCH v2 6/9] builtin/maintenance: run maintenance tasks depending on type
  ` [PATCH v2 7/9] builtin/maintenance: extend "maintenance.strategy" to manual maintenance
  ` [PATCH v2 8/9] builtin/maintenance: make "gc" strategy accessible
  ` [PATCH v2 9/9] builtin/maintenance: introduce "geometric" strategy

[PATCH v2 0/2] repo: add --all to repo-info
 2025-10-21 13:44 UTC  (5+ messages)
` [PATCH v2 1/2] repo: factor out field printing to dedicated function
` [PATCH v2 2/2] repo: add --all to git-repo-info

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-10-21 13:13 UTC  (14+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] submodule: add gitdir path config override
  ` [PATCH v3 3/5] strbuf: bring back is_rfc3986_unreserved
  ` [PATCH v3 5/5] submodule: error out if gitdir name is too long

Bug or just a mistake : --shallow-exclude parameter behavior anomalies in Git 2.45.2: "no commits selected" and "ambiguous deepen-not" errors
 2025-10-21 12:08 UTC  (4+ messages)
` --shallow-exclude=ref -> "ambiguous deepen-not" error

[PATCH v3 0/2] rebase: support --trailer
 2025-10-21 10:01 UTC  (4+ messages)
` [PATCH v3 1/2] trailer: append trailers in-process and drop the fork to `interpret-trailers`

[PATCH v1 1/1] unicode: update the width tables to Unicode 17
 2025-10-21  9:48 UTC 

Making git grep ignore binary the default
 2025-10-21  7:27 UTC  (7+ messages)

[PATCH v2 0/3] refs: cleanup code around optimizations
 2025-10-21  5:16 UTC  (5+ messages)
` [PATCH v2 1/3] refs: move to using the '.optimize' functions
` [PATCH v2 2/3] refs: rename 'pack_refs_opts' to 'refs_optimize_opts'
` [PATCH v2 3/3] t/pack-refs-tests: move the 'test_done' to callees

[PATCH 0/4] doc: git-reset: clarify DESCRIPTION section
 2025-10-20 20:44 UTC  (14+ messages)
` [PATCH 1/4] doc: git-reset: reorder the forms
` [PATCH 2/4] doc: git-reset: clarify intro
` [PATCH 3/4] doc: git-reset: clarify `git reset [mode]`

[PATCH 0/3] specifying a file that can optionally exist
 2025-10-20 20:27 UTC  (11+ messages)
` [PATCH v2 0/3] Support :(optional) filepaths
  ` [PATCH] t7500: fix tests with absolute path following ":(optional)" on Windows

[Outreachy PATCH v3 0/2] gpg-interface.c: use string_list_split*() instead of strbuf_split*()
 2025-10-20 19:02 UTC  (17+ messages)
` [Outreachy PATCH v3 1/2] gpg-interface: replace strbuf_split*() with string_list_split*()
` [Outreachy PATCH v3 2/2] gpg-interface: use string_list_split*() instead of strbuf_split*()

[PATCH] contrib/credential: Amend and harmonize Makefiles
 2025-10-20 18:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] completion: complete some 'git log' options
 2025-10-20 18:08 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] doc: add a explanation of Git's data model
 2025-10-20 18:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/8] sparse-checkout: add 'clean' command
 2025-10-20 16:29 UTC  (12+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 2/7] sparse-checkout: add basics of "
  ` [PATCH v3 6/7] sparse-index: point users to new 'clean' action
  ` [PATCH 8/8] sparse-index: improve advice message instructions

[PATCH] blame: make diff algorithm configurable
 2025-10-20 16:05 UTC  (2+ messages)

[PATCH 0/5] git-add : Respect submodule ignore=all and only add changes with --force
 2025-10-20  7:28 UTC  (3+ messages)

Family December trip
 2025-10-19 22:44 UTC 

[QUESTION] how to find options set by scalar?
 2025-10-19 17:43 UTC  (8+ messages)

[PATCH v2] diff: stop output garbled message in dry run mode
 2025-10-19 16:30 UTC  (2+ messages)
` [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).