git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-02 03:51:23 to 2024-08-05 20:12:12 UTC [more...]

[PATCH 0/5] doc: git diff reformatting
 2024-08-05 20:12 UTC  (11+ messages)
` [PATCH 1/5] doc: git-diff: apply new documentation guidelines
` [PATCH 2/5] doc: git-diff: apply format changes to diff-options
` [PATCH 3/5] doc: git-diff: apply format changes to diff-format
` [PATCH 4/5] doc: git-diff: apply format changes to diff-generate-patch
` [PATCH 5/5] doc: git-diff: apply format changes to config part

[PATCH] config.c: avoid segfault with --fixed-value and valueless config
 2024-08-05 19:46 UTC  (4+ messages)

[GSoC][PATCH v13 00/10] ref consistency check infra setup
 2024-08-05 19:38 UTC  (32+ messages)
` [GSoC][PATCH v14 00/11] "
  ` [GSoC][PATCH v14 03/11] fsck: add a unified interface for reporting fsck messages
  ` [GSoC][PATCH v14 04/11] fsck: add refs report function
  ` [GSoC][PATCH v14 05/11] fsck: add refs-related error callback
  ` [GSoC][PATCH v14 06/11] fsck: rename objects-related fsck error functions
  ` [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process
  ` [GSoC][PATCH v14 10/11] files-backend: add unified interface for refs scanning
  ` [GSoC][PATCH v14 11/11] fsck: add ref name check for files backend
  ` [GSoC][PATCH v15 0/9] ref consistency check infra setup
    ` [GSoC][PATCH v15 1/9] fsck: rename "skiplist" to "skip_oids"
    ` [GSoC][PATCH v15 2/9] fsck: rename objects-related fsck error functions
    ` [GSoC][PATCH v15 3/9] fsck: make "fsck_error" callback generic
    ` [GSoC][PATCH v15 4/9] fsck: add a unified interface for reporting fsck messages
    ` [GSoC][PATCH v15 5/9] fsck: add refs report function
    ` [GSoC][PATCH v15 6/9] refs: set up ref consistency check infrastructure
    ` [GSoC][PATCH v15 7/9] builtin/refs: add verify subcommand
    ` [GSoC][PATCH v15 8/9] files-backend: add unified interface for refs scanning
    ` [GSoC][PATCH v15 9/9] fsck: add ref name check for files backend

[PATCH] t/t7704-repack-cruft.sh: avoid failures during long-running tests
 2024-08-05 19:37 UTC 

[PATCH 0/3] Small fixes for issues detected during internal CI runs
 2024-08-05 18:37 UTC  (27+ messages)
` [PATCH 1/3] set errno=0 before strtoX calls
` [PATCH 2/3] strbuf: set errno to 0 after strbuf_getcwd
` [PATCH 3/3] t6421: fix test to work when repo dir contains d0
` [PATCH v2 0/3] Small fixes for issues detected during internal CI runs
  ` [PATCH v2 1/3] set errno=0 before strtoX calls
  ` [PATCH v2 2/3] strbuf: set errno to 0 after strbuf_getcwd
  ` [PATCH v2 3/3] t6421: fix test to work when repo dir contains d0
  ` [PATCH v3 0/2] Small fixes for issues detected during internal CI runs
    ` [PATCH v3 1/2] set errno=0 before strtoX calls
    ` [PATCH v3 2/2] t6421: fix test to work when repo dir contains d0

[PATCH] repository: prevent memory leak when releasing ref stores
 2024-08-05 17:42 UTC  (5+ messages)

Bug: Git sees branch as valid commit ref and works; should fail
 2024-08-05 16:58 UTC  (3+ messages)

[PATCH] log-tree: use decimal_width()
 2024-08-05 16:03 UTC  (3+ messages)

[PATCH] refs/files: prevent memory leak by freeing packed_ref_store
 2024-08-05 15:58 UTC  (6+ messages)
` [PATCH v2] "

[GSoC][PATCH v5 0/5] t: port reftable/tree_test.c to the unit testing framework
 2024-08-05 15:53 UTC  (16+ messages)
` [GSoC][PATCH v6 "
  ` [PATCH v6 1/5] reftable: remove unnecessary curly braces in reftable/tree.c
  ` [PATCH v6 2/5] t: move reftable/tree_test.c to the unit testing framework
  ` [PATCH v6 3/5] t-reftable-tree: split test_tree() into two sub-test functions
  ` [PATCH v6 4/5] t-reftable-tree: add test for non-existent key
  ` [PATCH v6 5/5] t-reftable-tree: improve the test for infix_walk()
  ` [GSoC][PATCH v7 0/5] t: port reftable/tree_test.c to the unit testing framework
    ` [PATCH v7 1/5] reftable: remove unnecessary curly braces in reftable/tree.c
    ` [PATCH v7 2/5] t: move reftable/tree_test.c to the unit testing framework
    ` [PATCH v7 3/5] t-reftable-tree: split test_tree() into two sub-test functions
    ` [PATCH v7 4/5] t-reftable-tree: add test for non-existent key
    ` [PATCH v7 5/5] t-reftable-tree: improve the test for infix_walk()

Git clone reads safe.directory differently?
 2024-08-05 15:49 UTC  (13+ messages)

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-08-05 15:40 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] refs: keep track of unresolved reference value in iterators

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-08-05 13:48 UTC  (3+ messages)
` [PATCH 3/4] Add 'promisor-remote' capability to protocol v2

[PATCH 0/8] reftable: improvements and fixes for compaction
 2024-08-05 13:08 UTC  (22+ messages)
` [PATCH 1/8] reftable/stack: refactor function to gather table sizes
` [PATCH 2/8] reftable/stack: test compaction with already-locked tables
` [PATCH 4/8] reftable/stack: simplify tracking of table locks
` [PATCH 8/8] reftable/stack: handle locked tables during auto-compaction
` [PATCH v2 0/9] reftable: improvements and fixes for compaction
  ` [PATCH v2 1/9] reftable/stack: refactor function to gather table sizes
  ` [PATCH v2 2/9] reftable/stack: extract function to setup stack with N tables
  ` [PATCH v2 3/9] reftable/stack: test compaction with already-locked tables
  ` [PATCH v2 4/9] reftable/stack: update stats on failed full compaction
  ` [PATCH v2 5/9] reftable/stack: simplify tracking of table locks
  ` [PATCH v2 6/9] reftable/stack: do not die when fsyncing lock file files
  ` [PATCH v2 7/9] reftable/stack: use lock_file when adding table to "tables.list"
  ` [PATCH v2 8/9] reftable/stack: fix corruption on concurrent compaction
  ` [PATCH v2 9/9] reftable/stack: handle locked tables during auto-compaction

2.46 submodule breakage
 2024-08-05 11:31 UTC 

[PATCH v3 0/6] [Newcomer] t7004: modernize the style
 2024-08-05  9:42 UTC  (15+ messages)
` [PATCH v3 1/6] [Newcomer] t7004-tag: redirection operator
` [PATCH v3 2/6] [Newcomer] t7004-tag: do not lose exit status to pipe
` [PATCH v3 3/6] [Newcomer] t7004-tag: one command per line
` [PATCH v3 4/6] [Newcomer] t7004-tag: do not prepare except outside test_expect_success
` [PATCH v3 5/6] [Newcomer] t7004-tag: here-doc modernization
` [PATCH v3 6/6] [Newcomer] t7004-tag: description on the same line as test_expect_success

quiltimport mode detection oddity
 2024-08-05  6:00 UTC  (7+ messages)
        ` [PATCH] apply: canonicalize modes read from patches

Date and time processing issue
 2024-08-05  1:14 UTC  (4+ messages)

Git and gettext
 2024-08-05  0:53 UTC  (6+ messages)

[BUG] 2.46.0 t7701.09 fails on NonStop ia64
 2024-08-04 19:15 UTC  (11+ messages)

[PATCH] refs: drop `ref_store`-less functions
 2024-08-04 16:25 UTC  (3+ messages)

[PATCH][Newcomer] t7004-tag: modernize the test script
 2024-08-03 16:29 UTC  (4+ messages)

[PATCH v2][Newcomer] t7004-tag: modernize the test script
 2024-08-03 14:26 UTC 

[GSoC] Blog: move and improve reftable tests in the unit testing framework
 2024-08-03 14:21 UTC  (9+ messages)

[PATCH v4] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-08-03 13:34 UTC  (2+ messages)
` [GSoC][PATCH v5] "

[GSoC][PATCH] t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
 2024-08-03 13:31 UTC  (4+ messages)
` [GSoC][PATCH v2] "

[PATCH v4] Documentation: add platform support policy
 2024-08-02 23:32 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v4] http: do not ignore proxy path
 2024-08-02 22:14 UTC  (13+ messages)
` [PATCH v5] "

Merging problem
 2024-08-02 20:53 UTC  (4+ messages)

Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
 2024-08-02 19:31 UTC  (11+ messages)
                ` [SOLVED] "

[PATCH 0/3] git for-each-ref: is-base atom and base branches
 2024-08-02 17:30 UTC  (5+ messages)

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-02 16:45 UTC  (3+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects

[PATCH] fetch: use bundle URIs when having creationToken heuristic
 2024-08-02 15:45 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] clone: remove double bundle list clear code
  ` [PATCH v2 3/3] fetch: use bundle URIs when having creationToken heuristic

[2.46 regression] git ls-remote crash with import remote-helper
 2024-08-02 15:26 UTC  (3+ messages)
` [PATCH] builtin/ls-remote: fall back to SHA1 outside of a repo

git "security" overengineering (reaction to safe.directory)
 2024-08-02 11:30 UTC 


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