git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 21:00:57 to 2024-08-02 12:14:32 UTC [more...]

[GSoC][PATCH v4 0/5] t: port reftable/tree_test.c to the unit testing framework
 2024-08-02 12:08 UTC  (7+ messages)
` [GSoC][PATCH v5 "
  ` [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

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

Date and time processing issue
 2024-08-02  9:46 UTC 

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

[PATCH][Newcomer] t7004-tag: modernize the test script
 2024-08-02  6:47 UTC 

[PATCH 0/3] Small fixes for issues detected during internal CI runs
 2024-08-02  6:15 UTC  (6+ 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] refs: drop `ref_store`-less functions
 2024-08-02  5:38 UTC 

quiltimport mode detection oddity
 2024-08-02  5:33 UTC  (5+ messages)

[PATCH v2] http: do not ignore proxy path
 2024-08-02  5:20 UTC  (11+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

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

[Bug] Temp file use in t0018.6
 2024-08-02  3:39 UTC  (6+ messages)
  ` [PATCH] t0018: remove leftover debugging cruft

[GSoC][PATCH v3] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-08-02  2:28 UTC  (4+ messages)
` [PATCH v4] "

[BUG] 2.46.0 t7701.09 fails on NonStop ia64
 2024-08-02  1:51 UTC  (5+ messages)

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-08-02  0:48 UTC  (9+ messages)
` [PATCH v4 0/6] add and use if_test "
  ` [PATCH v4 2/6] unit-tests: show location of checks outside of tests
  ` [PATCH v4 3/6] unit-tests: add if_test

[PATCH 0/3] git for-each-ref: is-base atom and base branches
 2024-08-01 23:06 UTC  (5+ messages)
` [PATCH 1/3] commit-reach: add get_branch_base_for_tip
` [PATCH 2/3] for-each-ref: add 'is-base' token
` [PATCH 3/3] p1500: add is-base performance tests

What's cooking in git.git (Aug 2024, #01; Thu, 1)
 2024-08-01 22:37 UTC 

Git clone reads safe.directory differently?
 2024-08-01 21:52 UTC  (16+ messages)

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-08-01 20:41 UTC  (54+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/19] Documentation: describe incremental MIDX format
  ` [PATCH v2 02/19] midx: add new fields for incremental MIDX chains
  ` [PATCH v2 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
  ` [PATCH v2 04/19] midx: teach `prepare_midx_pack()` "
  ` [PATCH v2 05/19] midx: teach `nth_midxed_object_oid()` "
  ` [PATCH v2 06/19] midx: teach `nth_bitmapped_pack()` "
  ` [PATCH v2 07/19] midx: introduce `bsearch_one_midx()`
  ` [PATCH v2 08/19] midx: teach `bsearch_midx()` about incremental MIDXs
  ` [PATCH v2 09/19] midx: teach `nth_midxed_offset()` "
  ` [PATCH v2 10/19] midx: teach `fill_midx_entry()` "
  ` [PATCH v2 11/19] midx: remove unused `midx_locate_pack()`
  ` [PATCH v2 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs
  ` [PATCH v2 13/19] midx: teach `midx_preferred_pack()` "
  ` [PATCH v2 14/19] midx: teach `midx_fanout_add_midx_fanout()` "
  ` [PATCH v2 15/19] midx: support reading incremental MIDX chains
  ` [PATCH v2 16/19] midx: implement verification support for incremental MIDXs
  ` [PATCH v2 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
  ` [PATCH v2 19/19] midx: implement support for writing incremental MIDX chains

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-01 18:33 UTC  (36+ messages)
` [RFC PATCH 1/3] t: import the clar unit "
                          ` [RFC PATCH 1/3] t: import the clar unit testing framework (better one)
` [RFC PATCH 2/3] Makefile: wire up the clar unit testing framework

[PATCH 00/23] Memory leak fixes (pt.3)
 2024-08-01 17:17 UTC  (36+ messages)
` [PATCH 07/23] builtin/submodule--helper: fix various trivial memory leaks
` [PATCH 08/23] builtin/ls-remote: fix leaking `pattern` strings
` [PATCH v2 00/24] Memory leak fixes (pt.3)
  ` [PATCH v2 01/24] builtin/replay: plug leaking `advance_name` variable
  ` [PATCH v2 02/24] builtin/log: fix leaking branch name when creating cover letters
  ` [PATCH v2 03/24] builtin/describe: fix memory leak with `--contains=`
  ` [PATCH v2 04/24] builtin/describe: fix leaking array when running diff-index
  ` [PATCH v2 05/24] builtin/describe: fix trivial memory leak when describing blob
  ` [PATCH v2 06/24] builtin/name-rev: fix various trivial memory leaks
  ` [PATCH v2 08/24] builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`
  ` [PATCH v2 09/24] builtin/ls-remote: fix leaking `pattern` strings
  ` [PATCH v2 10/24] builtin/remote: fix leaking strings in `branch_list`
  ` [PATCH v2 11/24] builtin/remote: fix various trivial memory leaks
  ` [PATCH v2 12/24] builtin/stash: "
  ` [PATCH v2 13/24] builtin/rev-parse: fix memory leak with `--parseopt`
  ` [PATCH v2 14/24] builtin/show-branch: fix several memory leaks
  ` [PATCH v2 15/24] builtin/credential-store: fix leaking credential
  ` [PATCH v2 16/24] builtin/rerere: fix various trivial memory leaks
  ` [PATCH v2 17/24] builtin/shortlog: "
  ` [PATCH v2 18/24] builtin/worktree: fix leaking derived branch names
  ` [PATCH v2 19/24] builtin/credential-cache: fix trivial leaks
  ` [PATCH v2 20/24] t/test-repository: fix leaking repository
  ` [PATCH v2 21/24] object-name: fix leaking commit list items
  ` [PATCH v2 22/24] entry: fix leaking pathnames during delayed checkout
  ` [PATCH v2 23/24] convert: fix leaking config strings
  ` [PATCH v2 24/24] commit-reach: fix trivial memory leak when computing reachability
  ` [PATCH v2 07/24] builtin/submodule--helper: fix leaking clone depth parameter

[PATCH] config.c: avoid segfault with --fixed-value and valueless config
 2024-08-01 17:06 UTC 

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-08-01 16:54 UTC  (9+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] refs: keep track of unresolved reference value in iterators
  ` [PATCH v2 2/3] refs: add referent to each_ref_fn
  ` [PATCH v2 3/3] ref-filter: populate symref from iterator

[GSoC][PATCH v6 0/7] t: port reftable/pq_test.c to the unit testing framework
 2024-08-01 16:07 UTC  (11+ messages)
` [GSoC][PATCH v7 "
  ` [PATCH v7 1/7] reftable: remove unnecessary curly braces in reftable/pq.c
  ` [PATCH v7 2/7] reftable: change the type of array indices to 'size_t' "
  ` [PATCH v7 3/7] t: move reftable/pq_test.c to the unit testing framework
  ` [PATCH v7 4/7] t-reftable-pq: make merged_iter_pqueue_check() static
  ` [PATCH v7 5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
  ` [PATCH v7 6/7] t-reftable-pq: add test for index based comparison
  ` [PATCH v7 7/7] t-reftable-pq: add tests for merged_iter_pqueue_top()

[ANNOUNCE] Git Rev News edition 113
 2024-08-01 16:00 UTC 

[patch] credential-osxkeychain: Clear username_buffer before getting the converted C string
 2024-08-01 15:54 UTC  (7+ messages)
    ` [PATCH] credential/osxkeychain: respect NUL terminator in username

[GSoC][PATCH v13 00/10] ref consistency check infra setup
 2024-08-01 15:15 UTC  (13+ messages)
` [GSoC][PATCH v14 00/11] "
  ` [GSoC][PATCH v14 01/11] fsck: rename "skiplist" to "skip_oids"
  ` [GSoC][PATCH v14 02/11] fsck: make "fsck_error" callback generic
  ` [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 07/11] refs: set up ref consistency check infrastructure
  ` [GSoC][PATCH v14 08/11] builtin/refs: add verify subcommand
  ` [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

Feature request: Stats in git log
 2024-08-01 14:25 UTC 

[PATCH 0/8] reftable: improvements and fixes for compaction
 2024-08-01  8:41 UTC  (9+ messages)
` [PATCH 4/8] reftable/stack: simplify tracking of table locks
` [PATCH 6/8] reftable/stack: use lock_file when adding table to "tables.list"
` [PATCH 7/8] reftable/stack: fix corruption on concurrent compaction

[PATCH v3 3/7] unit-tests: add for_test
 2024-08-01  6:51 UTC  (11+ messages)

git config set --file, key-value pair without '= value', gives Segmentation fault
 2024-08-01  1:28 UTC  (6+ 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-01  0:15 UTC  (10+ messages)
                ` [SOLVED] "

[PATCH 0/3] Improvements for Perforce tests
 2024-07-31 22:32 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-07-31 21:49 UTC  (4+ messages)
` [PATCH 2/4] strbuf: refactor strbuf_trim_trailing_ch()

[PATCH v4] Documentation: add platform support policy
 2024-07-31 20:58 UTC  (7+ 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).