git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-23 21:15:25 to 2025-01-28 08:28:29 UTC [more...]

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-01-28  8:28 UTC  (43+ messages)
` [PATCH 01/19] reftable/stack: stop using `read_in_full()`
` [PATCH 02/19] reftable/stack: stop using `write_in_full()`
` [PATCH 03/19] reftable/blocksource: stop using `xmmap()`
` [PATCH 04/19] reftable/record: stop using `COPY_ARRAY()`
` [PATCH 05/19] reftable/record: stop using `BUG()` in `reftable_record_init()`
` [PATCH 06/19] reftable/record: don't `BUG()` in `reftable_record_cmp()`
` [PATCH 07/19] reftable: stop using `BUG()` in trivial cases
` [PATCH 08/19] reftable/basics: stop using `st_mult()` in array allocators
` [PATCH 09/19] reftable/basics: provide wrappers for big endian conversion
` [PATCH 10/19] reftable/reader: stop using `ARRAY_SIZE()` macro
` [PATCH 11/19] reftable/system: introduce `reftable_rand()`
` [PATCH 12/19] reftable/stack: stop using `sleep_millisec()`
` [PATCH 13/19] reftable/basics: stop using `SWAP()` macro
` [PATCH 14/19] reftable/basics: stop using `UNUSED` annotation
` [PATCH 15/19] compat/mingw: split out POSIX-related bits
` [PATCH 16/19] compat/msvc: "
` [PATCH 17/19] git-compat-util.h: split out POSIX-emulating bits
` [PATCH 18/19] reftable: decouple from Git codebase by pulling in "compat/posix.h"
` [PATCH 19/19] Makefile: skip reftable library for Coccinelle
` [PATCH v2 00/20] reftable: stop using "git-compat-util.h"
  ` [PATCH v2 01/20] reftable/stack: stop using `read_in_full()`
  ` [PATCH v2 02/20] reftable/stack: stop using `write_in_full()`
  ` [PATCH v2 03/20] reftable/blocksource: stop using `xmmap()`
  ` [PATCH v2 04/20] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v2 05/20] reftable/record: stop using `BUG()` in `reftable_record_init()`
  ` [PATCH v2 06/20] reftable/record: don't `BUG()` in `reftable_record_cmp()`
  ` [PATCH v2 07/20] reftable: stop using `BUG()` in trivial cases
  ` [PATCH v2 08/20] reftable/basics: stop using `st_mult()` in array allocators
  ` [PATCH v2 09/20] reftable/basics: provide wrappers for big endian conversion
  ` [PATCH v2 10/20] reftable/reader: stop using `ARRAY_SIZE()` macro
  ` [PATCH v2 11/20] reftable/system: introduce `reftable_rand()`
  ` [PATCH v2 12/20] reftable/stack: stop using `sleep_millisec()`
  ` [PATCH v2 13/20] reftable/basics: stop using `SWAP()` macro
  ` [PATCH v2 14/20] reftable/basics: stop using `UNUSED` annotation
  ` [PATCH v2 15/20] compat: consistently resolve headers via project root

[PATCH] reftable: ignore file-in-use errors when unlink(3p) fails on Windows
 2025-01-28  7:17 UTC  (11+ messages)

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2025-01-28  4:56 UTC  (11+ messages)
` [PATCH v6 0/5] Introduce libgit-rs, "
  ` [PATCH v6 2/5] libgit-sys: introduce Rust wrapper for libgit.a
` [PATCH v7 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a
  ` [PATCH v7 1/4] common-main: split init and exit code into new files
  ` [PATCH v7 2/4] libgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v7 3/4] libgit-sys: also export some config_set functions
  ` [PATCH v7 4/4] libgit: add higher-level libgit crate

[PATCH v2 0/4] Introduce a "promisor-remote" capability
 2025-01-28  0:01 UTC  (32+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] version: refactor strbuf_sanitize()
  ` [PATCH v3 2/5] strbuf: refactor strbuf_trim_trailing_ch()
  ` [PATCH v3 3/5] Add 'promisor-remote' capability to protocol v2
  ` [PATCH v3 5/5] doc: add technical design doc for large object promisors
  ` [PATCH v4 0/6] Introduce a "promisor-remote" capability
    ` [PATCH v4 1/6] version: replace manual ASCII checks with isprint() for clarity
    ` [PATCH v4 2/6] version: refactor redact_non_printables()
    ` [PATCH v4 3/6] version: make redact_non_printables() non-static
    ` [PATCH v4 4/6] Add 'promisor-remote' capability to protocol v2
    ` [PATCH v4 5/6] promisor-remote: check advertised name or URL
    ` [PATCH v4 6/6] doc: add technical design doc for large object promisors

[PATCH v2 0/8] pack-objects: Create an alternative name hash algorithm (recreated)
 2025-01-27 21:18 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/8] pack-objects: add --name-hash-version option
  ` [PATCH v3 8/8] pack-objects: add third name hash version
  ` [PATCH v4 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
    ` [PATCH v4 1/7] pack-objects: create new name-hash function version
    ` [PATCH v4 2/7] pack-objects: add --name-hash-version option
    ` [PATCH v4 3/7] repack: "
    ` [PATCH v4 4/7] pack-objects: add GIT_TEST_NAME_HASH_VERSION
    ` [PATCH v4 5/7] p5313: add size comparison test
    ` [PATCH v4 6/7] test-tool: add helper for name-hash values
    ` [PATCH v4 7/7] pack-objects: prevent name hash version change

fatal: Not a valid object name HEAD
 2025-01-27 20:18 UTC  (16+ messages)
` [PATCH] fetch set_head: fix non-mirror remotes in bare repositories
    ` [PATCH v2 1/2] fetch set_head: refactor to use remote directly
      ` [PATCH v2 2/2] fetch set_head: fix non-mirror remotes in bare repositories

[PATCH v2 0/3] refspec: centralize refspec-related logic
 2025-01-27 20:14 UTC  (9+ messages)
` [PATCH v2 1/3] refspec: relocate omit_name_by_refspec and related functions
` [PATCH v2 2/3] refspec: relocate query "
` [PATCH v2 3/3] refspec: relocate apply_refspecs and related funtions

Git 2.48. Changed behavior of the git fetch
 2025-01-27 16:36 UTC  (8+ messages)

[PATCH v2] reftable: write correct max_update_index to header
 2025-01-27 16:24 UTC  (6+ messages)
` [PATCH v3] refs: fix uninitialized memory access of `max_index`

[PATCH v4] refs/reftable: fix uninitialized memory access of `max_index`
 2025-01-27 16:22 UTC  (3+ messages)

[PATCH v3 2/4] date.c: Fix type conversation warnings from msvc
 2025-01-27 16:15 UTC  (3+ messages)

[PATCH v3 0/4] Fix type conversion Warings from msvc
 2025-01-27 16:10 UTC  (5+ messages)
` [PATCH v3 1/4] add-patch: Fix type conversion warnings "

[PATCH v2 0/6][Outreachy] Introduce os-version Capability with Configurable Options
 2025-01-27 15:26 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] version: replace manual ASCII checks with isprint() for clarity
  ` [PATCH v3 2/6] version: refactor redact_non_printables()
  ` [PATCH v3 3/6] version: refactor get_uname_info()
  ` [PATCH v3 4/6] version: extend get_uname_info() to hide system details
  ` [PATCH v3 5/6] t5701: add setup test to remove side-effect dependency
  ` [PATCH v3 6/6] connect: advertise OS version

Git in GSoC 2025
 2025-01-27 12:43 UTC  (4+ messages)

[PATCH 1/2] Check for Perl 5.26.0 from Meson build
 2025-01-27  7:39 UTC  (5+ messages)
` [PATCH v2 0/2] Fix Meson Perl version check
  ` [PATCH v2 1/2] meson: bump minimum required Perl version to 5.26.0
  ` [PATCH v2 2/2] meson: fix Perl version check for Meson versions before 1.7.0

[PATCH v3 4/4] commit.c: Fix type conversation warnings from msvc
 2025-01-27  7:26 UTC  (2+ messages)

[PATCH 00/10] A couple of CI improvements
 2025-01-27  7:00 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/10] t7422: fix flaky test caused by buffered stdout
  ` [PATCH v4 03/10] github: adapt containerized jobs to be rootless

Plz stop
 2025-01-27  2:09 UTC 

[PATCH v3 00/10] compat/zlib: allow use of zlib-ng as backend
 2025-01-27  0:58 UTC  (5+ messages)
` [PATCH v3 06/10] compat/zlib: provide stubs for `deflateSetHeader()`
` [PATCH v3 07/10] git-zlib: cast away potential constness of `next_in` pointer

"dubious owner" check not performed on linked worktrees
 2025-01-26 23:53 UTC 

[PATCH v3 3/4] apply.c : Fix type conversation warnings from msvc
 2025-01-26 12:59 UTC 

[PATCH] bundle: avoid closing file descriptor twice
 2025-01-26  2:49 UTC  (2+ messages)

Proposal: "GitPanel" Project Contribution
 2025-01-25 21:16 UTC  (2+ messages)

[PATCH] send-email: implement SMTP bearer authentication
 2025-01-25 19:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] docs: indicate http.sslCertType and sslKeyType
 2025-01-25  6:38 UTC  (4+ messages)

Subject: [PATCH] RelNotes/2.49.0: improve a description
 2025-01-24 22:16 UTC 

Bug report: parallel fetch tries to unlock SSH keys over and over again
 2025-01-24 20:34 UTC  (4+ messages)

Authtype capability for git-credential-osxkeychain, git-credential-libsecret and git-credential-wincred
 2025-01-24 20:32 UTC 

What's cooking in git.git (Jan 2025, #07; Fri, 24)
 2025-01-24 20:19 UTC 

[PATCH] config.txt: add trailer.* variables
 2025-01-24 17:44 UTC  (4+ messages)

[RFC PATCH 0/3] refspec: centralize refspec-related logic
 2025-01-24 17:25 UTC  (9+ messages)
` [RFC PATCH 1/3] refspec: relocate omit_name_by_refspec and related functions
` [RFC PATCH 2/3] refspec: relocate query "
` [RFC PATCH 3/3] refspec: relocate apply_refspecs and related funtions

What's cooking in git.git (Jan 2025, #05; Fri, 17)
 2025-01-24 17:06 UTC  (13+ messages)

What's cooking in git.git (Jan 2025, #06; Wed, 22)
 2025-01-24 17:05 UTC  (5+ messages)

[PATCH v2 0/5] pack-write: cleanup usage of global variables
 2025-01-24 15:47 UTC  (4+ messages)
` [PATCH v3 "

Bug in 2.48 with `git refs migrate`
 2025-01-24 15:25 UTC  (5+ messages)
` [PATCH v2] reftable: write correct max_update_index to header

[PATCH] refs: fix creation of corrupted reflogs for symrefs
 2025-01-24 10:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/10] add more ref consistency checks
 2025-01-24  7:54 UTC  (9+ messages)
` [PATCH 01/10] files-backend: add object check for regular ref
` [PATCH 04/10] packed-backend: add "packed-refs" header consistency check

[PATCH v3] gc: add `--expire-to` option
 2025-01-24  7:49 UTC  (2+ messages)
` [PATCH v4] "

unlink errors under windows in git pack-refs
 2025-01-24  6:36 UTC  (2+ messages)

[PATCH] trace2: prevent segfault on config collection where no value specified
 2025-01-23 21:15 UTC  (8+ messages)
` [PATCH v2] "


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