diff options
| author | Christian Couder <christian.couder@gmail.com> | 2026-05-27 16:08:14 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-05-28 05:20:15 +0900 |
| commit | ee7ea4907ccef604f764df5e223640ad04192f6d (patch) | |
| tree | fe713bdd62b1895df97eaaa2a954e41af736e98a /t/t4013/diff.diff_initial..side | |
| parent | 4ed1ffe680d1ad0fe7436c9816262b6abb518629 (diff) | |
urlmatch: change 'allow_globs' arg to bool
The last argument of url_normalize_1() is `char allow_globs` but it is
used as a boolean, not as a char.
Let's convert it to a `bool`, and while at it convert the two calls to
url_normalize_1() so they pass 'true' or 'false' instead of '1' or '0'.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
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
