messages from 2026-06-08 10:23:42 to 2026-06-08 23:25:18 UTC [more...]
[PATCH] ls-files: filter pathspec before lstat
2026-06-08 23:25 UTC (5+ messages)
limiting git branch --contains
2026-06-08 23:12 UTC (3+ messages)
[PATCH 0/3] config: allow disabling config includes
2026-06-08 22:51 UTC (7+ 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
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-08 22:40 UTC (13+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 1/4] path: introduce format_path() for centralized path formatting
` [GSoC PATCH v2 2/4] rev-parse: use format_path for "
` [GSoC PATCH v2 3/4] repo: add path.gitdir with absolute and relative suffix formatting
` [GSoC PATCH v2 4/4] repo: add path.commondir "
[PATCH] ref-filter: restore prefix-scoped iteration
2026-06-08 22:39 UTC (3+ messages)
[PATCH] ref-filter: reuse --contains traversal results
2026-06-08 22:34 UTC (4+ messages)
[PATCH] docs: fix typos
2026-06-08 22:16 UTC (2+ messages)
[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
2026-06-08 21:36 UTC (2+ messages)
[PATCH 0/3] Teach git-replay(1) to linearize merge commits
2026-06-08 19:29 UTC (5+ messages)
` [PATCH 1/3] replay: refactor enum replay_mode into a bool
` [PATCH 2/3] replay: add helper to put entry into mapped_commits
` [PATCH 3/3] replay: offer an option to linearize the commit topology
[PATCH v2 0/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
2026-06-08 19:10 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v4 "
` [PATCH v4 1/2] prio-queue: rename .nr to .nr_ and add accessor helpers
` [PATCH v4 2/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
inconsistent order of --diff-algorithm variants in man pages
2026-06-08 17:56 UTC (2+ messages)
[PATCH v2 0/4] [RFC] diff: add diff.<driver>.process for external hunk providers
2026-06-08 17:19 UTC (8+ messages)
` [PATCH v3 0/6] "
` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process
[PATCH 0/2] parse-options: introduce die_for_required_opt() helper
2026-06-08 17:00 UTC (4+ messages)
` [PATCH 2/2] builtin/add: use "
` [PATCH v2] parse-options: introduce die_for_missing_opt()
[PATCH] worktree: record creation time and free-form note
2026-06-08 16:59 UTC (8+ messages)
[PATCH RFC 0/2] builtin/history: change git history reword behavior and feedback
2026-06-08 16:47 UTC (13+ messages)
` [PATCH RFC 1/2] builtin/history: abort reword on unchanged message
` [PATCH RFC 2/2] builtin/history: print feedback after successful reword
[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
2026-06-08 16:15 UTC (12+ messages)
` [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 11/16] odb/source-packed: wire up `count_objects()` callback
[PATCH] describe: limit default ref iteration to tags
2026-06-08 15:53 UTC (5+ messages)
[PATCH] log: improve --follow following renames for non-linear history
2026-06-08 15:10 UTC (2+ messages)
[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
2026-06-08 14:52 UTC (4+ messages)
` [PATCH GSoC RFC v12 00/12] "
` [PATCH GSoC RFC v12 03/12] cat-file: add declaration of variable i inside its for loop
[PATCH 0/2] worktree: copy-on-write creation and shared-branch worktrees
2026-06-08 14:36 UTC (2+ messages)
[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] 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/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 "
[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 v3 0/9] builtin/history: introduce "drop" subcommand
2026-06-08 10:23 UTC (7+ messages)
` [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
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