git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-16 23:00:48 to 2025-01-20 12:18:18 UTC [more...]

[PATCH 0/3] refs: small followups to the migration corruption fix
 2025-01-20 12:18 UTC  (9+ 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 v2] t8002: fix ambiguous printf conversion specifications
 2025-01-20 11:41 UTC 

Git in GSoC 2025
 2025-01-20 11:09 UTC  (5+ messages)

[PATCH] t8002-blame: simplify padding generation in blank boundary tests
 2025-01-20 10:47 UTC  (5+ messages)

[PATCH 0/4] t/unit-tests: convert unit-tests to use clar
 2025-01-20 10:22 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t/unit-tests: handle dashes in test suite filenames
  ` 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 00/10] reftable: fix -Wsign-compare warnings
 2025-01-20 10:07 UTC  (7+ messages)
` [PATCH 03/10] reftable/record: handle overflows when decoding varints
` [PATCH 10/10] reftable: address trivial -Wsign-compare warnings

Bug-Report: Git automerge merges in old content not present on the latest commit of both branches
 2025-01-20  8:16 UTC 

[PATCH] connect: address -Wsign-compare warnings
 2025-01-20  7:58 UTC  (6+ messages)

What's cooking in git.git (Jan 2025, #05; Fri, 17)
 2025-01-20  7:54 UTC  (7+ messages)
  ` [PATCH] help: make help.autocorrect = 1 the same as "prompt"

[PATCH 0/5] remote: announce removal of "branches/" and "remotes/"
 2025-01-20  7:43 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] Makefile: wire up build option for deprecated features
  ` [PATCH v3 2/5] ci: merge linux-gcc-default into linux-gcc
  ` [PATCH v3 3/5] ci: repurpose "linux-gcc" job for deprecations
  ` [PATCH v3 4/5] builtin/pack-redundant: remove subcommand with breaking changes
  ` [PATCH v3 5/5] remote: announce removal of "branches/" and "remotes/"

[PATCH 0/5] Convert AsciiDoc files to .adoc extension
 2025-01-20  1:56 UTC  (6+ messages)
` [PATCH 1/5] doc: update gitignore for "
` [PATCH 2/5] editorconfig: add "
` [PATCH 3/5] gitattributes: mark AsciiDoc files as LF-only
` [PATCH 4/5] doc: use .adoc extension for AsciiDoc files
` [PATCH 5/5] Remove obsolete ".txt" extensions "

Rebase
 2025-01-20  1:32 UTC  (5+ messages)

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

[PATCH] worktree: detect from secondary worktree if main worktree is bare
 2025-01-19 22:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] PATH WALK III: Add 'git backfill' command
 2025-01-19 17:57 UTC  (6+ messages)
` [PATCH 3/5] backfill: add --batch-size=<n> option
` [PATCH v2 0/5] PATH WALK III: Add 'git backfill' command

[BUG] git crashes with a SIGBUS on sparc64 during pull
 2025-01-19 13:25 UTC  (20+ 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 v2 0/5] git crashes with a SIGBUS on sparc64 during pull
        ` [PATCH v2 1/5] bswap.h: squelch potential sparse -Wcast-truncate warnings
        ` [PATCH v2 2/5] packfile: factor out --pack_header argument parsing
        ` [PATCH v2 3/5] parse_pack_header_option(): avoid unaligned memory writes
        ` [PATCH v2 4/5] index-pack, unpack-objects: use get_be32() for reading pack header
        ` [PATCH v2 5/5] index-pack, unpack-objects: use skip_prefix to avoid magic number

Bug sorting git branch output by ahead-behind:HEAD
 2025-01-19 12:40 UTC  (16+ messages)
` [PATCH] ref-filter: share bases and is_base_tips between formatting and sorting
  ` [PATCH v2 1/3] ref-filter: move ahead-behind bases into used_atom
  ` [PATCH v2 2/3] ref-filter: move is-base tip to used_atom
  ` [PATCH v2 3/3] ref-filter: remove ref_format_clear()

Erase a commit from a git repository
 2025-01-19 11:21 UTC  (2+ messages)

[PATCH 0/5] pack-write: cleanup usage of global variables
 2025-01-19 11:19 UTC  (28+ messages)
` [PATCH 2/5] pack-write: pass repository to `index_pack_lockfile()`
` [PATCH 3/5] pack-write: pass hash_algo to `write_idx_file()`
` [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
  ` [PATCH v3 0/5] pack-write: cleanup usage of global variables
    ` [PATCH v3 1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()`
    ` [PATCH v3 2/5] pack-write: pass repository to `index_pack_lockfile()`
    ` [PATCH v3 3/5] pack-write: pass hash_algo to `write_idx_file()`
    ` [PATCH v3 4/5] pack-write: pass hash_algo to `write_rev_file()`
    ` [PATCH v3 5/5] pack-write: pass hash_algo to internal functions

[PATCH 00/10] add more ref consistency checks
 2025-01-19  8:03 UTC  (19+ messages)
` [PATCH 01/10] files-backend: add object check for regular ref
` [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] git-diff: Introduce --index and deprecate --cached
 2025-01-19  5:56 UTC 

transfer.credentialsInUrl should warn about personal access tokens in user field #leftoverbits
 2025-01-18 20:33 UTC  (4+ messages)

[PATCH v4] credential-cache: respect request capabilities
 2025-01-18 20:14 UTC  (4+ messages)
` [PATCH v5] credential-cache: respect authtype capability

[PATCH 0/6] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
 2025-01-18 12:43 UTC  (24+ 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 v3 0/8] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
  ` [PATCH v3 1/8] t/helper/test-tool: implement sha1-unsafe helper
  ` [PATCH v3 2/8] csum-file: store the hash algorithm as a struct field
  ` [PATCH v3 3/8] csum-file.c: extract algop from hashfile_checksum_valid()
  ` [PATCH v3 4/8] hash.h: introduce `unsafe_hash_algo()`
  ` [PATCH v3 5/8] csum-file.c: use unsafe_hash_algo()
  ` [PATCH v3 6/8] t/helper/test-hash.c: "
  ` [PATCH v3 7/8] csum-file: introduce hashfile_checkpoint_init()
  ` [PATCH v3 8/8] hash.h: drop unsafe_ function variants

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

Introduction of GpluginLoader Plugin for Git
 2025-01-18  7:07 UTC 

[PATCH v2] help: interpret boolean string values for help.autocorrect
 2025-01-18  1:12 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 0/14] combine-diff cleanups
 2025-01-18  0:33 UTC  (3+ messages)
` [PATCH 11/14] tree-diff: drop list-tail argument to diff_tree_paths()

[PATCH 0/4][Outreachy] Introduce os-version Capability with Configurable Options
 2025-01-17 23:18 UTC  (21+ 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

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

[PATCH 0/8] compat/zlib: allow use of zlib-ng as backend
 2025-01-17 11:02 UTC  (4+ messages)
` [PATCH v3 00/10] "

[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 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  (6+ 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).