git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-21 14:57:22 to 2025-02-25 16:56:41 UTC [more...]

[PATCH v4 0/5] fast-export, fast-import: add support for signed-commits
 2025-02-25 16:56 UTC  (17+ messages)
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] git-fast-import.adoc: add missing LF in the BNF
  ` [PATCH v5 2/6] fast-export: fix missing whitespace after switch
  ` [PATCH v5 3/6] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
  ` [PATCH v5 4/6] git-fast-export.txt: clarify why 'verbatim' may not be a good idea
  ` [PATCH v5 5/6] fast-export: do not modify memory from get_commit_buffer
  ` [PATCH v5 6/6] fast-export, fast-import: add support for signed-commits

[GSoC][PATCH v3] merge-strategies.adoc: detail submodule merge
 2025-02-25 16:18 UTC 

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-02-25 14:59 UTC  (14+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] refs/files: remove redundant check in split_symref_update()
  ` [PATCH v2 2/7] refs: move duplicate refname update check to generic layer
  ` [PATCH v2 3/7] refs/files: remove duplicate duplicates check
  ` [PATCH v2 4/7] refs/reftable: extract code from the transaction preparation
  ` [PATCH v2 5/7] refs: introduce enum-based transaction error types
  ` [PATCH v2 6/7] refs: implement partial reference transaction support
  ` [PATCH v2 7/7] update-ref: add --allow-partial flag for stdin mode

[PATCH v4 0/8] add more ref consistency checks
 2025-02-25 13:22 UTC  (20+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/8] builtin/refs: get worktrees without reading head information
  ` [PATCH v5 3/8] packed-backend: check whether the "packed-refs" is regular file
  ` [PATCH v5 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v6 0/9] add more ref consistency checks
    ` [PATCH v6 1/9] t0602: use subshell to ensure working directory unchanged
    ` [PATCH v6 2/9] builtin/refs: get worktrees without reading head information
    ` [PATCH v6 3/9] packed-backend: check whether the "packed-refs" is regular file
    ` [PATCH v6 4/9] packed-backend: check if header starts with "# pack-refs with: "
    ` [PATCH v6 5/9] packed-backend: add "packed-refs" header consistency check
    ` [PATCH v6 6/9] packed-backend: check whether the refname contains NUL characters
    ` [PATCH v6 7/9] packed-backend: add "packed-refs" entry consistency check
    ` [PATCH v6 8/9] packed-backend: check whether the "packed-refs" is sorted
    ` [PATCH v6 9/9] builtin/fsck: add `git refs verify` child process

[PATCH] bundle-uri: copy all bundle references ino the refs/bundle space
 2025-02-25 13:19 UTC 

[GSOC][PATCH] apply: address -Wsign-comparison warnings
 2025-02-25 12:53 UTC  (7+ messages)

[PATCH v2 2/2] meson: fix Perl version check for Meson versions before 1.7.0
 2025-02-25 12:28 UTC  (4+ messages)
` [PATCH v3 0/2] Fix Meson Perl version check

[PATCH 00/14] refs: batch refname availability checks
 2025-02-25 12:07 UTC  (39+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 10/16] refs/iterator: provide infrastructure to re-seek iterators
  ` [PATCH v2 11/16] refs/iterator: implement seeking for merged iterators
  ` [PATCH v2 12/16] refs/iterator: implement seeking for reftable iterators
  ` [PATCH v2 13/16] refs/iterator: implement seeking for ref-cache iterators
  ` [PATCH v2 14/16] refs/iterator: implement seeking for `packed-ref` iterators
  ` [PATCH v2 16/16] refs: reuse iterators when determining refname availability
` [PATCH v3 00/16] refs: batch refname availability checks
  ` [PATCH v3 01/16] object-name: introduce `repo_get_oid_with_flags()`
  ` [PATCH v3 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
  ` [PATCH v3 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
  ` [PATCH v3 04/16] refs: introduce function to batch refname availability checks
  ` [PATCH v3 05/16] refs/reftable: "
  ` [PATCH v3 06/16] refs/files: batch refname availability checks for normal transactions
  ` [PATCH v3 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v3 08/16] refs: stop re-verifying common prefixes for availability
  ` [PATCH v3 09/16] refs/iterator: separate lifecycle from iteration
  ` [PATCH v3 10/16] refs/iterator: provide infrastructure to re-seek iterators
  ` [PATCH v3 11/16] refs/iterator: implement seeking for merged iterators
  ` [PATCH v3 12/16] refs/iterator: implement seeking for reftable iterators
  ` [PATCH v3 13/16] refs/iterator: implement seeking for ref-cache iterators
  ` [PATCH v3 14/16] refs/iterator: implement seeking for packed-ref iterators
  ` [PATCH v3 15/16] refs/iterator: implement seeking for files iterators
  ` [PATCH v3 16/16] refs: reuse iterators when determining refname availability

[PATCH 0/10] some zlib inflating bug fixes
 2025-02-25 11:42 UTC  (13+ messages)
` [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type
` [PATCH 02/10] unpack_loose_header(): simplify next_out assignment
` [PATCH 03/10] unpack_loose_header(): report headers without NUL as "bad"
` [PATCH 04/10] unpack_loose_header(): fix infinite loop on broken zlib input
` [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT
` [PATCH 06/10] unpack_loose_header(): avoid numeric comparison of zlib status
` [PATCH 07/10] unpack_loose_rest(): "
` [PATCH 08/10] unpack_loose_rest(): never clean up zstream
` [PATCH 09/10] unpack_loose_rest(): simplify error handling
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity

[PATCH 0/5] t/unit-tests: convert unit-tests to use clar
 2025-02-25 10:10 UTC  (21+ messages)
` [PATCH 2/5] t/unit-tests: convert oid-array test "
` [PATCH 3/5] t/unit-tests: convert oidmap "
` [PATCH v2 0/4] t/unit-tests: convert unit-tests "
  ` [PATCH v2 1/4] t/unit-tests: implement clar specific oid helper functions
  ` [PATCH v2 2/4] t/unit-tests: convert oid-array test to use clar test framework
  ` [PATCH v2 3/4] t/unit-tests: convert oidmap "
  ` [PATCH v2 4/4] t/unit-tests: convert oidtree "
  ` [PATCH v3 0/4] t/unit-tests: convert unit-tests to use clar
    ` [PATCH v3 1/4] t/unit-tests: implement clar specific oid helper functions
    ` [PATCH v3 2/4] t/unit-tests: convert oid-array test to use clar test framework
    ` [PATCH v3 3/4] t/unit-tests: convert oidmap "
    ` [PATCH v3 4/4] t/unit-tests: convert oidtree "

[PATCH v4 0/5] remote: announce removal of "branches/" and "remotes/"
 2025-02-25  7:58 UTC  (5+ messages)
` [PATCH v4 5/5] "

[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
 2025-02-25  6:59 UTC  (4+ messages)
` [PATCH 6/9] pack-bitmap: expose function to iterate over bitmapped objects

What's cooking in git.git (Feb 2025, #07; Mon, 24)
 2025-02-25  6:48 UTC  (2+ messages)

[PATCH v2 00/16] path: remove dependency on `the_repository`
 2025-02-25  6:24 UTC  (9+ messages)
` [PATCH v2 11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer

[PATCH 0/2] Documentation: fixups following followRemoteHEAD
 2025-02-25  2:58 UTC  (4+ messages)
` [PATCH 2/2] config/remote.txt: improve wording for 'remote.<name>.followRemoteHEAD'

git client erroneously downloads files when --filter=blob:none and filtering unsupported
 2025-02-25  1:32 UTC  (2+ messages)

[GSoC][RFC PATCH] show-branch: use commit-slab for flag storage
 2025-02-25  1:17 UTC  (5+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2025-02-24 23:47 UTC  (17+ messages)
` [PATCH v10 0/8] "
  ` [PATCH v10 8/8] "
` [PATCH v11 0/8] "
  ` [PATCH v11 1/8] git-compat-util: add strtoul_ul() with error handling
  ` [PATCH v11 2/8] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v11 3/8] t1006: split test utility functions into new "lib-cat-file.sh"
  ` [PATCH v11 4/8] fetch-pack: refactor packet writing
  ` [PATCH v11 5/8] fetch-pack: move fetch initialization
  ` [PATCH v11 6/8] serve: advertise object-info feature
  ` [PATCH v11 7/8] transport: add client support for object-info
  ` [PATCH v11 8/8] cat-file: add remote-object-info to batch-command

[Bug] git-http-push authentication fails using netrc-file since v2.46
 2025-02-24 22:09 UTC  (5+ messages)
` [PATCH 0/1] Fix netrc usage with WebDAV-based HTTP protocol
  ` [PATCH 1/1] http: allow using netrc for "

[PATCH] t/aggregate-results: fix paste(1) invocation
 2025-02-24 19:26 UTC 

Diff rename detection performance issues
 2025-02-24 17:50 UTC  (3+ messages)

[GSoC][PATCH v2] merge-strategies.adoc: detail submodule merge
 2025-02-24 17:31 UTC  (7+ messages)

first bisection step takes quite a while
 2025-02-24 17:27 UTC  (12+ messages)

[PATCH] doc: fix typo in it.po
 2025-02-24 16:53 UTC  (2+ messages)

'git gc auto' didn't trigger on large reflog
 2025-02-24 16:43 UTC  (3+ messages)

[PATCH 0/1] [GSOC 2025] [Newbie] userdiff: add built-in pattern for shell scripts
 2025-02-24 16:28 UTC  (7+ messages)
` [PATCH v2 0/1] [PATCH v2 "
  ` [PATCH v2 1/1] userdiff: extend Bash pattern to cover more shell function forms

Bug or just a mistake : --shallow-exclude parameter behavior anomalies in Git 2.45.2: "no commits selected" and "ambiguous deepen-not" errors
 2025-02-24 15:27 UTC  (2+ messages)

Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form
 2025-02-24 14:11 UTC  (3+ messages)

Unknown error with concurrent config read/write on Windows
 2025-02-24 12:53 UTC  (2+ messages)

[PATCH] compat/mingw: rename the symlink, not the target
 2025-02-24 11:12 UTC  (3+ messages)

git keeps recreating packs, exploding backup increments
 2025-02-24  9:10 UTC  (5+ messages)
` [External] "

[PATCH] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-23 20:30 UTC  (4+ messages)
` [PATCH v5] builtin/refs: add '--no-reflog' flag to drop reflogs

[PATCH] commit: avoid parent list buildup in clear_commit_marks_many()
 2025-02-23  8:26 UTC  (6+ messages)
` [PATCH resend] "

[PATCH v2] mailmap: fix check-mailmap with full mailmap line
 2025-02-22  2:26 UTC  (2+ messages)

[PATCH] git-compat-util.h: Bump _XOPEN_SOURCE on OpenBSD
 2025-02-22  2:07 UTC  (5+ messages)

Deleting first commits; maintaining last commits
 2025-02-21 22:42 UTC  (6+ messages)

git-bugreport-2025-02-21-1642
 2025-02-21 22:03 UTC 

[PATCH 0/2] add -p: a couple of hunk splitting fixes
 2025-02-21 21:42 UTC  (7+ messages)
` [PATCH 1/2] add -p: mark split hunks as undecided
` [PATCH 2/2] add-patch: update hunk splitability after editing

[PATCH 00/12] meson: wire up bits and pieces from "contrib/"
 2025-02-21 19:50 UTC  (5+ messages)
` [PATCH v2 00/10] "
  ` [-SPAM-] "

[PATCH v4 0/6] Introduce a "promisor-remote" capability
 2025-02-21 18:40 UTC  (4+ messages)
` [PATCH v5 0/3] "


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