git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-28 08:41:36 to 2025-01-31 10:53:35 UTC [more...]

[PATCH 0/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
 2025-01-31 10:53 UTC  (7+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 1/8] t5504: modernize test by moving heredocs into test bodies
  ` [PATCH v4 2/8] t5548: refactor to reuse setup_upstream() function
  ` [PATCH v4 3/8] t5548: refactor test cases by resetting upstream
  ` [PATCH v4 4/8] t5548: add new porcelain test cases
  ` [PATCH v4 5/8] t5548: add porcelain push test cases for dry-run mode

[PATCH] worktree: detect from secondary worktree if main worktree is bare
 2025-01-31  7:05 UTC  (9+ messages)
` [PATCH v2] "

Git in GSoC 2025
 2025-01-31  4:51 UTC  (17+ messages)

[PATCH 0/7] fsmonitor: completing a stale patch that Implements fsmonitor for Linux
 2025-01-31  3:28 UTC  (2+ messages)

[PATCH 0/3] setup: fix reinit of repos with different formats
 2025-01-30 23:58 UTC  (6+ messages)
` [PATCH 1/3] t0001: remove duplicate test
` [PATCH 2/3] setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
` [PATCH 3/3] setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH

[RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2025-01-30 22:32 UTC  (2+ messages)

[PATCH] docs: indicate http.sslCertType and sslKeyType
 2025-01-30 22:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] apply: detect overflow when parsing hunk header
 2025-01-30 22:17 UTC  (2+ messages)

[BUG] PREFIX environment variable ignored by git config --system
 2025-01-30 21:57 UTC  (15+ messages)

Draft of Git Rev News edition 119
 2025-01-30 21:18 UTC 

[ANNOUNCE] tig-2.5.11
 2025-01-30 20:00 UTC 

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2025-01-30 19:32 UTC  (29+ messages)
` [PATCH v7 0/4] Introduce libgit-rs, "
  ` [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 v8 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a
  ` [PATCH v8 1/4] common-main: split init and exit code into new files
  ` [PATCH v8 2/4] libgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v8 3/4] libgit-sys: also export some config_set functions
  ` [PATCH v8 4/4] libgit: add higher-level libgit crate
` [PATCH v9 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a
  ` [PATCH v9 1/4] common-main: split init and exit code into new files
  ` [PATCH v9 2/4] libgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v9 3/4] libgit-sys: also export some config_set functions
  ` [PATCH v9 4/4] libgit: add higher-level libgit crate

[PATCH v3 0/4] Fix type conversion Warings from msvc
 2025-01-30 19:24 UTC  (6+ messages)
` [PATCH v3 1/4] add-patch: Fix type conversion warnings "

[PATCH 0/2] Plug two memory leaks exposed via Meson
 2025-01-30 19:19 UTC  (13+ messages)
` [PATCH 1/2] unix-socket: fix memory leak when chdir(3p) fails
` [PATCH 2/2] scalar: free result of `remote_default_branch()`
` [PATCH v2 0/2] Plug two memory leaks exposed via Meson
  ` [PATCH v2 1/2] unix-socket: fix memory leak when chdir(3p) fails
  ` [PATCH v2 2/2] scalar: free result of `remote_default_branch()`

[PATCH 00/10] add more ref consistency checks
 2025-01-30 19:03 UTC  (16+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] t0602: use subshell to ensure working directory unchanged
  ` [PATCH v2 2/8] builtin/refs: get worktrees without reading head info
  ` [PATCH v2 3/8] packed-backend: check whether the "packed-refs" is regular
  ` [PATCH v2 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v2 5/8] packed-backend: check whether the refname contains NUL characters
  ` [PATCH v2 6/8] packed-backend: add "packed-refs" entry consistency check
  ` [PATCH v2 7/8] packed-backend: check whether the "packed-refs" is sorted
  ` [PATCH v2 8/8] builtin/fsck: add `git refs verify` child process

What's cooking in git.git (Jan 2025, #07; Fri, 24)
 2025-01-30 17:26 UTC  (9+ messages)

Feature idea: Git hook for pre-checkout
 2025-01-30 17:25 UTC  (4+ messages)

[PATCH 00/11] meson: cleanups, improvements, smallish fixes
 2025-01-30 14:44 UTC  (31+ messages)
` [PATCH 01/11] meson: fix exec path with enabled runtime prefix
` [PATCH 02/11] meson: inline the static 'git' library
` [PATCH 03/11] meson: simplify use of the common-main library
` [PATCH 04/11] meson: stop linking libcurl into all executables
` [PATCH 05/11] meson: introduce `libgit_curl` dependency
` [PATCH 06/11] meson: drop separate version library
` [PATCH 07/11] meson: deduplicate the list of required programs
` [PATCH 08/11] meson: simplify setup of PATH environment variable
` [PATCH 09/11] meson: prevent finding sed(1) in a loop
` [PATCH 10/11] meson: fix overwritten `git` variable
` [PATCH 11/11] meson: consistently use custom program paths to resolve programs
` [PATCH v2 00/13] meson: cleanups, improvements, smallish fixes
  ` [PATCH v2 01/13] meson: fix exec path with enabled runtime prefix
  ` [PATCH v2 02/13] meson: fix OpenSSL fallback when not explicitly required
  ` [PATCH v2 03/13] meson: inline the static 'git' library
  ` [PATCH v2 04/13] meson: simplify use of the common-main library
  ` [PATCH v2 05/13] meson: introduce `libgit_curl` dependency
  ` [PATCH v2 06/13] meson: stop linking libcurl into all executables
  ` [PATCH v2 07/13] meson: drop separate version library
  ` [PATCH v2 08/13] meson: improve PATH handling
  ` [PATCH v2 09/13] meson: improve handling of `sane_tool_path` option
  ` [PATCH v2 10/13] meson: prevent finding sed(1) in a loop
  ` [PATCH v2 11/13] meson: fix overwritten `git` variable
  ` [PATCH v2 12/13] meson: consistently use custom program paths to resolve programs
  ` [PATCH v2 13/13] gitlab-ci: restrict maximum number of link jobs on Windows

[PATCH v3 0/5] Introduce a "promisor-remote" capability
 2025-01-30 10:51 UTC  (9+ messages)
` [PATCH v4 0/6] "
  ` [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 0/4] t/unit-tests: convert unit-tests to use clar
 2025-01-30  9:13 UTC  (5+ messages)
` [PATCH 1/4] t/unit-tests: convert hashmap test to clar framework
` [PATCH 2/4] t/unit-tests: adapt example decorate "
` [PATCH 3/4] t/unit-tests: convert strbuf "
` [PATCH 4/4] t/unit-tests: convert strcmp-offset "

[RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2025-01-30  8:09 UTC  (3+ messages)

What's cooking in git.git (Jan 2025, #08; Tue, 28)
 2025-01-30  5:43 UTC  (5+ messages)

Tags are no longer fetched when fetching specific commit
 2025-01-30  3:49 UTC 

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

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-01-29 15:46 UTC  (18+ messages)
` [PATCH 01/19] reftable/stack: stop using `read_in_full()`
` [PATCH v2 00/20] reftable: stop using "git-compat-util.h"
  ` [PATCH v2 04/20] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v2 15/20] compat: consistently resolve headers via project root

[PATCH v3 0/8] pack-objects: Create an alternative name hash algorithm (recreated)
 2025-01-29 13:38 UTC  (5+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 2/7] pack-objects: add --name-hash-version option

git diff -G: Regex pattern to exclude a word
 2025-01-29 11:01 UTC  (2+ messages)

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

[PATCH v2 0/3] refspec: centralize refspec-related logic
 2025-01-29  7:03 UTC  (12+ 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

[PATCH 0/8] compat/zlib: allow use of zlib-ng as backend
 2025-01-28 20:50 UTC  (11+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 03/10] compat: introduce new "zlib.h" header
  ` [PATCH v4 04/10] git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
  ` [PATCH v4 05/10] compat/zlib: provide `deflateBound()` shim centrally
  ` [PATCH v4 06/10] compat/zlib: provide stubs for `deflateSetHeader()`
  ` [PATCH v4 07/10] git-zlib: cast away potential constness of `next_in` pointer
  ` [PATCH v4 08/10] compat/zlib: allow use of zlib-ng as backend
  ` [PATCH v4 09/10] ci: switch linux-musl to use Meson
  ` [PATCH v4 10/10] ci: make "linux-musl" job use zlib-ng

[filter-repo PATCH] Don't crash on multi-line config values
 2025-01-28 18:30 UTC  (3+ messages)

[PATCH 0/3] Sanitize sideband channel messages
 2025-01-28 16:03 UTC  (4+ messages)

Proposal: "GitPanel" Project Contribution
 2025-01-28  9:56 UTC  (3+ messages)

[PATCH v3 2/4] date.c: Fix type conversation warnings from msvc
 2025-01-28  8:45 UTC  (4+ 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).