Files
git/compat
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set
We can check if certain characters are present in a string by calling
strchr(3) on each of them, or we can pass them all to a single
strpbrk(3) call.  The latter is shorter, less repetitive and slightly
more efficient, so let's do that instead.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-02-24 09:30:31 -08:00
..
2019-07-11 15:16:49 -07:00
2019-12-06 16:31:39 +01:00
2009-03-02 18:28:06 -08:00
2010-11-23 16:06:50 -08:00
2019-06-25 10:46:57 -07:00
2017-01-23 11:02:34 -08:00