messages from 2026-06-14 14:16:18 to 2026-06-15 13:57:14 UTC [more...]
[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
[RFC PATCH 0/2] doc: clarify review replies and reroll timing
2026-06-15 13:17 UTC (7+ messages)
` [RFC PATCH 1/2] doc: encourage review replies before rerolling
` [RFC PATCH 2/2] doc: advise batching patch rerolls
[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 0/7] More work supporting objects larger than 4GB on Windows
2026-06-15 11:52 UTC (21+ 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
[PATCH] commit-graph: use timestamp_t for max parent generation accumulator
2026-06-15 11:44 UTC (3+ messages)
[PATCH] builtin/history: unuse the commit buffer after use
2026-06-15 9:48 UTC (2+ messages)
[PATCH v13 0/6] branch: prune-merged
2026-06-15 9:47 UTC (8+ 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] update-ref: add --rename option
2026-06-15 8:57 UTC (5+ messages)
` [PATCH v3] "
[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] "
[PATCH] gitattributes: fix eol attribute for Perl scripts
2026-06-15 8:37 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] rebase: add --fixup to fold a range into its oldest commit
2026-06-15 8:37 UTC (8+ messages)
` [PATCH 1/2] t3415: remove prepare-commit-msg hook after use
` [PATCH 2/2] rebase: add --fixup-all to fold a range
` [PATCH v2 0/2] rebase: add --squash to fold a range into its first commit
` [PATCH v2 1/2] t3415: remove prepare-commit-msg hook after use
` [PATCH v2 2/2] rebase: add --squash to fold a range
[PATCH 0/6] Support hashing objects larger than 4GB on Windows
2026-06-15 8:35 UTC (9+ messages)
` [PATCH 2/6] object-file.c: use size_t for header lengths
` [PATCH 3/6] hash algorithms: use size_t for section lengths
` [PATCH 4/6] hash-object --stdin: verify that it works with >4GB/LLP64
` [PATCH 5/6] hash-object: add another >4GB/LLP64 test case
[PATCH] cat-file: speed up default format
2026-06-15 7:27 UTC (2+ messages)
[PATCH v2] log: improve --follow following renames for non-linear history
2026-06-15 6:22 UTC (2+ messages)
` [PATCH v3] "
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-15 4:51 UTC (12+ messages)
` [GSoC Patch v3 "
` [GSoC Patch v3 3/4] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v3 4/4] repo: add path.gitdir "
` [GSoC Patch v4 0/4] teach git repo info to handle path keys
` [GSoC Patch v4 1/4] path: introduce append_formatted_path() for shared path formatting
` [GSoC Patch v4 2/4] rev-parse: use append_formatted_path() for "
` [GSoC Patch v4 3/4] repo: add path.commondir with absolute and relative suffix formatting
` [GSoC Patch v4 4/4] repo: add path.gitdir "
[PATCH] doc: fix a small, old release notes typo
2026-06-14 21:52 UTC (2+ messages)
[PATCH v3 0/6] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-06-14 18:59 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v4 1/6] xdiff: support external hunks via xpparam_t
` [PATCH v4 2/6] userdiff: add diff.<driver>.process config
` [PATCH v4 3/6] sub-process: separate process lifecycle from hashmap management
` [PATCH v4 4/6] diff: add long-running diff process via diff.<driver>.process
` [PATCH v4 5/6] diff: bypass diff process with --no-ext-diff and in format-patch
` [PATCH v4 6/6] blame: consult diff process for no-hunk detection
[PATCH 0/2] Silence po catalog output under "make -s"
2026-06-14 17:52 UTC (3+ messages)
` [PATCH 1/2] gitk: silence "
` [PATCH 2/2] git-gui: silence statistics "
[PATCH 0/5] Duplicate entry hardening
2026-06-14 15:22 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 5/5] cache-tree: fix verify_cache() to catch non-adjacent D/F conflicts
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox