git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-18 15:09:40 to 2024-12-22 12:20:12 UTC [more...]

Consider adding pruning of refs to git maintenance
 2024-12-22 12:19 UTC  (9+ messages)

[PATCH 0/4] reftable: fix out-of-memory errors on NonStop
 2024-12-22  7:24 UTC  (25+ messages)
` [PATCH 1/4] reftable/stack: don't perform auto-compaction with less than two tables
` [PATCH 2/4] reftable/merged: fix zero-sized allocation when there are no readers
` [PATCH 3/4] reftable/stack: "
` [PATCH 4/4] reftable/basics: return NULL on zero-sized allocations
` [PATCH v2 0/4] reftable: fix out-of-memory errors on NonStop
  ` [PATCH v2 1/4] reftable/stack: don't perform auto-compaction with less than two tables
  ` [PATCH v2 2/4] reftable/merged: fix zero-sized allocation when there are no readers
  ` [PATCH v2 3/4] reftable/stack: "
  ` [PATCH v2 4/4] reftable/basics: return NULL on zero-sized allocations

[Outreachy] Blog: Introducing myself as an intern working to convert unit test to use clar
 2024-12-22  7:22 UTC  (2+ messages)

Git v2.46.0 and --allow-multiple-definition linker flag
 2024-12-22  2:47 UTC  (3+ messages)

[PATCH 0/3] Asciidoctor fixes for 2.48.0
 2024-12-21 16:58 UTC  (8+ messages)
` [PATCH 1/3] asciidoctor-extensions.rb.in: delete existing <refmiscinfo/>
` [PATCH 2/3] asciidoctor-extensions.rb.in: add missing word
` [PATCH 3/3] asciidoctor-extensions.rb.in: inject GIT_DATE

[ANNOUNCE] Git v2.48.0-rc0
 2024-12-21 15:11 UTC  (14+ messages)

Bug: Git GUI "No differences detected"
 2024-12-21 13:05 UTC  (3+ messages)

[PATCH 0/2] GIT-VERSION-GEN: fix overriding values
 2024-12-21 10:30 UTC  (43+ messages)
` [PATCH 1/2] GIT-VERSION-GEN: fix overriding version via environment
` [PATCH 2/2] GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE
` [PATCH v2 0/5] GIT-VERSION-GEN: fix overriding values
  ` [PATCH v2 1/5] GIT-VERSION-GEN: fix overriding version via environment
  ` [PATCH v2 2/5] GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE
  ` [PATCH v2 3/5] Makefile: drop unneeded indirection for GIT-VERSION-GEN outputs
  ` [PATCH v2 4/5] Makefile: respect build info declared in "config.mak"
  ` [PATCH v2 5/5] meson: add options to override build information
` [PATCH v3 0/6] GIT-VERSION-GEN: fix overriding values
  ` [PATCH v3 1/6] Makefile: stop including "GIT-VERSION-FILE" in docs
  ` [PATCH v3 2/6] Makefile: drop unneeded indirection for GIT-VERSION-GEN outputs
  ` [PATCH v3 3/6] Makefile: introduce template for GIT-VERSION-GEN
  ` [PATCH v3 4/6] GIT-VERSION-GEN: fix overriding GIT_VERSION
  ` [PATCH v3 5/6] GIT-VERSION-GEN: fix overriding GIT_BUILT_FROM_COMMIT and GIT_DATE
  ` [PATCH v3 6/6] meson: add options to override build information

Fwd: [Bug] `credential fill` prints incomplete bearer credential
 2024-12-21  8:08 UTC  (6+ messages)

git gc does not clean tmp_pack* files
 2024-12-21  1:17 UTC  (6+ messages)

[PATCH] credential-cache: respect request capabilities
 2024-12-20 21:18 UTC 

[PATCH] show-index: the short help should say the command reads from its input
 2024-12-20 18:02 UTC 

[PATCH v2 0/8] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-12-20 17:19 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] pack-objects: create new name-hash function version
  ` [PATCH v3 2/8] pack-objects: add --name-hash-version option
  ` [PATCH v3 3/8] repack: "
  ` [PATCH v3 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION
  ` [PATCH v3 5/8] p5313: add size comparison test
  ` [PATCH v3 6/8] test-tool: add helper for name-hash values
  ` [PATCH v3 7/8] pack-objects: prevent name hash version change
  ` [PATCH v3 8/8] pack-objects: add third name hash version

[PATCH v2 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION
 2024-12-20 17:03 UTC  (2+ messages)

[PATCH] meson: skip gitweb build when Perl is disabled
 2024-12-20 16:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] PATH WALK III: Add 'git backfill' command
 2024-12-20 16:29 UTC  (10+ messages)
` [PATCH 3/5] backfill: add --batch-size=<n> option
` [PATCH v2 0/5] PATH WALK III: Add 'git backfill' command
  ` [PATCH v2 1/5] backfill: add builtin boilerplate
  ` [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
  ` [PATCH v2 5/5] backfill: assume --sparse when sparse-checkout is enabled

[PATCH v3 0/7] PATH WALK I: The path-walk API
 2024-12-20 16:21 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] path-walk: introduce an object walk by path
  ` [PATCH v4 2/7] test-lib-functions: add test_cmp_sorted
  ` [PATCH v4 3/7] t6601: add helper for testing path-walk API
  ` [PATCH v4 4/7] path-walk: allow consumer to specify object types
  ` [PATCH v4 5/7] path-walk: visit tags and cached objects
  ` [PATCH v4 6/7] path-walk: mark trees and blobs as UNINTERESTING
  ` [PATCH v4 7/7] path-walk: reorder object visits

[PATCH] prio-queue: use size_t rather than int for size
 2024-12-20 16:01 UTC  (4+ messages)

[RFC PATCH] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2024-12-20 15:50 UTC 

[PATCH v3 0/8] refs: add reflog support to `git refs migrate`
 2024-12-20 15:53 UTC  (22+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/8] refs: add `index` field to `struct ref_udpate`
  ` [PATCH v4 4/8] refs: extract out refname verification in transactions
  ` [PATCH v4 5/8] refs: add `committer_info` to `ref_transaction_add_update()`
  ` [PATCH v4 6/8] refs: introduce the `ref_transaction_update_reflog` function
        ` [PATCH] refs: mark invalid refname message for translation
  ` [PATCH v4 7/8] refs: allow multiple reflog entries for the same refname

chmod failure on GVFS mounted CIFS share
 2024-12-20 15:50 UTC  (7+ messages)

[GSoC] [PATCH] t7611: replace test -f with test_path_is* helpers
 2024-12-20 14:16 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/8] refs: add reflog support to `git refs migrate`
 2024-12-20 11:31 UTC  (6+ messages)
` [PATCH v2 5/8] refs: add `committer_info` to `ref_transaction_add_update()`

[Bug] --simplify-by-decoration prints undecorated commit
 2024-12-20 11:13 UTC  (3+ messages)

[PATCH 0/3] batch blob diff generation
 2024-12-20  9:10 UTC  (12+ messages)

OK to submit l10n PR with signed commits?
 2024-12-20  7:39 UTC  (4+ messages)

What's cooking in git.git (Dec 2024, #07; Thu, 19)
 2024-12-20  0:05 UTC 

[PATCH v2] builtin/clone: teach git-clone(1) the --revision= option
 2024-12-19 18:30 UTC  (5+ messages)
` [PATCH v3] "

OK to submit l10n PR with signed commits?
 2024-12-19 14:46 UTC  (6+ messages)

[PATCH] GitHub ci(windows): speed up initializing Git for Windows' minimal SDK again
 2024-12-19 13:20 UTC  (4+ messages)

[PATCH v4] git: use ^=1 to toggle between 0 and 1
 2024-12-19 10:35 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v6] git: use logical-not operator "

[PATCH] refs: exit early from the loop if it is not a main worktree
 2024-12-19  6:12 UTC  (6+ messages)

git-bugreport: core dump in git-difftool when there are no diffs
 2024-12-19  5:48 UTC  (2+ messages)

remote.<name>.push without dst doesn't behave as documented
 2024-12-19  3:48 UTC  (4+ messages)

[PATCH v2] remote: align --verbose output with spaces
 2024-12-19  2:14 UTC  (3+ messages)

[PATCH] pack-bitmap.c: ensure pack validity for all reuse packs
 2024-12-19  1:31 UTC  (5+ messages)

[PATCH v9] git: use calloc instead of malloc where possible
 2024-12-18 16:48 UTC  (4+ messages)
` [PATCH v10] git: use calloc instead of malloc + memset "
  ` [PATCH v11] "

[PATCH v2] Use ^=1 to toggle between 0 and 1
 2024-12-18 15:46 UTC  (3+ messages)
` [PATCH v3] git: use "

[PATCH v3] git: replace greater-than and less-than checks with one not equal check
 2024-12-18 15:39 UTC  (3+ messages)
` [PATCH v4] "


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