git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-04 07:08:09 to 2025-03-06 15:10:36 UTC [more...]

[PATCH 00/12] Stop depending on `the_repository` in object-related subsystems
 2025-03-06 15:10 UTC  (24+ messages)
` [PATCH 01/12] csum-file: stop depending on `the_repository`
` [PATCH 02/12] object: "
` [PATCH 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH 05/12] pack-check: stop depending on `the_repository`
` [PATCH 08/12] object-file-convert: "
` [PATCH 09/12] delta-islands: "
` [PATCH 12/12] hash: stop depending on `the_repository` in `null_oid()`
` [PATCH v2 00/12] Stop depending on `the_repository` in object-related subsystems
  ` [PATCH v2 01/12] csum-file: stop depending on `the_repository`
  ` [PATCH v2 02/12] object: "
  ` [PATCH v2 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`

[PATCH 00/14] refs: batch refname availability checks
 2025-03-06 15:08 UTC  (31+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
  ` [PATCH v4 04/16] refs: introduce function to batch refname availability checks
  ` [PATCH v4 05/16] refs/reftable: "
  ` [PATCH v4 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v4 12/16] refs/iterator: implement seeking for reftable iterators
` [PATCH v5 00/16] refs: batch refname availability checks
  ` [PATCH v5 01/16] object-name: introduce `repo_get_oid_with_flags()`
  ` [PATCH v5 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
  ` [PATCH v5 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
  ` [PATCH v5 04/16] refs: introduce function to batch refname availability checks
  ` [PATCH v5 05/16] refs/reftable: "
  ` [PATCH v5 06/16] refs/files: batch refname availability checks for normal transactions
  ` [PATCH v5 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v5 08/16] refs: stop re-verifying common prefixes for availability
  ` [PATCH v5 09/16] refs/iterator: separate lifecycle from iteration
  ` [PATCH v5 10/16] refs/iterator: provide infrastructure to re-seek iterators
  ` [PATCH v5 11/16] refs/iterator: implement seeking for merged iterators
  ` [PATCH v5 12/16] refs/iterator: implement seeking for reftable iterators
  ` [PATCH v5 13/16] refs/iterator: implement seeking for ref-cache iterators
  ` [PATCH v5 14/16] refs/iterator: implement seeking for packed-ref iterators
  ` [PATCH v5 15/16] refs/iterator: implement seeking for files iterators
  ` [PATCH v5 16/16] refs: reuse iterators when determining refname availability

[PATCH 0/2] refs: a couple of --exclude fixes
 2025-03-06 14:54 UTC  (5+ messages)
` [PATCH 1/2] refs.c: remove empty '--exclude' patterns
` [PATCH 2/2] refs.c: unify '--exclude' behavior between files and packed backends

[GSoC PATCH] reftable: return proper error code from block_writer_add()
 2025-03-06 14:43 UTC  (2+ messages)

[PATCH v2 00/12][Outreachy] stop using the_repository global variable
 2025-03-06 14:35 UTC  (10+ messages)
` [Outreachy PATCH v3 0/8] "
  ` [PATCH v3 1/8] config: teach repo_config to allow `repo` to be NULL
  ` [PATCH v3 2/8] builtin/verify-tag: stop using `the_repository`
  ` [PATCH v3 3/8] builtin/verify-commit: "
  ` [PATCH v3 4/8] builtin/send-pack: "
  ` [PATCH v3 5/8] builtin/pack-refs: "
  ` [PATCH v3 6/8] builtin/ls-files: "
  ` [PATCH v3 7/8] builtin/for-each-ref: "
  ` [PATCH v3 8/8] builtin/checkout-index: "

[GSoC] Introduction and get-send-email Microproject Plan
 2025-03-06 12:35 UTC  (2+ messages)

[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0
 2025-03-06 12:26 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] ident: stop assuming that `gw_gecos` is writable
  ` [PATCH v2 2/3] meson: fix sorting
  ` [PATCH v2 3/3] cmake: generalize the handling of the `CLAR_TEST_OBJS` list

[PATCH] ci: use Visual Studio for win+meson job on GitHub Workflows
 2025-03-06 11:31 UTC 

[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
 2025-03-06 10:37 UTC  (6+ messages)
` [PATCH 2/6] builtin/reflog: stop storing default reflog expiry dates globally
` [PATCH 3/6] builtin/reflog: stop storing per-reflog "

[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
 2025-03-06 10:31 UTC  (16+ messages)
` [PATCH 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH v2 0/2] pack-objects: freshen objects with multi-cruft packs
  ` [PATCH v2 1/2] builtin/repack.c: simplify cruft pack aggregation
  ` [PATCH v2 2/2] builtin/pack-objects.c: freshen objects from existing cruft packs
` [PATCH v3 0/1] pack-objects: freshen objects with multi-cruft packs
  ` [PATCH v3 1/1] builtin/pack-objects.c: freshen objects from existing cruft packs

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-03-06  9:46 UTC  (16+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] refs/files: remove redundant check in split_symref_update()
  ` [PATCH v3 2/8] refs: move duplicate refname update check to generic layer
  ` [PATCH v3 3/8] refs/files: remove duplicate duplicates check
  ` [PATCH v3 4/8] refs/reftable: extract code from the transaction preparation
  ` [PATCH v3 5/8] refs: introduce enum-based transaction error types
  ` [PATCH v3 6/8] refs: implement partial reference transaction support
  ` [PATCH v3 7/8] refs: support partial update rejections during F/D checks
  ` [PATCH v3 8/8] update-ref: add --allow-partial flag for stdin mode

[PATCH 0/2] describe and diff: implement --no-optional-locks
 2025-03-06  5:58 UTC  (3+ messages)
` [PATCH 1/2] describe: "
` [PATCH 2/2] diff: "

The transfer.hideRefs of the upload-pack process does not work properly
 2025-03-06  1:21 UTC  (10+ messages)

Suggestion: Enhance git init with Language-Specific Templates
 2025-03-06  0:04 UTC  (7+ messages)

[PATCH 0/3] completion: fix bugs with slashes in remote names
 2025-03-05 20:50 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] completion: add helper to count path components
  ` [PATCH v2 2/2] completion: fix bugs with slashes in remote names

[ANNOUNCE] Git for Windows 2.49.0-rc1
 2025-03-05 16:00 UTC  (2+ messages)

[PATCH] docs: fix repository-layout when building with breaking changes
 2025-03-05 15:53 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH] docs: fix check-docs with WITH_BREAKING_CHANGES

[GSoC][RFC PATCH 0/6] Add --subject-extra-prefix flag to format-patch
 2025-03-05 14:26 UTC  (8+ messages)

[PATCH v2 0/7] refs: introduce support for partial reference transactions
 2025-03-05 14:20 UTC  (6+ messages)
` [PATCH v2 6/7] refs: implement partial reference transaction support

Discuss GSOC: Refactoring in order to reduce Git’s global state
 2025-03-05 11:41 UTC  (2+ messages)

GIT-BUILD-OPTIONS can override manual invocations
 2025-03-05  7:57 UTC  (4+ messages)

meson build: datadir missing?
 2025-03-05  7:19 UTC  (4+ messages)

[ANNOUNCE] Git v2.49.0-rc1
 2025-03-05  1:05 UTC  (4+ messages)

Failing to apply patch generated with BSD (MacOS) diff -- multiple No newline at end of file
 2025-03-04 23:24 UTC 

[PATCH] help: add prompt-yes setting for autocorrect
 2025-03-04 22:33 UTC  (3+ messages)
  ` [PREVIEW v2] "

[PATCH 0/10] some zlib inflating bug fixes
 2025-03-04 21:32 UTC  (14+ messages)
` [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type
` [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity

[Feature Request] Negated non-wildcard patterns in excluded directories in `.gitignore`
 2025-03-04 19:17 UTC 

[GSOC][PATCH 0/1] t1403: prefer test_path_exists helper function
 2025-03-04 18:30 UTC  (31+ messages)
` [PATCH 1/1] "
` [GSOC][PATCH v2 0/1] t1403: verify path exists and is a file
  ` [GSOC][PATCH v3 "
    ` [PATCH v3 1/1] t1403: verify that "
    ` [PATCH v4 0/1] t1403: verify "
      ` [PATCH v4 1/1] t1403: verify that "
` [PATCH v2 "

[PATCH 0/2] t/unit-tests: convert unit-tests to use clar
 2025-03-04 17:59 UTC  (4+ messages)
` [PATCH 1/2] t/unit-tests: convert trailer test "
` [PATCH 2/2] t/unit-tests: convert urlmatch-normalization test to clar

What's cooking in git.git (Mar 2025, #01; Tue, 4)
 2025-03-04 17:49 UTC 

What's cooking in git.git (Mar 2025, #01; Tue, 4)
 2025-03-04 17:45 UTC 

[GSoC] Introduction and dev environment setup help
 2025-03-04 17:08 UTC  (3+ messages)

Subject: Memory Leak vulnerability in reftable/readwrite_test.c
 2025-03-04 16:11 UTC  (5+ messages)
    ` [PATCH v2] reftable: release name on reftable_reader_new() error

[BUG/WIP PATCH] unit-tests: use clean test environment
 2025-03-04 15:54 UTC  (9+ messages)

What's cooking in git.git (Feb 2025, #09; Fri, 28)
 2025-03-04 15:30 UTC  (11+ messages)
  ` ps/reftable-sans-compat-util, was "

[PATCH v2] gitk: added external diff file rename detection
 2025-03-04 13:01 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] add -p: a couple of hunk splitting fixes
 2025-03-04 10:25 UTC  (10+ messages)
` [PATCH 1/2] add -p: mark split hunks as undecided

[PATCH] meson: distinguish build and target host binaries
 2025-03-04  9:07 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).