git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 16:17:14 to 2024-08-28 03:57:59 UTC [more...]

[PATCH 0/6] unused parameters: the final countdown
 2024-08-28  3:57 UTC  (3+ messages)
` [PATCH 1/6] gc: mark unused config parameter in virtual functions
` [PATCH 2/6] t-reftable-readwrite: mark unused parameter in callback function

[PATCH v3 0/3] send-email: add --mailmap support
 2024-08-28  1:55 UTC  (5+ messages)
` [PATCH v3 1/3] check-mailmap: accept "user@host" contacts
` [PATCH v3 2/3] check-mailmap: add options for additional mailmap sources
` [PATCH v3 3/3] send-email: add mailmap support via sendemail.mailmap and --mailmap

[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
 2024-08-28  0:14 UTC  (7+ messages)
` [PATCH 1/5] t/t5332-multi-pack-reuse.sh: verify pack generation with --strict
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX
` [PATCH 3/5] builtin/pack-objects.c: translate bit positions during pack-reuse
` [PATCH 4/5] pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse
` [PATCH 5/5] builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER`

What's cooking in git.git (Aug 2024, #10; Tue, 27)
 2024-08-27 22:45 UTC 

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-08-27 22:38 UTC  (24+ 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

[PATCH v1 00/10] cat-file speedups
 2024-08-27 20:23 UTC  (24+ 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 v1 0/4] add ref content check for files backend
 2024-08-27 19:19 UTC  (22+ messages)
` [PATCH v1 2/4] ref: add regular "
` [PATCH v1 3/4] ref: add symbolic "
` [PATCH v2 0/4] add "
  ` [PATCH v2 1/4] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v2 2/4] ref: add regular ref content check for files backend
  ` [PATCH v2 3/4] ref: add symbolic "
  ` [PATCH v2 4/4] ref: add symlink ref "

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-08-27 16:12 UTC  (13+ 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-27 13:53 UTC  (4+ messages)
  ` AW: "

[PATCH v2] git-config.1: fix description of --regexp in synopsis
 2024-08-27 12:09 UTC  (2+ messages)

[PATCH] exec_cmd: RUNTIME_PREFIX on z/OS systems
 2024-08-27  6:18 UTC  (4+ messages)

Can git log be made to "follow" in the same way as git blame? Why / in what way is "--follow" broken or limited?
 2024-08-26 22:52 UTC  (3+ messages)

Sensible way to see what objects are being fetched just-in-time in a partial clone?
 2024-08-26 20:37 UTC  (4+ messages)
    ` Python-based fetch optimizer script for "blame" in Partial Clones (was: Re: Sensible way to see what objects are being fetched just-in-time in a partial clone?)

[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-08-26 19:26 UTC  (21+ 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 v3 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
    ` [PATCH v3 5/6] t-reftable-stack: add test for non-default compaction factor
    ` [PATCH v3 6/6] t-reftable-stack: add test for stack iterators

[PATCH] Mark `cat-file` sparse-index compatible
 2024-08-26 18:08 UTC 

[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

[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 

[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] "

What's cooking in git.git (Aug 2024, #09; Fri, 23)
 2024-08-23 18:13 UTC 

[PATCH 00/10] reftable: fix reload with active iterators
 2024-08-23 16:49 UTC  (28+ messages)
` [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  (6+ messages)
` [WIP v2 0/4] "
  ` [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 "

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 v2] docs: explain the order of output in the batched mode of git-cat-file(1)
 2024-08-22 19:50 UTC  (2+ messages)
` [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  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 19/20] transport: fix leaking arguments when fetching from bundle

[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  (3+ messages)
` [PATCH v3 "

[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
 2024-08-22 16:25 UTC  (3+ messages)


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).