git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-16 02:05:22 to 2025-01-17 21:31:50 UTC [more...]

[PATCH v3 0/6] Send help text from "git cmd -h" to stdout
 2025-01-17 21:31 UTC  (27+ messages)
` [PATCH v3 4/6] usage: add show_usage_and_exit_if_asked()
` [PATCH v3 5/6] oddballs: send usage() help text to standard output
` [PATCH v3 6/6] builtin: "
` [PATCH v4 0/6] Send help text from "git cmd -h" to stdout
  ` [PATCH v4 1/6] t0012: optionally check that "-h" output goes "
  ` [PATCH v4 2/6] parse-options: add show_usage_with_options_if_asked()
  ` [PATCH v4 3/6] usage: add show_usage_if_asked()
  ` [PATCH v4 4/6] builtins: send usage_with_options() help text to standard output
  ` [PATCH v4 5/6] oddballs: send usage() "
  ` [PATCH v4 6/6] builtin: "
  ` [PATCH v5 0/6] Send help text from "git cmd -h" to stdout

[PATCH 0/6] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
 2025-01-17 21:30 UTC  (12+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] csum-file: store the hash algorithm as a struct field
  ` [PATCH v2 4/8] hash.h: introduce `unsafe_hash_algo()`
  ` [PATCH v2 7/8] csum-file: introduce hashfile_checkpoint_init()

[PATCH] connect: address -Wsign-compare warnings
 2025-01-17 21:21 UTC  (5+ messages)

[PATCH 0/4][Outreachy] Introduce os-version Capability with Configurable Options
 2025-01-17 19:48 UTC  (13+ messages)
` [PATCH v2 0/6][Outreachy] "
  ` [PATCH v2 1/6] version: refactor redact_non_printables()
  ` [PATCH v2 2/6] version: refactor get_uname_info()
  ` [PATCH v2 3/6] version: extend get_uname_info() to hide system details
  ` [PATCH v2 4/6] t5701: add setup test to remove side-effect dependency
  ` [PATCH v2 5/6] connect: advertise OS version
  ` [PATCH v2 6/6] version: introduce osversion.command config for os-version output

[PATCH] grep: document negated line-number, column long options
 2025-01-17 18:09 UTC  (7+ messages)
    ` [PATCH v2] gitcli: document that command line trumps config and env

[PATCH 0/5] pack-write: cleanup usage of global variables
 2025-01-17 18:06 UTC  (26+ messages)
` [PATCH 1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()`
` [PATCH 2/5] pack-write: pass repository to `index_pack_lockfile()`
` [PATCH 3/5] pack-write: pass hash_algo to `write_idx_file()`
` [PATCH 4/5] pack-write: pass hash_algo to `write_rev_file()`
` [PATCH 5/5] pack-write: pass hash_algo to `write_rev_*()`
` [PATCH v2 0/5] pack-write: cleanup usage of global variables
  ` [PATCH v2 1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()`
  ` [PATCH v2 2/5] pack-write: pass repository to `index_pack_lockfile()`
  ` [PATCH v2 3/5] pack-write: pass hash_algo to `write_idx_file()`
  ` [PATCH v2 4/5] pack-write: pass hash_algo to `write_rev_file()`
  ` [PATCH v2 5/5] pack-write: pass hash_algo to internal functions

[bug] "git bisect old v3.0" takes 21 mins on Linux repo
 2025-01-17 16:50 UTC  (9+ messages)

[BUG] git crashes with a SIGBUS on sparc64 during pull
 2025-01-17 15:55 UTC  (7+ messages)
    ` [PATCH 1/3] packfile: factor out --pack_header argument parsing
    ` [PATCH 2/3] parse_pack_header_option(): avoid unaligned memory writes
    ` [PATCH 3/3] index-pack, unpack-objects: use skip_prefix to avoid magic number

[PATCH 00/10] add more ref consistency checks
 2025-01-17 14:35 UTC  (25+ messages)
` [PATCH 01/10] files-backend: add object check for regular ref
` [PATCH 02/10] builtin/refs.h: get worktrees without reading head info
` [PATCH 03/10] packed-backend: check whether the "packed-refs" is regular
` [PATCH 04/10] packed-backend: add "packed-refs" header consistency check
` [PATCH 05/10] packed-backend: check whether the refname contains NULL binaries
` [PATCH 06/10] packed-backend: add "packed-refs" entry consistency check
` [PATCH 07/10] packed-backend: create "fsck_packed_ref_entry" to store parsing info
` [PATCH 08/10] packed-backend: add check for object consistency
` [PATCH 09/10] packed-backend: check whether the "packed-refs" is sorted

[PATCH 0/4] t/unit-tests: convert unit-tests to use clar
 2025-01-17 13:36 UTC  (22+ messages)
` [PATCH 1/4] t/unit-tests: handle dashes in test suite filenames
` [PATCH 2/4] t/unit-tests: convert mem-pool test to use clar test framework
` [PATCH 3/4] t/unit-tests: adapt priority queue "
` [PATCH 4/4] t/unit-tests: convert reftable tree "
` [PATCH v2 0/4] t/unit-tests: convert unit-tests to use clar
  ` [PATCH v2 1/4] t/unit-tests: handle dashes in test suite filenames
  ` [PATCH v2 2/4] t/unit-tests: convert mem-pool test to use clar test framework
  ` [PATCH v2 3/4] t/unit-tests: adapt priority queue "
  ` [PATCH v2 4/4] t/unit-tests: convert reftable tree "
  ` t/unit-tests: convert unit-tests to use clar
    ` [PATCH v3 1/4] t/unit-tests: handle dashes in test suite filenames
    ` [PATCH v3 2/4] t/unit-tests: convert mem-pool test to use clar test framework
    ` [PATCH v3 3/4] t/unit-tests: adapt priority queue "
    ` [PATCH v3 4/4] t/unit-tests: convert reftable tree "

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

[PATCH 0/3] contrib/subtree: doc fixes and support for Meson
 2025-01-17  9:56 UTC  (4+ messages)
` [PATCH 1/3] contrib/subtree: fix building docs
` [PATCH 2/3] meson: introduce build option for contrib
` [PATCH 3/3] meson: wire up the git-subtree(1) command

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2025-01-17  9:44 UTC  (7+ messages)
` [PATCH v6 0/5] Introduce libgit-rs, "
  ` [PATCH v6 1/5] common-main: split init and exit code into new files

[PATCH 0/3] refs: small followups to the migration corruption fix
 2025-01-17  9:29 UTC  (6+ messages)
` [PATCH 1/3] refs: mark `ref_transaction_update_reflog()` as static
` [PATCH 2/3] refs: use 'uint64_t' for 'ref_update.index'
` [PATCH 3/3] reftable: prevent 'update_index' changes after header write

[PATCH v9 00/23] Modernize the build system
 2025-01-17  9:04 UTC  (4+ messages)
` [PATCH v9 06/23] Makefile: generate doc versions via GIT-VERSION-GEN

Bug in 2.48 with `git refs migrate`
 2025-01-17  6:17 UTC  (10+ messages)

[PATCH 00/10] reftable: fix -Wsign-compare warnings
 2025-01-17  6:10 UTC  (13+ messages)
` [PATCH 01/10] meson: stop disabling -Wsign-compare
` [PATCH 02/10] reftable/record: drop unused `print` function pointer
` [PATCH 03/10] reftable/record: handle overflows when decoding varints
` [PATCH 04/10] reftable/basics: adjust `common_prefix_size()` to return `size_t`
` [PATCH 05/10] reftable/basics: adjust `hash_size()` to return `uint32_t`
` [PATCH 06/10] reftable/block: adapt header and footer size to return a `size_t`
` [PATCH 07/10] reftable/block: adjust type of the restart length
` [PATCH 08/10] reftable/blocksource: adjust type of the block length
` [PATCH 09/10] reftable/blocksource: adjust `read_block()` to return `ssize_t`
` [PATCH 10/10] reftable: address trivial -Wsign-compare warnings

[PATCH] worktree: detect from secondary worktree if main worktree is bare
 2025-01-16 21:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] docs: add vim syntax modeline [RFC]
 2025-01-16 18:55 UTC  (4+ messages)

[PATCH v2 0/2] gc: add --expire-to option
 2025-01-16 18:23 UTC  (3+ messages)
` [PATCH v3] gc: add `--expire-to` option

[PATCH 0/5] PATH WALK III: Add 'git backfill' command
 2025-01-16 17:52 UTC  (12+ messages)
` [PATCH 1/5] backfill: add builtin boilerplate
` [PATCH v2 0/5] PATH WALK III: Add 'git backfill' command
  ` [PATCH v2 2/5] backfill: basic functionality and tests
  ` [PATCH v2 3/5] backfill: add --min-batch-size=<n> option
  ` [PATCH v2 4/5] backfill: add --sparse option

Bug sorting git branch output by ahead-behind:HEAD
 2025-01-16 17:31 UTC  (8+ messages)
` [PATCH] ref-filter: share bases and is_base_tips between formatting and sorting

What's cooking in git.git (Jan 2025, #04; Tue, 14)
 2025-01-16 16:48 UTC  (3+ messages)

[PATCH] meson: ensure correct version-def.h is used
 2025-01-16 15:57 UTC  (4+ messages)
` [PATCH v2] "

Git branch outputs usage message on stderr
 2025-01-16 10:24 UTC  (11+ messages)

[PATCH 0/3] Doc git commit
 2025-01-16 10:17 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 5/5] doc: migrate git-commit manpage secondary files to new format

[PATCH 0/3] Sanitize sideband channel messages
 2025-01-16  6:45 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).