merge-recursive: use fspathcmp() in path_hashmap_cmp()
commit2dee7e61053ada0197512b71e02581857e2f1b50
authorRené Scharfe <l.s.r@web.de>
Sat, 28 Aug 2021 21:30:49 +0000 (28 23:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Aug 2021 16:44:12 +0000 (30 09:44 -0700)
tree36c269249c49ba103816a790ff7628d30e9c817a
parentc4203212e360b25a1c69467b5a8437d45a373cac
merge-recursive: use fspathcmp() in path_hashmap_cmp()

Call fspathcmp() instead of open-coding it.  This shortens the code and
makes it less repetitive.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-recursive.c