git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-25 10:18:30 to 2024-08-29 10:11:06 UTC [more...]

[PATCH v1 0/4] add ref content check for files backend
 2024-08-29 10:11 UTC  (27+ messages)
` [PATCH v2 "
  ` [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] SQUASH??? remove unused parameters

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-08-29 10:03 UTC  (5+ messages)
` [PATCH 1/2] chainlint: make error messages self-explanatory
` [PATCH 2/2] chainlint: reduce annotation noise-factor

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-08-29  9:39 UTC  (22+ messages)
` [PATCH 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH 02/21] environment: make `get_git_common_dir()` "
` [PATCH 03/21] environment: make `get_object_directory()` "
` [PATCH 04/21] environment: make `get_index_file()` "
` [PATCH 05/21] environment: make `get_graft_file()` "
` [PATCH 06/21] environment: make `get_git_work_tree()` "
` [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`
` [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit
` [PATCH 09/21] environment: move `odb_mkstemp()` into object layer
` [PATCH 10/21] environment: make `get_git_namespace()` self-contained
` [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer
` [PATCH 12/21] environment: reorder header to split out `the_repository`-free section
` [PATCH 13/21] environment: guard state depending on a repository
` [PATCH 14/21] repo-settings: split out declarations into a standalone header
` [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable
` [PATCH 16/21] refs: stop modifying global "
` [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`
` [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally
` [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally
` [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
` [PATCH 21/21] environment: stop storing "core.notesRef" globally

How to turn off rename detection for cherry-pick?
 2024-08-29  8:47 UTC  (2+ messages)

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-08-29  8:41 UTC  (27+ 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 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-08-29  5:07 UTC  (14+ 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] Mark `cat-file` sparse-index compatible
 2024-08-29  1:59 UTC  (2+ messages)

Tags auto fetched by "git fetch origin" but not "git fetch origin main"
 2024-08-28 23:23 UTC 

[PATCH v3 0/3] send-email: add --mailmap support
 2024-08-28 21:23 UTC  (6+ 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

What's cooking in git.git (Aug 2024, #10; Tue, 27)
 2024-08-28 20:38 UTC  (2+ messages)
` Libification update (was: What's cooking in git.git (Aug 2024, #10; Tue, 27))

[PATCH v3 0/8] git-prompt: support more shells v3
 2024-08-28 19:54 UTC  (5+ messages)
` [PATCH v4 0/8] git-prompt: support more shells v4

[PATCH 0/6] unused parameters: the final countdown
 2024-08-28 19:53 UTC  (13+ 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

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2024-08-28 18:33 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
    ` [PATCH] fixup! "

[PATCH] reftable: mark unused parameters in empty iterator functions
 2024-08-28 18:10 UTC  (4+ messages)

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

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-08-28 16:31 UTC  (3+ messages)

Wrong error message when cloning from http gitlab (and everything still works anyway)
 2024-08-28 15:53 UTC  (3+ messages)

[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 

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

[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`

[PATCH v2 00/10] cat-file speedups
 2024-08-27 20:23 UTC  (22+ messages)
` [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 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  (17+ messages)
` [GSoC][PATCH v2 "
  ` [PATCH v2 2/6] t: harmonize t-reftable-stack.c with coding guidelines
  ` [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] 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  (4+ messages)

[GSoC][PATCH v2] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-08-25 10:45 UTC  (4+ messages)
` [GSoC][PATCH v3] "


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