git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-07 15:06:59 to 2025-08-11 16:07:59 UTC [more...]

[PATCH] docs: remove stray bracket from git-clone synopsis
 2025-08-11 16:07 UTC  (4+ messages)
` [PATCH v2] Remove the extra and incorrect closing bracket, so that the line reads:

[PATCH] for-each-ref: call --start-after argument "marker"
 2025-08-11 15:59 UTC  (4+ messages)

[PATCH] bloom: enable bloom filter with wildcard pathspec in revision traversal
 2025-08-11 15:56 UTC  (14+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-08-11 15:44 UTC  (17+ messages)
` [GSoC PATCH v8 0/5] repo: "
  ` [GSoC PATCH v8 5/5] repo: add the --format flag
` [GSoC PATCH v9 0/5] repo: add new command for retrieving repository info
  ` [GSoC PATCH v9 2/5] repo: add the field references.format
  ` [GSoC PATCH v9 3/5] repo: add the field layout.bare
  ` [GSoC PATCH v9 5/5] repo: add the --format flag

What's cooking in git.git (Aug 2025, #03; Fri, 8)
 2025-08-11 15:41 UTC  (3+ messages)

[PATCH] abbrev: allow extending beyond 20 chars to disambiguate
 2025-08-11 15:26 UTC 

Minor Bug in git cat-file (git 2.50)?
 2025-08-11 15:09 UTC  (3+ messages)

[bug] git clone: -c key=value missed when cloning submodules with --recurse-submodules
 2025-08-11 14:47 UTC 

[GSOC PATCH 0/2] builtin/fmt-merge-msg: remove dependency on global variables and 'the_repository'
 2025-08-11 14:42 UTC  (6+ messages)
` [GSOC PATCH v2 "
  ` [GSOC PATCH v2 1/2] environment: remove the global variable 'merge_log_config'
  ` [GSOC PATCH v2 2/2] builtin/fmt-merge-msg: stop depending on 'the_repository'

[PATCH] docs: update description for '--mirror' option for 'git push'
 2025-08-11 14:34 UTC 

[PATCH 0/2] optimize string hashing in xdiff
 2025-08-11 14:14 UTC  (6+ messages)
` [PATCH 2/2] xdiff: optimize xdl_hash_record_verbatim

[PATCH 0/8] midx: stop deduplicating info redundant with their sources
 2025-08-11 13:46 UTC  (29+ messages)
` [PATCH v2 0/9] midx: stop duplicating "
  ` [PATCH v2 1/9] odb: store locality in object database sources
  ` [PATCH v2 2/9] odb: allow `odb_find_source()` to fail
  ` [PATCH v2 3/9] odb: return newly created in-memory sources
  ` [PATCH v2 4/9] odb: simplify calling `link_alt_odb_entry()`
  ` [PATCH v2 6/9] midx: load multi-pack indices via their source
  ` [PATCH v2 7/9] midx: write "
` [PATCH v3 00/10] midx: stop duplicating info redundant with their sources
  ` [PATCH v3 01/10] odb: store locality in object database sources
  ` [PATCH v3 02/10] odb: allow `odb_find_source()` to fail
  ` [PATCH v3 03/10] odb: consistently use "dir" to refer to alternate's directory
  ` [PATCH v3 04/10] odb: return newly created in-memory sources
  ` [PATCH v3 05/10] odb: simplify calling `link_alt_odb_entry()`
  ` [PATCH v3 06/10] midx: drop redundant `struct repository` parameter
  ` [PATCH v3 07/10] midx: load multi-pack indices via their source
  ` [PATCH v3 08/10] midx: write "
  ` [PATCH v3 09/10] midx: stop duplicating info redundant with its owning source
  ` [PATCH v3 10/10] midx: compute paths via their source

[PATCH 0/5] doc: git-rebase: clarify DESCRIPTION section
 2025-08-11 13:45 UTC  (44+ messages)
` [PATCH 1/5] doc: git-rebase: start with an example
` [PATCH 2/5] doc: git rebase: dedup merge conflict discussion
` [PATCH 3/5] doc: git rebase: clarify arguments syntax
` [PATCH 4/5] doc: git-rebase: move --onto explanation down
` [PATCH 5/5] doc: git-rebase: update discussion of internals
` [PATCH v2 0/5] doc: git-rebase: clarify DESCRIPTION section
  ` [PATCH v2 1/5] doc: git-rebase: start with an example
  ` [PATCH v2 2/5] doc: git rebase: dedup merge conflict discussion
  ` [PATCH v2 3/5] doc: git rebase: clarify arguments syntax
  ` [PATCH v2 4/5] doc: git-rebase: move --onto explanation down
  ` [PATCH v2 5/5] doc: git-rebase: update discussion of internals
  ` [PATCH v3 0/5] doc: git-rebase: clarify DESCRIPTION section
    ` [PATCH v3 1/5] doc: git-rebase: start with an example
    ` [PATCH v3 2/5] doc: git rebase: dedup merge conflict discussion
    ` [PATCH v3 3/5] doc: git rebase: clarify arguments syntax
    ` [PATCH v3 4/5] doc: git-rebase: move --onto explanation down
    ` [PATCH v3 5/5] doc: git-rebase: update discussion of internals
    ` [PATCH v4 0/5] doc: git-rebase: clarify DESCRIPTION section
      ` [PATCH v4 1/5] doc: git-rebase: start with an example
      ` [PATCH v4 2/5] doc: git rebase: dedup merge conflict discussion
      ` [PATCH v4 3/5] doc: git rebase: clarify arguments syntax
      ` [PATCH v4 4/5] doc: git-rebase: move --onto explanation down
      ` [PATCH v4 5/5] doc: git-rebase: update discussion of internals

[PATCH] git-jump: make `diff` work with filenames containing spaces
 2025-08-11 13:16 UTC  (7+ messages)
` [PATCH v2] "

[BUG] git credential url field ordering/documentation issue
 2025-08-11 11:19 UTC 

[PATCH 0/4] Drop git-exec-path from non-Git child programs
 2025-08-11 10:04 UTC  (13+ messages)
` [PATCH 0/3] clean up some code around editors
` [PATCH 1/3] t7005: use modern test style
` [PATCH 2/3] t7005: sanitize test environment for subsequent tests
` [PATCH 3/3] editor: use standard strvec API to receive environment for external editors

`git stash --include-untracked` touches .pack files
 2025-08-11  9:10 UTC  (2+ messages)

[PATCH] fix -Wmaybe-uninitialized with -Og
 2025-08-11  9:00 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] t/unit-tests/clar: "

[PATCH v3 00/10] commit-graph: remove reliance on global state
 2025-08-11  8:24 UTC  (4+ messages)
` [PATCH v3 03/10] commit-graph: fix type for some write options

[PATCH 0/9] commit-graph: remove reliance on global state
 2025-08-11  8:05 UTC  (11+ messages)
` [PATCH 2/9] commit-graph: stop using signed integers to count bloom filters

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

[PATCH] diff-no-index: fix stdin path in subdirectory
 2025-08-09  2:12 UTC  (5+ messages)

[PATCH v2] diff: --no-index should ignore the worktree
 2025-08-10  0:20 UTC 

'seen' branch fails to build
 2025-08-10  0:16 UTC  (2+ messages)

[PATCH] merge: don't document non-existing --compact-summary argument
 2025-08-10  0:07 UTC  (2+ messages)

Fatal error in git subtree split
 2025-08-09 22:24 UTC 

[PATCH V5 0/3] refactor t1517 to focus on help output outside a repository
 2025-08-09 14:46 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] t/t1517: automate `git subcmd -h` tests "
  ` [PATCH v6 2/3] t5200: move `update-server-info -h` test from t1517
  ` [PATCH v6 3/3] t5304: move `prune "

[PATCH] t6137-*.sh: fix test failure on cygwin
 2025-08-09 11:50 UTC  (3+ messages)

[PATCH] t0450: fix test for out-of-tree builds
 2025-08-08 22:07 UTC  (5+ messages)
` [PATCH v2 0/2] Harden test t0450-txt-doc-vs-help
` [PATCH v2 1/2] t0450: fix test for out-of-tree builds
` [PATCH v2 2/2] t0450: add allowlist for builtins with missing .adoc

[PATCH 0/6] Introduce more doc linting
 2025-08-08 21:52 UTC  (6+ messages)
` [PATCH v2 3/6] doc: check for absence of multiple terms in each entry of desc list
  ` [-SPAM-] "

[PATCH v3 0/2] remote.c: remove erroneous BUG case
 2025-08-08 16:06 UTC  (13+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] t5516: remove surrounding empty lines in test bodies
  ` [PATCH v4 2/3] remote.c: convert if-else ladder to switch
  ` [PATCH v4 3/3] remote.c: remove BUG in show_push_unqualified_ref_name_error()
  ` [PATCH v5 0/3] remote.c: remove erroneous BUG case
    ` [PATCH v5 1/3] t5516: remove surrounding empty lines in test bodies
    ` [PATCH v5 2/3] remote.c: remove BUG in show_push_unqualified_ref_name_error()
    ` [PATCH v5 3/3] remote.c: convert if-else ladder to switch

[PATCH] doc: git-log: fix description list
 2025-08-08 13:43 UTC 

Discussion: Future-Proofing Git for Massive AI Parallelism
 2025-08-08  9:30 UTC  (6+ messages)

[PATCH v3] diff: ensure consistent diff behavior with ignore options
 2025-08-08  3:30 UTC  (5+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] git-compat-util: introduce `count_t` typedef
 2025-08-07 22:07 UTC  (5+ messages)

[PATCH 0/3] Teach git-diff-tree(1) option --max-depth
 2025-08-07 20:52 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] combine-diff: zero memory used for callback filepairs
  ` [PATCH v2 2/3] within_depth: fix return for empty path
  ` [PATCH v2 3/3] diff: teach tree-diff a max-depth parameter

[PATCH 0/4] Fix archiving some corner-case files into zip
 2025-08-07 19:51 UTC  (9+ messages)
` [PATCH 1/4] archive-zip: deduplicate code setting output buffer in write_zip_entry()
` [PATCH 2/4] archive-zip: remove unneccesarry condition "
` [PATCH 3/4] archive-zip: in write_zip_entry() call git_deflate() in a loop
` [PATCH 4/4] archive-zip: move git_deflate() with Z_FINISH into the loop

[ANNOUNCE] Git for Windows 2.51.0-rc1
 2025-08-07 19:09 UTC 

[PATCH v2] remote.c: convert if-else tower to switch
 2025-08-07 17:19 UTC  (3+ messages)

What's cooking in git.git (Aug 2025, #03; Thu, 7)
 2025-08-07 17:17 UTC 

[ANNOUNCE] Git v2.51.0-rc1
 2025-08-07 17:07 UTC 

[PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries
 2025-08-07 15:46 UTC  (2+ messages)

What's cooking in git.git (Aug 2025, #02; Mon, 4)
 2025-08-07 15:22 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).