git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 13:25:23 to 2024-10-10 23:52:22 UTC [more...]

What's cooking in git.git (Oct 2024, #06; Thu, 10)
 2024-10-10 23:52 UTC 

minimum curl version effectively changed
 2024-10-10 21:52 UTC  (4+ messages)

[PATCH 0/3] fuzz: port OSS-Fuzz tests back to Git
 2024-10-10 21:34 UTC  (5+ messages)
` [PATCH 1/3] fuzz: port fuzz-credential-from-url-gently from OSS-Fuzz
` [PATCH 2/3] fuzz: port fuzz-parse-attr-line "
` [PATCH 3/3] fuzz: port fuzz-url-decode-mem "

[PATCH v2 0/4] Remove the_repository global for am, annotate, apply, archive builtins
 2024-10-10 21:13 UTC  (9+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] archive: remove the_repository global variable
  ` [PATCH v4 0/3] Remove the_repository global for am, annotate, apply, archive builtins
    ` [PATCH v4 1/3] git: pass in repo to builtin based on setup_git_directory_gently
    ` [PATCH v4 2/3] annotate: remove usage of the_repository global
    ` [PATCH v4 3/3] archive: remove the_repository global variable

[PATCH v4 0/5] improve handling of remote/HEAD
 2024-10-10 21:12 UTC  (24+ messages)
` [PATCH v5 1/6] refs_update_symref: atomically record overwritten ref
  ` [PATCH v5 2/6] set-head: add new variable for readability
  ` [PATCH v5 3/6] set-head: better output for --auto
  ` [PATCH v5 4/6] transaction: add TRANSACTION_CREATE_EXISTS error
  ` [PATCH v5 5/6] refs_update_symref: add create_only option
  ` [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist
      ` [PATCH v6 1/6] refs_update_symref: atomically record overwritten ref
        ` [PATCH v6 2/6] set-head: add new variable for readability
        ` [PATCH v6 3/6] set-head: better output for --auto
        ` [PATCH v6 4/6] transaction: add TRANSACTION_CREATE_EXISTS error
        ` [PATCH v6 5/6] refs_update_symref: add create_only option
        ` [PATCH v6 6/6] fetch: set remote/HEAD if it does not exist

[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
 2024-10-10 20:32 UTC  (16+ messages)
` [PATCH 01/11] pack-bitmap.c: do not pass `pack_pos` to `try_partial_reuse()`
` [PATCH 02/11] pack-bitmap.c: avoid unnecessary `offset_to_pack_pos()`
` [PATCH 03/11] pack-bitmap.c: delay calling 'offset_to_pack_pos()'
` [PATCH 04/11] pack-bitmap.c: compare `base_offset` to `delta_obj_offset`
` [PATCH 05/11] pack-bitmap.c: extract `find_base_bitmap_pos()`
` [PATCH 06/11] pack-bitmap: drop `from_midx` field from `bitmapped_pack`
` [PATCH 07/11] write_reused_pack_one(): translate bit positions directly
` [PATCH 08/11] t5332: enable OFS_DELTAs via test_pack_objects_reused
` [PATCH 09/11] pack-bitmap: enable cross-pack delta reuse
` [PATCH 10/11] pack-bitmap.c: record whether the result was filtered
` [PATCH 11/11] pack-bitmap: enable reusing deltas with base objects in 'haves' bitmap

[PATCH v3 0/3] Link worktrees with relative paths
 2024-10-10 20:24 UTC  (18+ messages)
` [PATCH v3 1/3] worktree: refactor infer_backlink() to use *strbuf
` [PATCH v3 2/3] worktree: link worktrees with relative paths

[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
 2024-10-10 20:09 UTC  (14+ messages)
` [PATCH 1/3] clang-format: don't enforce the column limit
` [PATCH 3/3] clang-format: align consecutive macro definitions
` [PATCH v2 0/3] clang-format: fix rules to make the CI job cleaner
  ` [PATCH v2 1/3] clang-format: change column limit to 96 characters
  ` [PATCH v2 2/3] clang-format: don't align expressions after linebreaks
  ` [PATCH v2 3/3] clang-format: align consecutive macro definitions

[PATCH] mimgw: remove Compiler Warnings
 2024-10-10 19:19 UTC  (10+ messages)
    ` [PATCH v2 1/1] "
        ` [PATCH] [PATCH] mimgw: Remove "

[PATCH] Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
 2024-10-10 18:52 UTC  (3+ messages)

[Outreachy][PATCH] t6050: avoid pipes in git related commands
 2024-10-10 18:51 UTC  (6+ messages)
` [Outreachy][PATCH v2] t6050: avoid pipes with downstream Git commands

[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
 2024-10-10 18:50 UTC  (3+ messages)

[PATCH] bundle-uri: plug leak in unbundle_from_file()
 2024-10-10 18:47 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] checkout: refer to other-worktree branch, not ref
 2024-10-10 18:39 UTC  (5+ messages)
` [PATCH v2] "

Bug: `git maintenance start` is likely broken in 2.47
 2024-10-10 17:09 UTC  (12+ messages)
` [PATCH] builtin/gc: fix crash when running `git maintenance start`
` [PATCH v2] "
` [PATCH v3] "

[OutReachy] Introduction and Contribution Phase
 2024-10-10 17:03 UTC  (4+ messages)

[PATCH v5 0/9] add ref content check for files backend
 2024-10-10 16:00 UTC  (9+ messages)
` [PATCH v5 3/9] ref: port git-fsck(1) regular refs "

[PATCH 0/7] Fix typos
 2024-10-10 15:14 UTC  (4+ messages)
` [PATCH 1/7] compat: fix typos

[PATCH v2 0/7] Fix typos
 2024-10-10 15:11 UTC  (8+ messages)
` [PATCH v2 1/7] compat: fix typos
` [PATCH v2 2/7] contrib: "
` [PATCH v2 3/7] git-gui: Fix typos
` [PATCH v2 4/7] t: fix typos
` [PATCH v2 5/7] t/perf: "
` [PATCH v2 6/7] t/unit-tests: "
` [PATCH v2 7/7] t/helper: fix a typo

Interest in a Git meetup in Bay Area, California?
 2024-10-10  6:53 UTC  (3+ messages)

[PATCH] loose: don't rely on repository global state
 2024-10-10  6:45 UTC  (4+ messages)

[PATCH 0/5] Wire up Windows-based jobs in GitLab CI
 2024-10-10  5:56 UTC  (8+ messages)
` [PATCH 1/5] t7300: work around platform-specific behaviour with long paths on MinGW
` [PATCH 2/5] ci: create script to set up Git for Windows SDK
` [PATCH 3/5] ci: handle Windows-based CI jobs in GitLab CI
` [PATCH 4/5] gitlab-ci: introduce stages and dependencies
` [PATCH 5/5] gitlab-ci: exercise Git on Windows

[RFC PATCH 00/21] Modernize the build system
 2024-10-10  5:49 UTC  (29+ messages)
` [RFC PATCH v2 00/24] Modernize our "
  ` [RFC PATCH v2 01/24] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE
  ` [RFC PATCH v2 02/24] t/test-lib: wire up NO_ICONV prerequisite
  ` [RFC PATCH v2 03/24] t/lib-gitweb: test against the build version of gitweb
  ` [RFC PATCH v2 04/24] t/lib-gpg: fix setup of GNUPGHOME in MinGW
  ` [RFC PATCH v2 05/24] t1401: make invocation of tar(1) work with Win32-provided one
  ` [RFC PATCH v2 06/24] t3404: work around platform-specific behaviour on macOS 10.15
  ` [RFC PATCH v2 07/24] t5500, t5601: skip tests which exercise paths with '[::1]' on Cygwin
  ` [RFC PATCH v2 08/24] t7300: work around platform-specific behaviour with long paths on MinGW
  ` [RFC PATCH v2 09/24] t/unit-tests: update clar unit test framework
  ` [RFC PATCH v2 10/24] builtin/credential-cache: fix missing parameter for stub function
  ` [RFC PATCH v2 11/24] http: fix build error on FreeBSD
  ` [RFC PATCH v2 12/24] Makefile: extract script to generate clar declarations
  ` [RFC PATCH v2 13/24] Makefile: extract script to massage Perl scripts
  ` [RFC PATCH v2 14/24] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [RFC PATCH v2 15/24] Makefile: refactor generators to be PWD-independent
  ` [RFC PATCH v2 16/24] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [RFC PATCH v2 17/24] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [RFC PATCH v2 18/24] Makefile: consistently use PERL_PATH
  ` [RFC PATCH v2 19/24] Makefile: allow "bin-wrappers/" directory to exist
  ` [RFC PATCH v2 20/24] Makefile: simplify building of templates
  ` [RFC PATCH v2 21/24] t: better support for out-of-tree builds
  ` [RFC PATCH v2 22/24] t: allow overriding build dir
  ` [RFC PATCH v2 23/24] Documentation: add comparison of build systems
  ` [RFC PATCH v2 24/24] Introduce support for the Meson build system

[Outreachy] Indication Of Interest To Intern At Git
 2024-10-10  4:35 UTC  (5+ messages)

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-10-10  0:52 UTC  (12+ messages)
` [PATCH v4 0/5] Introduce libgit-rs, "
  ` [PATCH v4 4/5] libgit: add higher-level libgit crate
  ` [PATCH v4 5/5] Makefile: add option to build and test libgit-rs and libgit-rs-sys

[PATCH 0/3] doc: merge-tree: improve the script example
 2024-10-10  0:01 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: merge-tree: provide a commit message
  ` [PATCH v3 0/1] doc: merge-tree: improve the script example
    ` [PATCH v3 1/1] doc: merge-tree: improve example script

Fwd: Git bug
 2024-10-09 20:20 UTC  (2+ messages)

[PATCH] documentation: add missing word "ref"
 2024-10-09 19:38 UTC  (2+ messages)

Missing Promisor Objects in Partial Repo Design Doc
 2024-10-09 18:53 UTC  (2+ messages)

nasamuffin unavailable 2024-10-28 - 2024-12-23
 2024-10-09 18:35 UTC 

[External] Re: Missing Promisor Objects in Partial Repo Design Doc
 2024-10-09 18:34 UTC  (2+ messages)

[PATCH v2] t7300-clean.sh: use test_path_* helper functions for error logging
 2024-10-09 18:24 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH v2 0/3] rebase-merges: try and use branch names for labels
 2024-10-09 17:57 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] rebase-merges: try and use branch names as labels

[RFC PATCH v2] submodule: correct remote name with fetch
 2024-10-09 17:51 UTC  (3+ messages)
` [PATCH v3] "

git-scm.com is now a static website
 2024-10-09 17:33 UTC  (5+ messages)

Bug: `git init` with hook `reference-transaction` running `git rev-parse --git-dir` fails
 2024-10-09 17:31 UTC  (9+ messages)

[PATCH] t7300-clean.sh: use test_path_* helper functions
 2024-10-09 17:31 UTC  (8+ 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).