messages from 2026-06-08 06:24:01 to 2026-06-08 16:07:28 UTC [more...]
[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
2026-06-08 16:07 UTC (12+ messages)
` [PATCH 01/16] packfile: rename `struct packfile_store` to `odb_source_packed`
` [PATCH 02/16] packfile: move packed source into "odb/" subsystem
` [PATCH 04/16] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH 05/16] odb/source-packed: wire up `close()` callback
` [PATCH 07/16] packfile: use higher-level interface to implement `has_object_pack()`
[PATCH] describe: limit default ref iteration to tags
2026-06-08 15:53 UTC (5+ messages)
[PATCH] log: let --follow follow renames in merge commits
2026-06-08 15:10 UTC (3+ messages)
` [PATCH] log: improve --follow following renames for non-linear history
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-08 15:05 UTC (4+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/4] path: introduce format_path() for centralized path formatting
[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
2026-06-08 14:52 UTC (15+ messages)
` [PATCH GSoC RFC v12 00/12] "
` [PATCH GSoC RFC v12 01/12] transport-helper: fix memory leak of helper on disconnect
` [PATCH GSoC RFC v12 02/12] git-compat-util: add strtoul_ul() with error handling
` [PATCH GSoC RFC v12 03/12] cat-file: add declaration of variable i inside its for loop
` [PATCH GSoC RFC v12 04/12] t1006: split test utility functions into new "lib-cat-file.sh"
` [PATCH GSoC RFC v12 05/12] fetch-pack: move function to connect.c
` [PATCH GSoC RFC v12 06/12] connect: refactor packet writing
` [PATCH GSoC RFC v12 07/12] fetch-pack: move fetch initialization
` [PATCH GSoC RFC v12 08/12] serve: advertise object-info feature
` [PATCH GSoC RFC v12 09/12] transport: add client support for object-info
` [PATCH GSoC RFC v12 10/12] cat-file: add remote-object-info to batch-command
` [PATCH GSoC RFC v12 11/12] cat-file: validate remote atoms with allow_list
` [PATCH GSoC RFC v12 12/12] cat-file: make remote-object-info allow-list dynamic
[PATCH 0/2] worktree: copy-on-write creation and shared-branch worktrees
2026-06-08 14:36 UTC (2+ messages)
[PATCH 0/3] config: allow disabling config includes
2026-06-08 14:34 UTC (5+ messages)
` [PATCH 1/3] git-config.adoc: fix paragraph break
` [PATCH 2/3] config: add GIT_CONFIG_INCLUDES
` [PATCH 3/3] git: add --no-includes top-level option
[PATCH] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
2026-06-08 14:07 UTC (4+ messages)
[PATCH 0/7] More work supporting objects larger than 4GB on Windows
2026-06-08 13:53 UTC (11+ 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 6/7] packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
` [PATCH 7/7] odb: use size_t for object_info.sizep and the size APIs
[PATCH v2 0/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
2026-06-08 13:36 UTC (3+ messages)
` [PATCH v3 "
[PATCH RFC 0/2] builtin/history: change git history reword behavior and feedback
2026-06-08 13:23 UTC (10+ messages)
` [PATCH RFC 1/2] builtin/history: abort reword on unchanged message
` [PATCH RFC 2/2] builtin/history: print feedback after successful reword
[PATCH] ls-files: filter pathspec before lstat
2026-06-08 13:06 UTC (2+ messages)
[PATCH v2] compat/posix.h: enable UNUSED warning messages for Clang
2026-06-08 12:44 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] compat/posix.h: simplify GIT_GNUC_PREREQ() comparison
[PATCH 0/2] parse-options: introduce die_for_required_opt() helper
2026-06-08 12:44 UTC (2+ messages)
` [PATCH v2] parse-options: introduce die_for_missing_opt()
[PATCH v2 0/4] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-06-08 12:26 UTC (6+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process
[PATCH 0/8] setup: centralize object database creation
2026-06-08 12:06 UTC (4+ messages)
` [PATCH v3 "
[PATCH] prio-queue: use cascade-down sift for faster extract-min
2026-06-08 11:56 UTC (7+ messages)
` [PATCH v2] prio-queue: use cascade-down "
inconsistent order of --diff-algorithm variants in man pages
2026-06-08 11:26 UTC
[BUG] "git diff --word-diff" gives a diff while they are only space changes
2026-06-08 10:58 UTC (10+ messages)
[PATCH] doc: fix typos via codespell
2026-06-08 10:56 UTC (5+ messages)
` [PATCH v3] "
[PATCH 0/2] builtin/history: introduce "drop" subcommand
2026-06-08 10:23 UTC (11+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] read-cache: split out function to drop unmerged entries to stage 0
` [PATCH v3 2/9] reset: drop `USE_THE_REPOSITORY_VARIABLE`
` [PATCH v3 3/9] reset: modernize flags passed to `reset_head()`
` [PATCH v3 4/9] reset: introduce dry-run mode
` [PATCH v3 5/9] reset: introduce ability to skip reference updates
` [PATCH v3 6/9] reset: allow the caller to specify the current HEAD object
` [PATCH v3 7/9] reset: stop assuming that the caller passes in a clean index
` [PATCH v3 8/9] builtin/history: split handling of ref updates into two phases
` [PATCH v3 9/9] builtin/history: implement "drop" subcommand
[PATCH v2 0/9] builtin/history: introduce "drop" subcommand
2026-06-08 9:18 UTC (8+ messages)
` [PATCH v2 3/9] reset: modernize flags passed to `reset_head()`
` [PATCH v2 5/9] reset: introduce ability to skip reference updates
[PATCH v2 0/3] Documentation: recommend the use of b4
2026-06-08 8:31 UTC (15+ messages)
` [PATCH v2 1/3] Documentation/MyFirstContribution: recommend shallow threading
` [PATCH v2 2/3] Documentation/MyFirstContribution: recommend the use of b4
` [PATCH v2 3/3] b4: introduce configuration for the Git project
[PATCH] doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES
2026-06-08 7:02 UTC (2+ messages)
[PATCH 0/2] Documentation: recommend the use of b4
2026-06-08 6:49 UTC (13+ messages)
` [PATCH 1/2] b4: introduce configuration for the Git project
` [PATCH v3 0/3] Documentation: recommend the use of b4
` [PATCH v3 1/3] MyFirstContribution: recommend shallow threading of cover letters
` [PATCH v3 2/3] MyFirstContribution: recommend the use of b4
` [PATCH v3 3/3] b4: introduce configuration for the Git project
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