messages from 2024-10-31 17:05:27 to 2024-11-05 03:05:16 UTC [more...]
[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
2024-11-05 3:05 UTC (6+ 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
What's cooking in git.git (Nov 2024, #02; Fri, 1)
2024-11-05 1:51 UTC (4+ messages)
git format-patch escaping issues in the patch format
2024-11-05 1:26 UTC (6+ messages)
Synchronous replication on push
2024-11-05 1:34 UTC (10+ messages)
[PATCH 0/2] A few --shallow-exclude fixes
2024-11-05 1:27 UTC (4+ messages)
` [PATCH 1/2] upload-pack: fix ambiguous error message
` [PATCH 2/2] doc: correct misleading descriptions for --shallow-exclude
[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 (17+ messages)
` [PATCH 1/6] path-walk: introduce an object walk by path
` [PATCH 3/6] t6601: add helper for testing path-walk API
` [PATCH 5/6] path-walk: visit tags and cached objects
[PATCH 00/21] Memory leak fixes (pt.9)
2024-11-04 22:46 UTC (16+ 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 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)
[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
2024-11-04 17:38 UTC (24+ 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
[RFC PATCH 00/21] Modernize the build system
2024-11-04 15:18 UTC (9+ messages)
` [RFC PATCH v4 00/19] "
[PATCH 0/8] refs/reftable: reuse iterators when reading refs
2024-11-04 15:11 UTC (9+ 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
[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 (7+ 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 (8+ messages)
` [PATCH 1/3] gitlab-ci: switch from Ubuntu 16.04 to 20.04
` [PATCH 2/3] ci: remove clause for Ubuntu 16.04
` [PATCH 3/3] Add additional CI jobs to avoid accidental breakage
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 v3] remote: introduce config to set prefetch refs
2024-11-04 8:47 UTC (3+ messages)
` [PATCH v4] remote: allow specifying refs to prefetch
[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
2024-11-04 2:05 UTC (11+ messages)
` [External] "
` [PATCH v2 0/4] "
` [PATCH v2 1/4] t0410: make test description clearer
` [PATCH v2 2/4] t0410: use from-scratch server
` [PATCH v2 3/4] t5300: move --window clamp test next to unclamped
` [PATCH v2 4/4] index-pack: repack local links into promisor packs
[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
2024-11-02 14:36 UTC (13+ messages)
` [PATCH v4 1/8] setup: correctly reinitialize repository version
` [PATCH v4 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v4 3/8] worktree: refactor infer_backlink return
` [PATCH v4 4/8] worktree: add `write_worktree_linking_files()` function
` [PATCH v4 5/8] worktree: add relative cli/config options to `add` command
` [PATCH v4 6/8] worktree: add relative cli/config options to `move` command
` [PATCH v4 7/8] worktree: add relative cli/config options to `repair` command
` [PATCH v4 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`
[PATCH] t9101: Refactor test_expect_success format
2024-11-02 10:28 UTC (5+ messages)
` [PATCH v2] "
[RFC PATCH] promisor-remote: always JIT fetch with --refetch
2024-11-02 2:08 UTC (20+ messages)
` [PATCH 0/2] When fetching, warn if in commit graph but not obj db
` [PATCH 2/2] fetch-pack: "
` [PATCH v2 0/2] When fetching, die "
` [PATCH v2 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
` [PATCH v2 2/2] fetch-pack: warn if in commit graph but not obj db
` [External] "
[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
2024-11-02 1:39 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] Documentation/git-bundle.txt: mention full backup example
` [PATCH v2 3/3] Documentation/git-bundle.txt: discuss naïve backups
What's cooking in git.git (Nov 2024, #01; Fri, 1)
2024-11-01 21:32 UTC
[ANNOUNCE] Git Rev News edition 116
2024-11-01 21:14 UTC
[PATCH 5/5] index-pack: repack local links into promisor packs
2024-11-01 20:14 UTC (2+ messages)
You do not need to subscribe: you will be Cc'd in replies. Please keep the Cc list intact when replying (use "Reply to all"). Greylisting may delay your first post for a few hours. Note also that the list only accepts plain-text email; please disable HTML in your outgoing messages
2024-11-01 13:42 UTC
[PATCH 2/2] fetch-pack: warn if in commit graph but not obj db
2024-10-31 21:23 UTC (2+ messages)
[PATCH 00/17] pack-objects: add --path-walk option for better deltas
2024-10-31 21:07 UTC (11+ messages)
` [PATCH v2 "
[PATCH 08/17] pack-objects: add --path-walk option
2024-10-31 21:02 UTC (5+ messages)
[PATCH] sequencer: comment checked-out branch properly
2024-10-31 20:30 UTC (6+ messages)
safe.directory warnings for root-owned repositories
2024-10-31 20:04 UTC (4+ messages)
[PATCH v3 0/8] Allow relative worktree linking to be configured by the user
2024-10-31 19:52 UTC (3+ messages)
[BUG] "git describe --match" performance
2024-10-31 19:01 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox