Git development
 help / color / mirror / Atom feed
 messages from 2026-06-15 08:48:42 to 2026-06-15 21:14:16 UTC [more...]

[PATCH v3 0/6] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-06-15 21:14 UTC  (2+ messages)
  ` [PREVIEW v4 "

[PATCH] commit-reach: remove get_reachable_subset()
 2026-06-15 20:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
 2026-06-15 20:57 UTC  (4+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] pack-objects: support reachability bitmaps "

[PATCH v3] ref-filter: restore prefix-scoped iteration
 2026-06-15 20:47 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/2] Silence po catalog output under "make -s"
 2026-06-15 19:25 UTC  (2+ messages)

[PATCH] rebase: mention --abort alongside --continue
 2026-06-15 19:19 UTC 

[PATCH] doc: fix a small, old release notes typo
 2026-06-15 19:10 UTC  (5+ messages)

What's cooking in git.git (Jun 2026, #05)
 2026-06-15 18:55 UTC 

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-15 18:17 UTC  (6+ messages)
` [GSoC Patch v4 "
  ` [GSoC Patch v4 2/4] rev-parse: use append_formatted_path() for path formatting
  ` [GSoC Patch v4 3/4] repo: add path.commondir with absolute and relative suffix formatting

[PATCH] builtin/history: unuse the commit buffer after use
 2026-06-15 17:29 UTC  (3+ messages)

[PATCH] cat-file: speed up default format
 2026-06-15 17:06 UTC  (3+ messages)

[PATCH] update-ref: add --rename option
 2026-06-15 17:03 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v13 0/6] branch: prune-merged
 2026-06-15 16:47 UTC  (16+ messages)
` [PATCH v14 "
  ` [PATCH v14 1/6] branch: add --forked filter for --list mode
  ` [PATCH v14 3/6] branch: prepare delete_branches for a bulk caller
  ` [PATCH v14 4/6] branch: add --prune-merged <branch>
  ` [PATCH v15 0/7] branch: delete-merged
    ` [PATCH v15 1/7] branch: add --forked filter for --list mode
    ` [PATCH v15 2/7] branch: convert delete_branches() to a flags argument
    ` [PATCH v15 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
    ` [PATCH v15 4/7] branch: prepare delete_branches for a bulk caller
    ` [PATCH v15 5/7] branch: add --delete-merged <branch>
    ` [PATCH v15 6/7] branch: add branch.<name>.deleteMerged opt-out
    ` [PATCH v15 7/7] branch: add --dry-run for --delete-merged

[PATCH v4 0/2] graph: indent visual roots in graph
 2026-06-15 15:42 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] graph: indent visual root "

[PATCH v2] ls-files: filter pathspec before lstat
 2026-06-15 15:27 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gitattributes: fix eol attribute for Perl scripts
 2026-06-15 15:25 UTC  (2+ messages)

[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
 2026-06-15 15:17 UTC  (4+ messages)

[PATCH 0/7] More work supporting objects larger than 4GB on Windows
 2026-06-15 14:55 UTC  (22+ messages)
` [PATCH 2/7] patch-delta: use size_t for sizes
` [PATCH 3/7] pack-objects(check_pack_inflate()): use size_t instead of unsigned long
` [PATCH 4/7] packfile: widen unpack_entry()'s size out-parameter to size_t
` [PATCH 7/7] odb: use size_t for object_info.sizep and the size APIs
` [PATCH v2 0/7] More work supporting objects larger than 4GB on Windows
  ` [PATCH v2 1/7] compat/msvc: use _chsize_s for ftruncate
  ` [PATCH v2 2/7] patch-delta: use size_t for sizes
  ` [PATCH v2 3/7] pack-objects(check_pack_inflate()): use size_t instead of unsigned long
  ` [PATCH v2 4/7] packfile: widen unpack_entry()'s size out-parameter to size_t
  ` [PATCH v2 5/7] pack-objects: use size_t for in-core object sizes
  ` [PATCH v2 6/7] packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
  ` [PATCH v2 7/7] odb: use size_t for object_info.sizep and the size APIs

Bug: Git Bash appends GNUPGHOME variable to existing value, rather than replacing
 2026-06-15 14:53 UTC 

[RFC PATCH 0/2] doc: clarify review replies and reroll timing
 2026-06-15 14:49 UTC  (9+ messages)
` [RFC PATCH 1/2] doc: encourage review replies before rerolling
` [RFC PATCH 2/2] doc: advise batching patch rerolls

[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
 2026-06-15 13:56 UTC  (23+ messages)
` [PATCH 2/9] setup: stop applying repository format twice
` [PATCH 4/9] refs: unregister reference stores from "chdir_notify"
` [PATCH 9/9] refs: always use absolute paths for reference stores
` [PATCH v2 0/8] refs: stop using `chdir_notify_reparent()`
  ` [PATCH v2 1/8] setup: inline `check_and_apply_repository_format()`
  ` [PATCH v2 2/8] setup: stop applying repository format twice
  ` [PATCH v2 3/8] setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
  ` [PATCH v2 4/8] refs: unregister reference stores from "chdir_notify"
  ` [PATCH v2 5/8] chdir-notify: drop unused `chdir_notify_reparent()`
  ` [PATCH v2 6/8] repository: free main reference database
  ` [PATCH v2 7/8] refs: fix recursing `get_main_ref_store()` with "onbranch" config
  ` [PATCH v2 8/8] refs: drop local buffer in `refs_compute_filesystem_location()`

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-06-15 13:55 UTC  (12+ messages)
` [PATCH v6 00/10] "
  ` [PATCH v6 01/10] read-cache: split out function to drop unmerged entries to stage 0
  ` [PATCH v6 02/10] reset: drop `USE_THE_REPOSITORY_VARIABLE`
  ` [PATCH v6 03/10] reset: rename `reset_head()`
  ` [PATCH v6 04/10] reset: modernize flags passed to `reset_working_tree()`
  ` [PATCH v6 05/10] reset: introduce dry-run mode
  ` [PATCH v6 06/10] reset: introduce ability to skip updating HEAD
  ` [PATCH v6 07/10] reset: allow the caller to specify the current HEAD object
  ` [PATCH v6 08/10] reset: stop assuming that the caller passes in a clean index
  ` [PATCH v6 09/10] builtin/history: split handling of ref updates into two phases
  ` [PATCH v6 10/10] builtin/history: implement "drop" subcommand

[PATCH 0/2] Documentation: recommend the use of b4
 2026-06-15 12:59 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] MyFirstContribution: recommend shallow threading of cover letters
  ` [PATCH v4 2/3] MyFirstContribution: recommend the use of b4
  ` [PATCH v4 3/3] b4: introduce configuration for the Git project

[PATCH v3 0/3] Documentation: recommend the use of b4
 2026-06-15 12:58 UTC  (7+ messages)
` [PATCH v3 1/3] MyFirstContribution: recommend shallow threading of cover letters
` [PATCH v3 3/3] b4: introduce configuration for the Git project

[PATCH v5 00/10] builtin/history: introduce "drop" subcommand
 2026-06-15 12:45 UTC  (4+ messages)
` [PATCH v5 06/10] reset: introduce ability to skip updating HEAD

[PATCH] gitlab-ci: migrate Windows builds away from Chocolatey
 2026-06-15 12:21 UTC 

[PATCH] commit-graph: use timestamp_t for max parent generation accumulator
 2026-06-15 11:44 UTC  (3+ messages)

[PATCH v3 1/2] compat/posix.h: enable UNUSED warning messages for Clang
 2026-06-15  8:48 UTC  (4+ messages)
` [PATCH v4 0/3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox