messages from 2024-08-05 17:10:12 to 2024-08-07 13:02:14 UTC [more...]
[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
2024-08-07 13:01 UTC (15+ 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
[GSoC][PATCH v14 00/11] ref consistency check infra setup
2024-08-07 12:50 UTC (28+ messages)
` [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v15 0/9] ref consistency check infra setup
` [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 7/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v15 8/9] files-backend: add unified interface for refs scanning
2.46 submodule breakage
2024-08-07 12:44 UTC (12+ messages)
` [PATCH 0/6] Improvements for ref storage formats with submodules
` [PATCH 1/6] builtin/submodule: allow cloning with different ref storage format
` [PATCH 2/6] builtin/clone: propagate ref storage format to submodules
` [PATCH 3/6] refs: fix ref storage format for submodule ref stores
` [PATCH 4/6] submodule: fix leaking fetch tasks
` [PATCH 5/6] submodule: fix leaking seen submodule names
` [PATCH 6/6] object: fix leaking packfiles when closing object store
[PATCH 00/20] Stop using `the_repository` in "config.c"
2024-08-07 9:48 UTC (22+ messages)
` [PATCH 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
` [PATCH 02/20] path: expose `do_git_common_path()` as `strbuf_git_common_pathv()`
` [PATCH 03/20] editor: do not rely on `the_repository` for interactive edits
` [PATCH 04/20] hooks: remove implicit dependency on `the_repository`
` [PATCH 05/20] path: stop relying on `the_repository` when reporting garbage
` [PATCH 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
` [PATCH 07/20] path: hide functions using `the_repository` by default
` [PATCH 08/20] config: introduce missing setters that take repo as parameter
` [PATCH 09/20] config: expose `repo_config_clear()`
` [PATCH 10/20] config: pass repo to `git_config_get_index_threads()`
` [PATCH 11/20] config: pass repo to `git_config_get_split_index()`
` [PATCH 12/20] config: pass repo to `git_config_get_max_percent_split_change()`
` [PATCH 13/20] config: pass repo to `git_config_get_expiry()`
` [PATCH 14/20] config: pass repo to `git_config_get_expiry_in_days()`
` [PATCH 15/20] config: pass repo to `git_die_config()`
` [PATCH 16/20] config: pass repo to functions that rename or copy sections
` [PATCH 17/20] config: don't have setters depend on `the_repository`
` [PATCH 18/20] config: don't depend on `the_repository` with branch conditions
` [PATCH 19/20] global: prepare for hiding away repo-less config functions
` [PATCH 20/20] config: hide functions using `the_repository` by default
[PATCH 00/22] Memory leak fixes (pt.4)
2024-08-07 9:27 UTC (31+ 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
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-07 5:52 UTC (13+ 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 "
[PATCH 0/8] reftable: improvements and fixes for compaction
2024-08-07 5:31 UTC (5+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 9/9] reftable/stack: handle locked tables during auto-compaction
[PATCH v1 0/4] make "too many arguments" a bit more useful
2024-08-07 5:01 UTC (16+ 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: "
[Question] git-commit: --template from cmd output
2024-08-07 1:34 UTC
%complete indicator needed on git submodule command
2024-08-07 1:05 UTC
[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
2024-08-06 20:17 UTC (7+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] ref-filter: populate symref from iterator
[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] "
[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 0/3] Small fixes for issues detected during internal CI runs
2024-08-06 7:04 UTC (13+ 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 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 (8+ 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)
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).