git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-02 13:35:12 to 2024-11-05 21:00:03 UTC [more...]

What's cooking in git.git (Nov 2024, #02; Fri, 1)
 2024-11-05 20:54 UTC  (5+ messages)

[PATCH] Makefile: don't remove configure on distclean
 2024-11-05 19:58 UTC  (3+ messages)
  ` [PATCH v2] "

git no longer builds on SunOS 5.10, a report
 2024-11-05 19:55 UTC  (4+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
  ` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers

[PATCH 0/2] When fetching, warn if in commit graph but not obj db
 2024-11-05 19:24 UTC  (4+ messages)
` [PATCH v3 0/2] When fetching, die "
  ` [PATCH v3 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
  ` [PATCH v3 2/2] fetch-pack: die if in commit graph but not obj db

[PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
 2024-11-05 19:05 UTC  (3+ messages)
` [PATCH v2 1/2] t/helper/test-sha1: prepare for an unsafe mode
` [PATCH v2 2/2] t/helper/test-tool: implement sha1-unsafe helper

[PATCH] t6300: values containing ')' are broken in ref formats
 2024-11-05 18:41 UTC 

What's so special about almalinux-8?
 2024-11-05 18:54 UTC  (2+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-11-05 17:44 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] fetch-pack: refactor packet writing

What's cooking in git.git (May 2024, #07; Fri, 17)
 2024-11-05 17:12 UTC 

[Question] How to force relative path output when using `git status --porcelain=2 -z`
 2024-11-05 16:59 UTC 

[PATCH v3] remote: introduce config to set prefetch refs
 2024-11-05 16:26 UTC  (7+ messages)
` [PATCH v4] remote: allow specifying refs to prefetch

[PATCH 00/21] Memory leak fixes (pt.9)
 2024-11-05 15:27 UTC  (46+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 01/22] builtin/ls-remote: plug leaking server options
  ` [PATCH v2 07/22] pretty: clear signature check
  ` [PATCH v2 09/22] builtin/commit: fix leaking change data contents
  ` [PATCH v2 10/22] trailer: fix leaking trailer values
  ` [PATCH v2 11/22] trailer: fix leaking strbufs when formatting trailers
  ` [PATCH v2 15/22] combine-diff: fix leaking lost lines
` [PATCH v3 00/22] Memory leak fixes (pt.9)
  ` [PATCH v3 01/22] builtin/ls-remote: plug leaking server options
  ` [PATCH v3 02/22] t/helper: fix leaks in "reach" test tool
  ` [PATCH v3 03/22] grep: fix leak in `grep_splice_or()`
  ` [PATCH v3 04/22] builtin/grep: fix leak with `--max-count=0`
  ` [PATCH v3 05/22] revision: fix leaking bloom filters
  ` [PATCH v3 06/22] diff-lib: fix leaking diffopts in `do_diff_cache()`
  ` [PATCH v3 07/22] pretty: clear signature check
  ` [PATCH v3 08/22] upload-pack: fix leaking URI protocols
  ` [PATCH v3 09/22] builtin/commit: fix leaking change data contents
  ` [PATCH v3 10/22] trailer: fix leaking trailer values
  ` [PATCH v3 11/22] trailer: fix leaking strbufs when formatting trailers
  ` [PATCH v3 12/22] builtin/commit: fix leaking cleanup config
  ` [PATCH v3 13/22] transport-helper: fix leaking import/export marks
  ` [PATCH v3 14/22] builtin/tag: fix leaking key ID on failure to sign
  ` [PATCH v3 15/22] combine-diff: fix leaking lost lines
  ` [PATCH v3 16/22] dir: release untracked cache data
  ` [PATCH v3 17/22] sparse-index: correctly free EWAH contents
  ` [PATCH v3 18/22] t/helper: stop re-initialization of `the_repository`
  ` [PATCH v3 19/22] t/helper: fix leaking buffer in "dump-untracked-cache"
  ` [PATCH v3 20/22] dir: fix leak when parsing "status.showUntrackedFiles"
  ` [PATCH v3 21/22] builtin/merge: release output buffer after performing merge
  ` [PATCH v3 22/22] list-objects-filter-options: work around reported leak on error

git rebase exec make -C in worktree confuses repo root dir
 2024-11-05 15:24 UTC  (8+ messages)

git format-patch escaping issues in the patch format
 2024-11-05 15:05 UTC  (10+ messages)

[PATCH v6 0/9] add ref content check for files backend
 2024-11-05 12:52 UTC  (10+ messages)
` [PATCH v6 2/9] ref: check the full refname instead of basename
` [PATCH v6 3/9] ref: initialize target name outside of check functions
` [PATCH v6 4/9] ref: support multiple worktrees check for refs
` [PATCH v6 5/9] ref: port git-fsck(1) regular refs check for files backend

[PATCH 0/8] refs/reftable: reuse iterators when reading refs
 2024-11-05 11:20 UTC  (25+ messages)
` [PATCH 1/8] refs/reftable: encapsulate reftable stack
` [PATCH 2/8] refs/reftable: handle reloading stacks in the reftable backend
` [PATCH 3/8] refs/reftable: read references via `struct reftable_backend`
` [PATCH 4/8] refs/reftable: refactor reading symbolic refs to use reftable backend
` [PATCH 5/8] refs/reftable: refactor reflog expiry "
` [PATCH 6/8] reftable/stack: add mechanism to notify callers on reload
` [PATCH 7/8] reftable/merged: drain priority queue on reseek
` [PATCH 8/8] refs/reftable: reuse iterators when reading refs
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] refs/reftable: encapsulate reftable stack
  ` [PATCH v2 2/8] refs/reftable: handle reloading stacks in the reftable backend
  ` [PATCH v2 3/8] refs/reftable: read references via `struct reftable_backend`
  ` [PATCH v2 4/8] refs/reftable: refactor reading symbolic refs to use reftable backend
  ` [PATCH v2 5/8] refs/reftable: refactor reflog expiry "
  ` [PATCH v2 6/8] reftable/stack: add mechanism to notify callers on reload
  ` [PATCH v2 7/8] reftable/merged: drain priority queue on reseek
  ` [PATCH v2 8/8] refs/reftable: reuse iterators when reading refs

[PATCH] configure.ac: detect sysinfo
 2024-11-05 11:02 UTC 

[PATCH] compat: only replace hstrerror if NO_IPV6
 2024-11-05 10:23 UTC 

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-05  9:50 UTC  (25+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 8/9] config: make `packed_git_(limit|window_size)` non-global variables
` [PATCH v5 0/9] packfile: avoid using the 'the_repository' global variable
  ` [PATCH v5 1/9] packfile: add repository to struct `packed_git`
  ` [PATCH v5 2/9] packfile: use `repository` from `packed_git` directly
  ` [PATCH v5 3/9] packfile: pass `repository` to static function in the file
  ` [PATCH v5 4/9] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v5 5/9] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v5 6/9] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v5 7/9] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v5 8/9] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v5 9/9] midx: add repository to `multi_pack_index` struct

What's cooking in git.git (Nov 2024, #03; Mon, 4)
 2024-11-05  8:45 UTC 

[PATCH 0/2] A few --shallow-exclude fixes
 2024-11-05  6:55 UTC  (7+ messages)
` [PATCH 1/2] upload-pack: fix ambiguous error message
` [PATCH 2/2] doc: correct misleading descriptions for --shallow-exclude

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-11-05  3:05 UTC  (8+ messages)
` [PATCH 1/7] pack-objects: add --full-name-hash option
` [PATCH 2/7] repack: "
` [PATCH 3/7] pack-objects: add GIT_TEST_FULL_NAME_HASH
` [PATCH 4/7] git-repack: update usage to match docs
` [PATCH 5/7] p5313: add size comparison test
` [PATCH 6/7] pack-objects: disable --full-name-hash when shallow
` [PATCH 7/7] test-tool: add helper for name-hash values

Synchronous replication on push
 2024-11-05  1:34 UTC  (3+ messages)

[PATCH v3] show-index: fix uninitialized hash function
 2024-11-05  1:19 UTC  (8+ messages)
` [PATCH v4] "
    ` [PATCH v5 0/2] "
      ` [PATCH v5 1/2] "
      ` [PATCH v5 2/2] t5300: add test for 'show-index --object-format'

`git apply -p` doesn't remove source prefix in 'rename' diff entries
 2024-11-05  0:36 UTC  (4+ messages)

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-05  0:11 UTC  (8+ messages)
` [PATCH 5/6] path-walk: visit tags and cached objects

[PATCH 3/6] t6601: add helper for testing path-walk API
 2024-11-04 23:39 UTC  (3+ messages)

Synchronous replication on push
 2024-11-04 22:36 UTC  (7+ messages)

[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
 2024-11-04 21:01 UTC  (13+ messages)
` [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

Seeking your thoughts on LLM-generated contributions
 2024-11-04 20:17 UTC  (2+ messages)

[PATCH] rev-list: skip bitmap traversal for --left-right
 2024-11-04 18:34 UTC  (5+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-11-04 15:18 UTC  (9+ messages)
` [RFC PATCH v4 00/19] "

[RFC PATCH 0/1] git: pager behaviour
 2024-11-04 14:05 UTC  (2+ messages)
` [RFC PATCH 1/1] git: ignore paginate for commands with DELAY_PAGER_CONFIG

[PATCH] setlocalversion: Add workaround for "git describe" performance issue
 2024-11-04 12:37 UTC  (5+ messages)

[RFC PATCH v3 00/15] Modernize the build system
 2024-11-04 12:16 UTC  (11+ messages)

[PATCH 0/3] Improve CI testing of older systems
 2024-11-04 11:36 UTC  (2+ messages)

What’s the intended/reasonable usage patterns for symrefs?
 2024-11-04 10:45 UTC  (4+ messages)

2.43+ git checkout --theirs on stash error - no alternative?
 2024-11-04 10:17 UTC  (5+ messages)

Git revert cannot be aborted if the repository directory has been copied
 2024-11-04  9:55 UTC  (7+ messages)
  ` AW: "

[PATCH] t1016: clean up style
 2024-11-04  9:06 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
 2024-11-04  2:05 UTC  (4+ messages)
` [PATCH v2 0/4] "

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-02 14:36 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).