messages from 2025-12-05 08:20:21 to 2025-12-09 03:51:20 UTC [more...]
t3900 failure on macOS, iconv(3) broken?
2025-12-09 3:50 UTC (3+ messages)
[PATCH 0/8] Refactor handling of alternates to work via sources
2025-12-09 2:34 UTC (12+ messages)
` [PATCH 1/8] odb: refactor parsing of alternates to be self-contained
` [PATCH 2/8] odb: resolve relative alternative paths when parsing
` [PATCH 3/8] odb: move computation of normalized objdir into `alt_odb_usable()`
` [PATCH 4/8] odb: adapt `odb_add_to_alternates_file()` to call `odb_add_source()`
` [PATCH 5/8] odb: remove mutual recursion when parsing alternates
` [PATCH 6/8] odb: drop forward declaration of `read_info_alternates()`
` [PATCH 7/8] odb: read alternates via sources
` [PATCH 8/8] odb: write "
[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
2025-12-09 2:16 UTC (36+ messages)
` [PATCH 01/17] midx: mark `get_midx_checksum()` arguments as const
` [PATCH 02/17] midx: split `get_midx_checksum()` by adding `get_midx_hash()`
` [PATCH 03/17] builtin/multi-pack-index.c: make '--progress' a common option
` [PATCH 04/17] git-multi-pack-index(1): remove non-existent incompatibility
` [PATCH 05/17] git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
` [PATCH 06/17] t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39
` [PATCH 07/17] midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
` [PATCH 08/17] midx-write.c: introduce `struct write_midx_opts`
` [PATCH 09/17] midx: do not require packs to be sorted in lexicographic order
` [PATCH 10/17] git-compat-util.h: introduce `u32_add()`
` [PATCH 11/17] midx-write.c: introduce `midx_pack_perm()` helper
` [PATCH 12/17] midx-write.c: extract `fill_pack_from_midx()`
` [PATCH 13/17] midx-write.c: enumerate `pack_int_id` values directly
` [PATCH 14/17] midx-write.c: factor fanout layering from `compute_sorted_entries()`
` [PATCH 15/17] t/helper/test-read-midx.c: plug memory leak when selecting layer
` [PATCH 16/17] midx: implement MIDX compaction
` [PATCH 17/17] midx: enable reachability bitmaps during "
[PATCH v3 0/2] improve --exclude-promisor-objects performance
2025-12-09 1:48 UTC (3+ messages)
` [PATCH v3 1/2] object: apply skip_hash and discard_tree optimizations to unknown blobs too
` [PATCH v3 2/2] packfile: skip hash checks in add_promisor_object()
bug: `git pull --rebase` breaks in the presence of pushurls
2025-12-09 1:48 UTC (6+ messages)
[PATCH 0/2] Few fixes for cross-compiling with Meson
2025-12-09 0:44 UTC (4+ messages)
[PATCH] last-modified: fix bug caused by inproper initialized memory
2025-12-08 22:42 UTC (7+ messages)
` [PATCH v2] last-modified: fix use of uninitialized memory
[PATCH 0/4] ban mktemp(3)
2025-12-08 20:33 UTC (15+ messages)
` [PATCH 1/4] wrapper: add git_mkdtemp()
` [PATCH 2/4] compat: use git_mkdtemp()
` [PATCH v2 0/5] ban mktemp(3)
` [PATCH v2 1/5] wrapper: add git_mkdtemp()
` [PATCH v2 2/5] compat: use git_mkdtemp()
` [PATCH v2 3/5] compat: remove mingw_mktemp()
` [PATCH v2 4/5] banned.h: ban mktemp(3)
` [PATCH v2 5/5] compat: remove gitmkdtemp()
[PATCH v2] packfile: skip decompressing and hashing blobs in add_promisor_object()
2025-12-08 20:28 UTC (4+ messages)
[PATCH] connect: plug protocol capability leak
2025-12-08 20:18 UTC (4+ messages)
[GSOC PATCH v2 2/2] attr: use `repo_settings_get_attributesfile_path()` and update callers
2025-12-08 20:11 UTC (2+ messages)
` Outreachy intern: Request for the completion of this series
[PATCH] config: document 'gui.GCWarning'
2025-12-08 19:20 UTC (2+ messages)
[PATCH 0/2] builtin/repack: avoid rewriting up-to-date MIDX
2025-12-08 18:27 UTC (3+ messages)
` [PATCH 1/2] midx: fix `BUG()` when getting preferred pack without a reverse index
` [PATCH 2/2] builtin/repack: don't regenerate MIDX unless needed
[PATCH] doc: send-email: fix broken list continuation
2025-12-08 17:41 UTC
[PATCH] repo: add new flag --keys to git-repo-info
2025-12-08 16:33 UTC (4+ messages)
[PATCH 0/3] doc: replay: improvements like "mention no output on conflicts"
2025-12-08 16:00 UTC (10+ messages)
` [PATCH 1/3] doc: replay: mention no output on conflicts
` [PATCH 2/3] doc: replay: document --contained
` [PATCH 3/3] doc: replay: link section using markup
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-12-08 15:48 UTC (26+ messages)
` [PATCH v5 0/7] "
` [PATCH v5 2/7] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
` [PATCH v5 3/7] submodule: always validate gitdirs inside submodule_name_to_gitdir
` [PATCH v5 4/7] submodule: add extension to encode gitdir paths
` [PATCH v5 7/7] meson/Makefile: allow setting submodule encoding at build time
What's cooking in git.git (Nov 2025, #10; Sun, 30)
2025-12-08 8:44 UTC (5+ messages)
[PATCH] doc: join default pre-commit paragraphs
2025-12-08 7:27 UTC
[PATCH 0/1] replay: add --revert option to reverse commit changes
2025-12-08 7:07 UTC (9+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
` [PATCH v2 1/2] sequencer: extract revert message formatting into shared function
` [PATCH v2 2/2] replay: add --revert mode to reverse commit changes
[PATCH 0/5] Audit and document Scalar config
2025-12-08 6:58 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 3/5] scalar: remove stale config values
Git for structured data
2025-12-07 17:23 UTC (6+ messages)
I still use git whatchanged
2025-12-07 11:56 UTC (2+ messages)
What's cooking in git.git (Dec 2025, #01)
2025-12-07 7:38 UTC
[PATCH] completion: clarify support for short options and arguments
2025-12-07 5:38 UTC (2+ messages)
[PATCH] Add completion for short options
2025-12-07 0:38 UTC (6+ messages)
` [PATCH v2] completion: complete "git -<TAB>" with "
[PATCH v2] win32: pthread_cond_wait should return a value
2025-12-07 0:18 UTC (4+ messages)
` [PATCH v3] win32: pthread_cond_init "
[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
2025-12-06 20:51 UTC
[PATCH 0/3] Some random object database related fixes
2025-12-06 12:04 UTC (7+ messages)
` [PATCH 2/3] builtin/gc: fix condition for whether to write commit graphs
` [PATCH 3/3] odb: properly close sources before freeing them
[PATCH 0/2] Update clar for improved integer handling
2025-12-06 11:47 UTC (11+ messages)
` [PATCH 1/2] t/unit-tests: update clar to 39f11fe
` [PATCH 2/2] t/unit-tests: demonstrate use of integer comparison assertions
` [PATCH v2 0/3] Update clar for improved integer handling
` [PATCH v2 1/3] t/unit-tests: update clar to 39f11fe
` [PATCH v2 2/3] t/unit-tests: demonstrate use of integer comparison assertions
` [PATCH v2 3/3] gitattributes: disable blank-at-eof errors for clar test expectations
[PATCH 00/10] Prepare Git's test suite for symbolic link support on Windows
2025-12-06 2:17 UTC (22+ messages)
` [PATCH 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [PATCH 05/10] t0301: another fix for Windows compatibility
` [PATCH v2 00/10] Prepare Git's test suite for symbolic link support on Windows
` [PATCH v2 01/10] t9700: accommodate for Windows paths
` [PATCH v2 02/10] apply: symbolic links lack a "trustable executable bit"
` [PATCH v2 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [PATCH v2 04/10] t0001: handle `diff --no-index` gracefully
` [PATCH v2 05/10] t0301: another fix for Windows compatibility
` [PATCH v2 06/10] t0600: fix incomplete prerequisite for a test case
` [PATCH v2 07/10] t1006: accommodate for symlink support in MSYS2
` [PATCH v2 08/10] t1305: skip symlink tests that do not apply to Windows
` [PATCH v2 09/10] t6423: introduce Windows-specific handling for symlinking to /dev/null
` [PATCH v2 10/10] t7800: work around the MSYS path conversion on Windows
[PATCH] packfile: skip decompressing and hashing blobs in add_promisor_object()
2025-12-06 1:58 UTC (10+ messages)
[PATCH] lockfile: add PID file for debugging stale locks
2025-12-05 18:46 UTC (5+ messages)
[PATCH 0/4] more robust functions for parsing int from buf
2025-12-05 18:30 UTC (7+ messages)
` [PATCH 2/4] parse: add functions for parsing from non-string buffers
` my complaints with clar
[Outreachy] Git Internship: Refactor in order to reduce Git's global state
2025-12-05 17:53 UTC (3+ messages)
Introduction and early interest - Ayush Jain
2025-12-05 14:03 UTC (2+ messages)
[PATCH] repo: add -z as an alias for --format=nul to git-repo-structure
2025-12-05 11:09 UTC (3+ messages)
` [PATCH v2 0/3] "
[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
2025-12-05 8:49 UTC (12+ messages)
` [PATCH v6 "
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;
as well as URLs for NNTP newsgroup(s).