messages from 2024-08-05 10:56:07 to 2024-08-06 23:05:52 UTC [more...]
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-06 23:05 UTC (11+ messages)
` [RFC PATCH v2 0/7] "
` [RFC PATCH v2 1/7] t: do not pass GIT_TEST_OPTS to unit tests with prove
` [RFC PATCH v2 2/7] t: import the clar unit testing framework
` [RFC PATCH v2 3/7] t/clar: fix whitespace errors
` [RFC PATCH v2 4/7] t/clar: fix compatibility with NonStop
` [RFC PATCH v2 5/7] Makefile: wire up the clar unit testing framework
` [RFC PATCH v2 6/7] t/unit-tests: convert strvec tests to use clar
` [RFC PATCH v2 7/7] t/unit-tests: convert ctype "
[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
2024-08-06 20:47 UTC (10+ messages)
` [PATCH 1/6] t: move "
` [PATCH 2/6] t: harmonize t-reftable-stack.c with coding guidelines
` [PATCH 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
` [PATCH 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
` [PATCH 5/6] t-reftable-stack: add test for non-default compaction factor
` [PATCH 6/6] t-reftable-stack: add test for stack iterators
[PATCH v1 0/4] make "too many arguments" a bit more useful
2024-08-06 20:21 UTC (15+ messages)
` [PATCH v1 1/4] refs: avoid "too many arguments"
` [RFC] usage_msg_opt() and _optf() must die
` [PATCH v2] refs: avoid "too many arguments"
` [PATCH v1 2/4] cat-file: "
` [PATCH v1 3/4] notes: "
` [PATCH v1 4/4] miscellaneous: "
[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
2024-08-06 20:17 UTC (11+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] refs: keep track of unresolved reference value in iterators
` [PATCH v2 3/3] ref-filter: populate symref from iterator
[PATCH 0/8] reftable: improvements and fixes for compaction
2024-08-06 18:46 UTC (21+ messages)
` [PATCH 2/8] reftable/stack: test compaction with already-locked tables
` [PATCH 4/8] reftable/stack: simplify tracking of table locks
` [PATCH 8/8] reftable/stack: handle locked tables during auto-compaction
` [PATCH v2 0/9] reftable: improvements and fixes for compaction
` [PATCH v2 1/9] reftable/stack: refactor function to gather table sizes
` [PATCH v2 2/9] reftable/stack: extract function to setup stack with N tables
` [PATCH v2 3/9] reftable/stack: test compaction with already-locked tables
` [PATCH v2 4/9] reftable/stack: update stats on failed full compaction
` [PATCH v2 5/9] reftable/stack: simplify tracking of table locks
` [PATCH v2 6/9] reftable/stack: do not die when fsyncing lock file files
` [PATCH v2 7/9] reftable/stack: use lock_file when adding table to "tables.list"
` [PATCH v2 8/9] reftable/stack: fix corruption on concurrent compaction
` [PATCH v2 9/9] reftable/stack: handle locked tables during auto-compaction
2.46 submodule breakage
2024-08-06 18:26 UTC (3+ messages)
[PATCH v4 0/8] t7004: Modernize the style
2024-08-06 18:05 UTC (21+ messages)
` [PATCH v4 1/8] [Newcomer] t7004: Remove space after redirect operators
` [PATCH v4 2/8] [Newcomer] t7004: Do not lose exit status to pipe
` [PATCH v4 3/8] [Newcomer] t7004: One command per line
` [PATCH v4 4/8] [Newcomer] t7004: Do not prepare things outside test_expect_success
` [PATCH v4 5/8] [Newcomer] t7004: Use indented here-doc
` [PATCH v4 6/8] [Newcomer] t7004: Description on the same line as test_expect_success
` [PATCH v4 7/8] [Newcomer] t7004: test Description and test body seperated with backslash
` [PATCH v4 8/8] [Newcomer] t7004: Use single quotes instead of double quotes
[PATCH] t3206: test_when_finished before dirtying operations, not after
2024-08-06 17:04 UTC (4+ messages)
` [PATCH v2] "
[GSoC][PATCH v13 00/10] ref consistency check infra setup
2024-08-06 16:15 UTC (41+ messages)
` [GSoC][PATCH v14 00/11] "
` [GSoC][PATCH v14 03/11] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v14 04/11] fsck: add refs report function
` [GSoC][PATCH v14 05/11] fsck: add refs-related error callback
` [GSoC][PATCH v14 06/11] fsck: rename objects-related fsck error functions
` [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v14 10/11] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v14 11/11] fsck: add ref name check for files backend
` [GSoC][PATCH v15 0/9] ref consistency check infra setup
` [GSoC][PATCH v15 1/9] fsck: rename "skiplist" to "skip_oids"
` [GSoC][PATCH v15 2/9] fsck: rename objects-related fsck error functions
` [GSoC][PATCH v15 3/9] fsck: make "fsck_error" callback generic
` [GSoC][PATCH v15 4/9] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v15 5/9] fsck: add refs report function
` [GSoC][PATCH v15 6/9] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v15 7/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v15 8/9] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v15 9/9] fsck: add ref name check for files backend
[PATCH] repository: prevent memory leak when releasing ref stores
2024-08-06 15:44 UTC (7+ messages)
[PATCH 00/19] midx: incremental multi-pack indexes, part one
2024-08-06 15:38 UTC (21+ messages)
` [PATCH v3 "
` [PATCH v3 01/19] Documentation: describe incremental MIDX format
` [PATCH v3 02/19] midx: add new fields for incremental MIDX chains
` [PATCH v3 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
` [PATCH v3 04/19] midx: teach `prepare_midx_pack()` "
` [PATCH v3 05/19] midx: teach `nth_midxed_object_oid()` "
` [PATCH v3 06/19] midx: teach `nth_bitmapped_pack()` "
` [PATCH v3 07/19] midx: introduce `bsearch_one_midx()`
` [PATCH v3 08/19] midx: teach `bsearch_midx()` about incremental MIDXs
` [PATCH v3 09/19] midx: teach `nth_midxed_offset()` "
` [PATCH v3 10/19] midx: teach `fill_midx_entry()` "
` [PATCH v3 11/19] midx: remove unused `midx_locate_pack()`
` [PATCH v3 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs
` [PATCH v3 13/19] midx: teach `midx_preferred_pack()` "
` [PATCH v3 14/19] midx: teach `midx_fanout_add_midx_fanout()` "
` [PATCH v3 15/19] midx: support reading incremental MIDX chains
` [PATCH v3 16/19] midx: implement verification support for incremental MIDXs
` [PATCH v3 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
` [PATCH v3 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories
` [PATCH v3 19/19] midx: implement support for writing incremental MIDX chains
[GSoC][PATCH v6 0/5] t: port reftable/tree_test.c to the unit testing framework
2024-08-06 15:35 UTC (6+ messages)
` [GSoC][PATCH v7 "
Git and gettext
2024-08-06 9:52 UTC (7+ messages)
[PATCH 00/22] Memory leak fixes (pt.4)
2024-08-06 9:01 UTC (23+ messages)
` [PATCH 01/22] remote: plug memory leak when aliasing URLs
` [PATCH 02/22] git: fix leaking system paths
` [PATCH 03/22] object-file: fix memory leak when reading corrupted headers
` [PATCH 04/22] object-name: fix leaking symlink paths in object context
` [PATCH 05/22] bulk-checkin: fix leaking state TODO
` [PATCH 06/22] read-cache: fix leaking hashfile when writing index fails
` [PATCH 07/22] submodule-config: fix leaking name enrty when traversing submodules
` [PATCH 08/22] config: fix leaking comment character config
` [PATCH 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
` [PATCH 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes
` [PATCH 11/22] builtin/fast-import: plug trivial memory leaks
` [PATCH 12/22] builtin/fast-export: fix leaking diff options
` [PATCH 13/22] builtin/fast-export: plug leaking tag names
` [PATCH 14/22] merge-ort: unconditionally release attributes index
` [PATCH 15/22] sequencer: release todo list on error paths
` [PATCH 16/22] unpack-trees: clear index when not propagating it
` [PATCH 17/22] diff: fix leak when parsing invalid ignore regex option
` [PATCH 18/22] builtin/format-patch: fix various trivial memory leaks
` [PATCH 19/22] userdiff: fix leaking memory for configured diff drivers
` [PATCH 20/22] builtin/log: fix leak when showing converted blob contents
` [PATCH 21/22] diff: free state populated via options
` [PATCH 22/22] builtin/diff: free symmetric diff members
[PATCH 0/3] Small fixes for issues detected during internal CI runs
2024-08-06 7:04 UTC (14+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] strbuf: set errno to 0 after strbuf_getcwd
` [PATCH v3 0/2] Small fixes for issues detected during internal CI runs
` [PATCH v3 1/2] set errno=0 before strtoX calls
` [PATCH v3 2/2] t6421: fix test to work when repo dir contains d0
What's cooking in git.git (Aug 2024, #02; Mon, 5)
2024-08-06 7:02 UTC (3+ messages)
[PATCH 0/5] doc: git diff reformatting
2024-08-06 6:27 UTC (9+ messages)
` [PATCH 1/5] doc: git-diff: apply new documentation guidelines
` [PATCH 4/5] doc: git-diff: apply format changes to diff-generate-patch
[PATCH] config.c: avoid segfault with --fixed-value and valueless config
2024-08-06 6:17 UTC (5+ messages)
Added support for --branch to git p4 rebase in git-p4.py
2024-08-05 22:49 UTC
git clone --reference=<repository> (without --dissociate), forgets to copy/get_pack_of objects from <repository> when "--no-local"/"file://" is present
2024-08-05 21:37 UTC
[PATCH] t/t7704-repack-cruft.sh: avoid failures during long-running tests
2024-08-05 20:15 UTC (2+ messages)
Bug: Git sees branch as valid commit ref and works; should fail
2024-08-05 16:58 UTC (3+ messages)
[PATCH] log-tree: use decimal_width()
2024-08-05 16:03 UTC (3+ messages)
[PATCH] refs/files: prevent memory leak by freeing packed_ref_store
2024-08-05 15:58 UTC (4+ messages)
` [PATCH v2] "
Git clone reads safe.directory differently?
2024-08-05 15:49 UTC (13+ messages)
[PATCH 0/4] Introduce a "promisor-remote" capability
2024-08-05 13:48 UTC (3+ messages)
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2
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).