diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-07-31 15:54:26 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-02 22:44:57 -0700 |
| commit | 4f60672f6f7cbc61fb704c993c54187860f1e9c8 (patch) | |
| tree | b90db6fbabf96ded4c2b8591ef2bd7a6dc41377d /builtin/notes.c | |
| parent | 4985f72ea5133441c2e9ba808bdea861a2d9f042 (diff) | |
clean: do not use strbuf_split*() [part 2]
builtin/clean.c:filter_by_patterns_cmd() interactively reads a line
that has exclude patterns from the user and splits the line into a
list of patterns. It uses the strbuf_split() so that each split
piece can then trimmed.
There is no need to use strbuf anymore, thanks to the recent
enhancement to string_list_split*() family that allows us to trim
the pieces split into a string_list.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/notes.c')
0 files changed, 0 insertions, 0 deletions
