git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
What's cooking in git.git (Jul 2026, #12)
 2026-08-03  9:11 UTC  (9+ messages)

git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
 2026-08-03  8:21 UTC  (2+ messages)

git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'
 2026-08-03  7:46 UTC 

[PATCH] completion: complete tracked paths for 'git diff'
 2026-08-03  5:44 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 137
 2026-08-03  5:35 UTC 

[PATCH 0/1] t7528: fix failure under csh
 2026-08-03  2:13 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/4] git add --resolved
 2026-08-03  1:15 UTC  (22+ messages)
` [PATCH 3/4] add: introduce '--resolved' option
` [PATCH v2 0/4] git add --resolved
` [PATCH v3 "
  ` [PATCH v3 1/4] read-cache: reindent
  ` [PATCH v3 2/4] merge-ll: consolidate conflict marker scanning logic
  ` [PATCH v3 3/4] read-cache: add remove_file_from_index_with_flags()
  ` [PATCH v3 4/4] add: introduce '--resolved' option

[PATCH] index-pack: speed up promisor link recording
 2026-08-03  0:55 UTC  (9+ messages)

[PATCH v2 0/3] bisect: add --auto-reset to leave when done
 2026-08-03  0:08 UTC  (19+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] bisect: add --reset-when-found "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] bisect: let bisect_reset() optionally check out quietly
    ` [PATCH v4 2/2] bisect: add --reset-when-found to leave when done
    ` [PATCH v5 0/2] "
      ` [PATCH v5 1/2] bisect: let bisect_reset() optionally check out quietly
      ` [PATCH v5 2/2] bisect: add --reset-when-found to leave when done
      ` [PATCH v6 0/2] "
        ` [PATCH v6 1/2] bisect: let bisect_reset() optionally check out quietly
        ` [PATCH v6 2/2] bisect: add --reset-when-found to leave when done

[PATCH] interactive: add interactive command helper
 2026-08-02 22:52 UTC  (3+ messages)

trailers: --only-trailers normalizes URLs to trailers
 2026-08-02 22:36 UTC  (3+ messages)
` [PATCH] trailers: stop recognizing URLs as trailers

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-08-02 22:24 UTC  (27+ messages)
` [PATCH GSoC v2 0/6] "
  ` [PATCH GSoC v2 1/6] fetch-object-info: request all supported options dynamically
  ` [PATCH GSoC v2 2/6] t5701: use the test_file_size() helper
  ` [PATCH GSoC v2 3/6] protocol-caps: add type support to object-info
  ` [PATCH GSoC v2 4/6] fetch-object-info: parse type from server response
  ` [PATCH GSoC v2 5/6] serve: advertise type capability
  ` [PATCH GSoC v2 6/6] cat-file: unify default format

[RFC PATCH 0/6] Git 3.0: restrict hex object IDs to lowercase only
 2026-08-02 22:09 UTC  (17+ messages)
` [RFC PATCH 1/6] hex: add functionality for lowercase-only hex
` [RFC PATCH 3/6] hex: make hex_to_bytes accept kind of hex to use
` [RFC PATCH 4/6] hex: label usages of hex parsing for object IDs
` [RFC PATCH 6/6] hex: allow only lowercase object IDs in breaking changes mode

[PATCH] read-cache: avoid sparse-index expansion for unborn HEAD
 2026-08-02 21:28 UTC 

Proof of concept, is it possible to use git-remote-xxx to support mono repo efficiently like perforce(p4), maybe better?
 2026-08-02 15:26 UTC 

[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-08-02 11:28 UTC  (13+ messages)
` [GSoC PATCH v2 "
  ` [GSoC PATCH v2 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
  ` [GSoC PATCH v2 2/7] list-objects-filter: add list_objects_filter__filter_oidset()
  ` [GSoC PATCH v2 3/7] repack-promisor: allow excluding objects from the rebuilt promisor pack
  ` [GSoC PATCH v2 4/7] builtin/repack: enumerate promisor blobs for --drop-filtered
  ` [GSoC PATCH v2 5/7] builtin/repack: actually drop filtered promisor blobs
  ` [GSoC PATCH v2 6/7] builtin/repack: add safety guards for --drop-filtered
  ` [GSoC PATCH v2 7/7] Documentation/git-repack: document --drop-filtered and --dry-run

[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
 2026-08-02  9:58 UTC  (7+ messages)
` [PATCH 1/2] worktree: don't read out of bounds
` [PATCH 2/2] worktree: reject empty string

Git trailing blank lines feature configuration
 2026-08-02  8:21 UTC  (10+ messages)

[PATCH 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
 2026-08-02  3:02 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v6 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-08-01 17:41 UTC  (12+ messages)
` [RFC PATCH v7 0/10] diff: add provider interface and initial providers
  ` [RFC PATCH v7 01/10] gitattributes: document how external diff drivers relate to diff features
  ` [RFC PATCH v7 02/10] diff: introduce a hunk provider interface
  ` [RFC PATCH v7 03/10] diff-hunks: add the store format, library, and command
  ` [RFC PATCH v7 04/10] diff: record precomputed hunks during stat output
  ` [RFC PATCH v7 05/10] diff: read precomputed hunks for "
  ` [RFC PATCH v7 06/10] blame: read precomputed hunks
  ` [RFC PATCH v7 07/10] sub-process: separate process lifecycle from hashmap management
  ` [RFC PATCH v7 08/10] sub-process: add a gentle status read
  ` [RFC PATCH v7 09/10] userdiff: add diff.<driver>.process config
  ` [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process

[PATCH v1] repository: move fetch_if_missing into struct repository
 2026-08-01 15:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/3] packfile URIs: support concurrent downloads
 2026-08-01 14:02 UTC  (8+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 2/6] http: avoid closing index-pack input twice
  ` [PATCH v6 3/6] http: accept HTTP 416 for complete partial packs

Draft of Git Rev News edition 137
 2026-08-01  7:07 UTC 

[PATCH v10 0/5] history: add squash subcommand to fold a range
 2026-08-01  6:53 UTC  (6+ messages)
` [PATCH v11 0/4] "
  ` [PATCH v11 1/4] history: extract helper for a commit's parent tree
  ` [PATCH v11 2/4] history: give commit_tree_ext a message template
  ` [PATCH v11 3/4] sequencer: share the squash message marker helpers and flags
  ` [PATCH v11 4/4] history: add squash subcommand to fold a range

[PATCH] fiter-branch: fix commit map init from state branch
 2026-08-01  3:31 UTC 

[BUG] git config --global: doc and behaviour disagree when ~/.gitconfig and XDG config file coexist
 2026-07-31 18:19 UTC  (4+ messages)

Is This Topic a Match for Your Audience?
 2026-07-31 18:07 UTC 

[PATCH 0/2] doc: refs: put ref migration warning under the command
 2026-07-31 16:39 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)

[PATCH] trace2: tolerate failed timestamp formatting
 2026-07-31 15:57 UTC  (7+ messages)

[PATCH] sparse-index: avoid crash on intent-to-add entry outside the cone
 2026-07-31 15:56 UTC  (4+ messages)

[PATCH 0/4] doc: replay: fix config link
 2026-07-31 15:45 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] doc: link to config for git-replay(1)
  ` [PATCH v4 2/4] doc: replay: improve config description
  ` [PATCH v4 3/4] doc: replay: use a nested description list
  ` [PATCH v4 4/4] doc: replay: move “default” to the right-hand side

[PATCH] ci: cancel stale pull request workflow runs
 2026-07-31 10:10 UTC 

[BUG] "commit graph is likely corrupt" on git rebase
 2026-07-31  9:05 UTC 

'git stash' pushes files that are not listed in the command line
 2026-07-31  7:49 UTC 

[PATCH 0/2] git stash drop stash@{2.days.ago}
 2026-07-30 20:29 UTC  (2+ messages)

[PATCH v3 0/2] mv: report missing destination leading directory
 2026-07-30 20:13 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] mv: reject a destination whose leading path is missing or a symlink
  ` [PATCH v5 0/2] mv: report missing destination leading directory
    ` [PATCH v5 1/2] mv: name both source and destination when rename fails
    ` [PATCH v5 2/2] mv: reject a destination whose leading path is missing or a symlink

[PATCH v2 2/2] t: use commit_body to extract commit message bodies
 2026-07-30 19:38 UTC  (4+ messages)

[PATCH] merge-base: add tests for --is-ancestor
 2026-07-30 16:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] odb: make creation of object database pluggable
 2026-07-30 14:27 UTC  (7+ messages)
` [PATCH 1/5] loose: load loose object map for the correct source
` [PATCH 2/5] setup: detangle loading of loose object maps

[PATCH v22 0/7] branch: delete-merged
 2026-07-30 13:58 UTC  (15+ messages)
` [PATCH v23 "
  ` [PATCH v23 5/7] branch: add --delete-merged <branch>
  ` [PATCH v24 0/7] branch: delete-merged
    ` [PATCH v24 1/7] branch: add --forked filter for --list mode
    ` [PATCH v24 2/7] branch: convert delete_branches() to a flags argument
    ` [PATCH v24 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
    ` [PATCH v24 4/7] branch: prepare delete_branches for a bulk caller
    ` [PATCH v24 5/7] branch: add --delete-merged <pattern>
    ` [PATCH v24 6/7] branch: add branch.<name>.deleteMerged opt-out
    ` [PATCH v24 7/7] branch: add --dry-run for --delete-merged

[PATCH 1/2] stash: record positional index in 'struct stash_info'
 2026-07-30 13:22 UTC  (3+ messages)

[PATCH v2] rebase: skip branch symref aliases
 2026-07-30 13:10 UTC  (11+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases

[PATCH] doc: format-rev: use [synopsis] on code block
 2026-07-30 12:02 UTC 

Failing tests with WITH_BREAKING_CHANGES
 2026-07-30 11:57 UTC  (5+ messages)
` [PATCH] Makefile: read configuration earlier

What's cooking in git.git (Jul 2026, #13)
 2026-07-30 10:00 UTC  (3+ messages)
` kh/doc-trailers
` kh/doc-replay-config

[PATCH v2 0/4] doc: replay: fix config link
 2026-07-30  9:58 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] doc: replay: improve config description

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-07-30  9:18 UTC  (3+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 11/11] doc: interpret-trailers: document comment line treatment


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