diff options
| author | Paul Tarjan <github@paulisageek.com> | 2026-04-15 13:27:37 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-15 08:44:34 -0700 |
| commit | b1cebd7194299ad5414ab2122b2970b339399446 (patch) | |
| tree | 1f2b9e45fbcf75eb65553245594d026ce4ecab4e /t/t4013/diff.diff_initial..side | |
| parent | d21fc23546e72ef7067c6664485d2436fc67fdde (diff) | |
fsmonitor: convert shown khash to strset in do_handle_client
Replace the khash-based string set used for deduplicating pathnames
in do_handle_client() with a strset, which provides a cleaner
interface for the same purpose.
Since the paths are interned strings from the batch data, use
strdup_strings=0 to avoid unnecessary copies.
Suggested-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Paul Tarjan <github@paulisageek.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
