git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-23 10:21:29 to 2024-08-28 15:41:14 UTC [more...]

[PATCH v1 0/4] add ref content check for files backend
 2024-08-28 15:41 UTC  (31+ 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/6] unused parameters: the final countdown
 2024-08-28 15:17 UTC  (12+ 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 3/6] compat: disable -Wunused-parameter in 3rd-party code
` [PATCH 4/6] compat: disable -Wunused-parameter in win32/headless.c
` [PATCH 5/6] compat: mark unused parameters in win32/mingw functions
` [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
    ` [PATCH 7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-28 15:15 UTC  (19+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 2/9] t: import the clar unit "
` [PATCH v6 00/13] Introduce clar "
  ` [PATCH v6 02/13] t: import the clar unit "
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v6 12/13] t/unit-tests: convert ctype "

RFE: Document "edit" in "git restore --patch"
 2024-08-28 13:02 UTC 

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-08-28 11:32 UTC  (2+ messages)

[PATCH] git gui: add directly calling merge tool from gitconfig
 2024-08-28  8:31 UTC  (5+ messages)
  ` AW: "
` [PATCH v2] "

[PATCH] reftable: mark unused parameters in empty iterator functions
 2024-08-28  8:19 UTC  (2+ messages)

[PATCH] t-reftable-block: mark unused argv/argc
 2024-08-28  4:08 UTC 

[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 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 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  (9+ 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)

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  (16+ messages)
` [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


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