messages from 2024-08-22 06:35:32 to 2024-08-26 17:37:10 UTC [more...]
[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
2024-08-26 17:29 UTC (14+ messages)
` [GSoC][PATCH v2 "
` [PATCH v2 1/6] t: move "
` [PATCH v2 2/6] t: harmonize t-reftable-stack.c with coding guidelines
` [PATCH v2 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
` [PATCH v2 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
` [PATCH v2 5/6] t-reftable-stack: add test for non-default compaction factor
` [PATCH v2 6/6] t-reftable-stack: add test for stack iterators
` [GSoC][PATCH v3 0/6] t: port reftable/stack_test.c to the unit testing framework
` [PATCH v3 1/6] t: move "
` [PATCH v3 2/6] t: harmonize t-reftable-stack.c with coding guidelines
` [PATCH v3 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
[PATCH] doc: replace 3 dash with correct 2 dash in git-config(1)
2024-08-26 17:32 UTC (11+ messages)
` [PATCH] git-config.1: --get-all description update
Sensible way to see what objects are being fetched just-in-time in a partial clone?
2024-08-26 17:28 UTC (2+ messages)
[PATCH v1 00/10] cat-file speedups
2024-08-26 17:10 UTC (15+ messages)
` [PATCH v2 "
` [PATCH v2 01/10] packfile: move sizep computation
` [PATCH v2 02/10] packfile: allow content-limit for cat-file
` [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison
` [PATCH v2 04/10] packfile: inline cache_or_unpack_entry
` [PATCH v2 05/10] cat-file: use delta_base_cache entries directly
` [PATCH v2 06/10] packfile: packed_object_info avoids packed_to_object_type
` [PATCH v2 07/10] object_info: content_limit only applies to blobs
` [PATCH v2 08/10] cat-file: batch-command uses content_limit
` [PATCH v2 09/10] cat-file: batch_write: use size_t for length
` [PATCH v2 10/10] cat-file: use writev(2) if available
[PATCH] bundle-uri: plug leak in unbundle_from_file()
2024-08-26 16:06 UTC (3+ messages)
[GSoC][PATCH] unit-tests: add tests for oidset.h
2024-08-26 15:46 UTC (4+ messages)
[PATCH] remote: plug memory leaks at early returns
2024-08-26 15:11 UTC (5+ messages)
Improvement: `git-maintenance` to allow configuring of remotes to fetch
2024-08-26 11:50 UTC
How to turn off rename detection for cherry-pick?
2024-08-26 11:09 UTC
[PATCH 00/22] Memory leak fixes (pt.6)
2024-08-26 7:22 UTC (23+ messages)
` [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
` [PATCH 02/22] fetch-pack: fix memory leaks on fetch negotiation
` [PATCH 03/22] send-pack: fix leaking common object IDs
` [PATCH 04/22] builtin/push: fix leaking refspec query result
` [PATCH 05/22] upload-pack: fix leaking child process data on reachability checks
` [PATCH 06/22] submodule: fix leaking fetch task data
` [PATCH 07/22] builtin/submodule--helper: fix leaking refs on push-check
` [PATCH 08/22] remote: fix leaking tracking refs
` [PATCH 09/22] remote: fix leak in reachability check of a remote-tracking ref
` [PATCH 10/22] send-pack: fix leaking push cert nonce
` [PATCH 11/22] gpg-interface: fix misdesigned signing key interfaces
` [PATCH 12/22] object: clear grafts when clearing parsed object pool
` [PATCH 13/22] shallow: free grafts when unregistering them
` [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`
` [PATCH 15/22] negotiator/skipping: fix leaking commit entries
` [PATCH 16/22] builtin/repack: fix leaking line buffer when packing promisors
` [PATCH 17/22] builtin/pack-objects: plug leaking list of keep-packs
` [PATCH 18/22] builtin/grep: fix leaking object context
` [PATCH 19/22] builtin/fmt-merge-msg: fix leaking buffers
` [PATCH 20/22] match-trees: fix leaking prefixes in `shift_tree()`
` [PATCH 21/22] merge-ort: fix two leaks when handling directory rename modifications
` [PATCH 22/22] builtin/repack: fix leaking keep-pack list
[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
2024-08-25 10:45 UTC (7+ messages)
` [GSoC][PATCH v2] "
` [GSoC][PATCH v3] "
[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
2024-08-25 10:19 UTC (6+ messages)
` [PATCH 1/5] apply: introduce `ignore_ws_default`
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`
` [PATCH 3/5] apply: whitespace errors in context lines if we have
` [PATCH 4/5] apply: error message in `record_ws_error()`
` [PATCH 5/5] t4124: move test preparation into the test context
[PATCH] git gui: add directly calling merge tool from gitconfig
2024-08-24 13:38 UTC (2+ messages)
What's cooking in git.git (Aug 2024, #09; Fri, 23)
2024-08-23 18:13 UTC
[PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
2024-08-23 16:57 UTC (3+ messages)
[PATCH 00/10] reftable: fix reload with active iterators
2024-08-23 16:49 UTC (32+ messages)
` [PATCH 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH 03/10] reftable/reader: rename `reftable_new_reader()`
` [PATCH 07/10] reftable/reader: introduce refcounting
` [PATCH 08/10] reftable/reader: keep readers alive during iteration
` [PATCH v2 00/10] reftable: fix reload with active iterators
` [PATCH v2 01/10] reftable/blocksource: drop malloc block source
` [PATCH v2 02/10] reftable/stack: inline `stack_compact_range_stats()`
` [PATCH v2 03/10] reftable/reader: rename `reftable_new_reader()`
` [PATCH v2 04/10] reftable/reader: inline `init_reader()`
` [PATCH v2 05/10] reftable/reader: inline `reader_close()`
` [PATCH v2 06/10] reftable/stack: fix broken refnames in `write_n_ref_tables()`
` [PATCH v2 07/10] reftable/reader: introduce refcounting
` [PATCH v2 08/10] reftable/reader: keep readers alive during iteration
` [PATCH v2 09/10] reftable/stack: reorder swapping in the reloaded stack contents
` [PATCH v2 10/10] reftable/stack: fix segfault when reload with reused readers fails
[PATCH v2] doc: replace 3 dash with correct 2 dash in git-config(1)
2024-08-23 13:12 UTC (2+ messages)
[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
2024-08-23 12:43 UTC (11+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
` [External] "
` [WIP v2 0/4] revision: fix reachable objects being gc'ed in no blob clone repo
` [WIP v2 1/4] packfile: split promisor objects oidset into two
` [WIP v2 2/4] revision: add exclude-promisor-pack-objects option
` [WIP v2 3/4] revision: don't mark commit as UNINTERESTING if --exclude-promisor-objects is set
` [WIP v2 4/4] repack: use new exclude promisor pack objects option
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-23 12:16 UTC (5+ messages)
` [PATCH v5 0/9] "
` [PATCH v5 2/9] t: import the clar unit "
[PATCH v1 0/4] add ref content check for files backend
2024-08-23 11:37 UTC (15+ messages)
` [PATCH v1 2/4] ref: add regular "
` [PATCH v1 3/4] ref: add symbolic "
Representing Debian Metadata in Git
2024-08-23 2:20 UTC (3+ messages)
[PATCH 0/2] Add additional trace2 regions for fetch and push
2024-08-22 22:10 UTC (10+ messages)
` [PATCH 2/2] send-pack: add new tracing regions for push
` [PATCH v2 0/3] Add additional trace2 regions for fetch and push
` [PATCH v2 1/3] trace2: implement trace2_printf() for event target
` [PATCH v2 2/3] fetch: add top-level trace2 regions
` [PATCH v2 3/3] send-pack: add new tracing regions for push
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-08-22 21:24 UTC (2+ messages)
[PATCH] docs: explain the order of output in the batched mode of git-cat-file(1)
2024-08-22 19:50 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
git diff --word-diff misbehaving over paragraph breaks?
2024-08-22 19:00 UTC
[PATCH 00/20] Memory leak fixes (pt.5)
2024-08-22 19:01 UTC (41+ messages)
` [PATCH 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH 15/20] remote: fix leaking config strings
` [PATCH 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH v2 00/20] Memory leak fixes (pt.5)
` [PATCH v2 01/20] mailinfo: fix leaking header data
` [PATCH v2 02/20] convert: fix leaks when resetting attributes
` [PATCH v2 03/20] pretty: fix memory leaks when parsing pretty formats
` [PATCH v2 04/20] pretty: fix leaking key/value separator buffer
` [PATCH v2 05/20] builtin/merge-tree: fix leaking `-X` strategy options
` [PATCH v2 06/20] builtin/upload-archive: fix leaking args passed to `write_archive()`
` [PATCH v2 07/20] builtin/archive: fix leaking `OPT_FILENAME()` value
` [PATCH v2 08/20] midx-write: fix leaking hashfile on error cases
` [PATCH v2 09/20] builtin/repack: fix leaks when computing packs to repack
` [PATCH v2 10/20] t/helper: fix leaking multi-pack-indices in "read-midx"
` [PATCH v2 11/20] transport: fix leaking OID arrays in git:// transport data
` [PATCH v2 12/20] builtin/send-pack: fix leaking refspecs
` [PATCH v2 13/20] sideband: fix leaks when configuring sideband colors
` [PATCH v2 14/20] builtin/fetch-pack: fix leaking refs
` [PATCH v2 15/20] remote: fix leaking config strings
` [PATCH v2 16/20] remote: fix leaks when matching refspecs
` [PATCH v2 17/20] remote: fix leaking peer ref when expanding refmap
` [PATCH v2 18/20] builtin/fetch: fix leaking transaction with `--atomic`
` [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle
` [PATCH v2 20/20] transport: fix leaking negotiation tips
[GSoC][PATCH v2 00/11] t: port reftable/block_test.c to the unit testing framework
2024-08-22 18:01 UTC (4+ messages)
` [GSoC][PATCH v3 "
[PATCH v3 7/7] run-command: fix detaching when running auto maintenance
2024-08-22 17:22 UTC (8+ messages)
` [PATCH 0/3] Fixups for git-maintenance(1) tests
` [PATCH 2/3] t7900: exercise detaching via trace2 regions
[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
2024-08-22 17:11 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 15/15] reftable/generic: drop interface
[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
2024-08-22 16:25 UTC (3+ messages)
[PATCH] diff-index: integrate with the sparse index
2024-08-22 16:03 UTC
Wrong error message when cloning from http gitlab (and everything still works anyway)
2024-08-22 15:40 UTC (2+ messages)
builtin/config: --name-only doesn't imply --show-names in "git config get"
2024-08-22 14:54 UTC (6+ messages)
[PATCH v2 5/5] cgit: add higher-level cgit crate
2024-08-22 13:24 UTC (5+ messages)
[PATCH] gitk: added external diff file rename detection
2024-08-22 9:27 UTC
[PATCH] mailinfo: we parse fixed headers
2024-08-22 8:24 UTC (2+ messages)
[PATCH] fetch: use bundle URIs when having creationToken heuristic
2024-08-22 7:12 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 3/3] "
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).