messages from 2026-01-14 02:19:26 to 2026-01-15 20:54:28 UTC [more...]
[PATCH 00/14] odb: introduce `odb_for_each_object()`
2026-01-15 20:54 UTC (19+ messages)
` [PATCH 01/14] odb: rename `FOR_EACH_OBJECT_*` flags
` [PATCH 02/14] odb: fix flags parameter to be unsigned
` [PATCH 03/14] object-file: extract function to read object info from path
` [PATCH 04/14] object-file: introduce function to iterate through objects
` [PATCH 05/14] packfile: extract function to iterate through objects of a store
` [PATCH 06/14] packfile: introduce function to iterate through objects
` [PATCH 07/14] odb: introduce `odb_for_each_object()`
` [PATCH 08/14] builtin/fsck: refactor to use `odb_for_each_object()`
` [PATCH 09/14] treewide: enumerate promisor objects via `odb_for_each_object()`
` [PATCH 10/14] treewide: drop uses of `for_each_{loose,packed}_object()`
` [PATCH 11/14] odb: introduce mtime fields for object info requests
` [PATCH 12/14] builtin/pack-objects: use `packfile_store_for_each_object()`
` [PATCH 13/14] reachable: convert to use `odb_for_each_object()`
` [PATCH 14/14] odb: drop unused `for_each_{loose,packed}_object()` functions
Delta Islands without bitmaps?
2026-01-15 20:39 UTC (2+ messages)
[PATCH 0/6] refs: provide detailed error messages when using batched update
2026-01-15 20:29 UTC (24+ messages)
` [PATCH 1/6] refs: remove unused header
` [PATCH 2/6] refs: attach rejection details to updates
` [PATCH 3/6] refs: add rejection detail to the callback function
` [PATCH 4/6] update-ref: utilize rejected error details if available
` [PATCH 5/6] fetch: utilize rejected ref error details
` [PATCH 6/6] receive-pack: "
[PATCH] hook: make stdout_to_stderr optional
2026-01-15 20:27 UTC (20+ messages)
` [PATCH v2] hook: allow hooks to disable stdout_to_stderr
` [PATCH v3 0/2] Fix two hook conversion regressions
` [PATCH v3 1/2] hook: allow hooks to disable stdout_to_stderr
` [PATCH v3 2/2] hook: make ungroup opt-out instead of opt-in
[PATCH] sparse-checkout: optimize string_list construction
2026-01-15 20:09 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v24 0/2] status: show comparison with push remote tracking branch
2026-01-15 19:53 UTC (28+ messages)
` [PATCH v25 "
` [PATCH v25 2/2] "
` Triangular workflow
What's cooking in git.git (Jan 2026, #05)
2026-01-15 18:44 UTC
[PATCH] subtree: validate --prefix against commit in split
2026-01-15 17:52 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
[ANNOUNCE] Git v2.53.0-rc0
2026-01-15 17:35 UTC
Repost: Inconsistent Behavior in 'git add' (git 2.52.0)?
2026-01-15 16:55 UTC (2+ messages)
[PATCH] last-modified: verify revision argument is a commit-ish
2026-01-15 16:35 UTC (14+ messages)
` [PATCH v2 0/3] Fix git-last-modified(1) bug triggered when passing a tree-ish
` [PATCH v2 1/3] last-modified: rewrite error message when more than one revision given
` [PATCH v2 2/3] last-modified: remove double error message
` [PATCH v2 3/3] last-modified: verify revision argument is a commit-ish
[PATCH 00/10] Xdiff cleanup part 3
2026-01-15 15:55 UTC (4+ messages)
` [PATCH 01/10] ivec: introduce the C side of ivec
[PATCH v2 0/2] shallow: handling fetch relative-deepen
2026-01-15 15:50 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] "
[PATCH v2 0/5] git-add : Respect submodule ignore=all and only add changes with --force
2026-01-15 15:42 UTC (9+ messages)
` [PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
` [PATCH v3 1/5] read-cache: update add_files_to_cache take param ignored_too
` [PATCH v3 2/5] read-cache: submodule add need --force given ignore=all configuration
` [PATCH v3 3/5] tests: t2206-add-submodule-ignored: ignore=all and add --force tests
` [PATCH v3 4/5] tests: fix existing tests when add an ignore=all submodule
` [PATCH v3 5/5] Documentation: update add --force option + ignore=all config
[PATCH 0/3] Rename commit list functions to conform to coding guidelines
2026-01-15 13:32 UTC (5+ messages)
` [PATCH 1/3] commit: rename `copy_commit_list()` "
` [PATCH 2/3] commit: rename `reverse_commit_list()` "
` [PATCH 3/3] commit: rename `free_commit_list()` "
[PATCH 0/1] oidmap: make entry cleanup explicit in oidmap_clear
2026-01-15 13:16 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 00/17] Fixes and improvements for ref consistency checks
2026-01-15 12:56 UTC (7+ messages)
` [PATCH 16/17] builtin/fsck: move generic HEAD check into `refs_fsck()`
` [PATCH v2 00/17] Fixes and improvements for ref consistency checks
[PATCH] Documentation/config: fix replacement for --get-urlmatch
2026-01-15 11:08 UTC
[BUG] Git push sends too much data unnecessarily
2026-01-15 9:43 UTC (7+ messages)
git subtree -P path split [rev] should check for path under rev, not in the current working directory
2026-01-15 4:42 UTC
[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
2026-01-15 0:11 UTC (27+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 01/18] midx: mark `get_midx_checksum()` arguments as const
` [PATCH v2 02/18] midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
` [PATCH v2 03/18] midx: introduce `midx_get_checksum_hex()`
` [PATCH v2 04/18] builtin/multi-pack-index.c: make '--progress' a common option
` [PATCH v2 05/18] git-multi-pack-index(1): remove non-existent incompatibility
` [PATCH v2 06/18] git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
` [PATCH v2 07/18] t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39
` [PATCH v2 08/18] midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
` [PATCH v2 09/18] midx-write.c: introduce `struct write_midx_opts`
` [PATCH v2 10/18] midx: do not require packs to be sorted in lexicographic order
` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`
` [PATCH v2 12/18] midx-write.c: introduce `midx_pack_perm()` helper
` [PATCH v2 13/18] midx-write.c: extract `fill_pack_from_midx()`
` [PATCH v2 14/18] midx-write.c: enumerate `pack_int_id` values directly
` [PATCH v2 15/18] midx-write.c: factor fanout layering from `compute_sorted_entries()`
` [PATCH v2 16/18] t/helper/test-read-midx.c: plug memory leak when selecting layer
` [PATCH v2 17/18] midx: implement MIDX compaction
` [PATCH v2 18/18] midx: enable reachability bitmaps during "
[GSoC PATCH 1/1] diff: improve scaling of filenames in diffstat to handle UTF-8 chars
2026-01-14 22:50 UTC (2+ messages)
[PATCH v2] fsck: snapshot default refs before object walk
2026-01-14 22:34 UTC (3+ messages)
` [PATCH v3] "
[PATCH] fsck: snapshot default refs before object walk
2026-01-14 22:23 UTC (4+ messages)
[GSoC PATCH 0/1] diff: improve scaling of filenames in diffstat to handle UTF-8 chars
2026-01-14 22:22 UTC
[PATCH] Fetch missing submodule objects from default remote
2026-01-14 21:22 UTC (9+ messages)
` [PATCH v2] submodule: fetch missing "
[PATCH 0/1] compat: modernize and simplify byte swapping functions
2026-01-14 21:14 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH] gitk: use config settings for head/tag colors
2026-01-14 18:11 UTC (2+ messages)
[PATCH v2] remote-curl: Use auth for probe_rpc() requests too
2026-01-14 17:41 UTC (8+ messages)
What's cooking in git.git (Jan 2026, #04)
2026-01-14 17:35 UTC (4+ messages)
[PATCH v5] remote-curl: use auth for probe_rpc() requests too
2026-01-14 16:36 UTC
[PATCH 0/5] builtin/repack: make geometric repacking compatible with promisors
2026-01-14 15:26 UTC (5+ messages)
` [PATCH 2/5] repack-geometry: extract function to compute repacking split
` [PATCH 5/5] builtin/repack: handle promisor packs with geometric repacking
[PATCH v4] remote-curl: use auth for probe_rpc() requests too
2026-01-14 14:34 UTC (2+ messages)
Documentation problem: new syntax for git config --get-urlmatch
2026-01-14 14:32 UTC (2+ messages)
[PATCH] t0100: avoid suppressing git exit code
2026-01-14 14:23 UTC (2+ messages)
[PATCH] diff: "lisp" userdiff_driver
2026-01-14 8:40 UTC (7+ messages)
` [PATCH v2 0/2] userdiff: extend Scheme support to cover other Lisp dialects
` [PATCH v2 2/2] merge with Scheme regexp; fix bugs
[Outreachy PATCH v2 0/3] store git_default_config() parsed values in new config struct
2026-01-14 7:40 UTC (10+ messages)
` [Outreachy PATCH v2 1/3] environment: stop storing `core.attributesFile` globally
` [Outreachy PATCH v2 2/3] environment: environment: stop using core.sparseCheckout globally
` [Outreachy PATCH v2 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`
Hugmom1118@gmail.com
2026-01-14 7:23 UTC
Hugmom1118@gmail.com
2026-01-14 7:23 UTC
page: next (older) | 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