]> git.99rst.org Git - git.git/commit
merge-recursive: use fspathcmp() in path_hashmap_cmp()
authorRené Scharfe <redacted>
Sat, 28 Aug 2021 21:30:49 +0000 (23:30 +0200)
committerJunio C Hamano <redacted>
Mon, 30 Aug 2021 16:44:12 +0000 (09:44 -0700)
commit2dee7e61053ada0197512b71e02581857e2f1b50
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
merge-recursive.c
git clone https://git.99rst.org/PROJECT