Re: [PATCH] use fspathhash() everywhere

2 messages, 2 authors, 2021-07-30 · open the first message on its own page

Re: [PATCH] use fspathhash() everywhere

From: Junio C Hamano <hidden>
Date: 2021-07-30 19:27:13

René Scharfe [off-list ref] writes:
cf2dc1c238 (speed up alt_odb_usable() with many alternates, 2021-07-07)
introduced the function fspathhash() for calculating path hashes while
respecting the configuration option core.ignorecase.  Call it instead of
open-coding it; the resulting code is shorter and less repetitive.

Signed-off-by: René Scharfe <redacted>
---
 builtin/sparse-checkout.c | 10 ++--------
 dir.c                     | 13 +++----------
 merge-recursive.c         | 11 +++--------
 3 files changed, 8 insertions(+), 26 deletions(-)
I love this kind of "now we have this thing available, let's use it
at more places" clean-up patch.

Was coccinelle involved in finding these places?

Thanks.

Re: [PATCH] use fspathhash() everywhere

From: René Scharfe <hidden>
Date: 2021-07-30 20:27:53

Am 30.07.21 um 21:27 schrieb Junio C Hamano:
René Scharfe [off-list ref] writes:
quoted
cf2dc1c238 (speed up alt_odb_usable() with many alternates, 2021-07-07)
introduced the function fspathhash() for calculating path hashes while
respecting the configuration option core.ignorecase.  Call it instead of
open-coding it; the resulting code is shorter and less repetitive.

Signed-off-by: René Scharfe <redacted>
---
 builtin/sparse-checkout.c | 10 ++--------
 dir.c                     | 13 +++----------
 merge-recursive.c         | 11 +++--------
 3 files changed, 8 insertions(+), 26 deletions(-)
I love this kind of "now we have this thing available, let's use it
at more places" clean-up patch.

Was coccinelle involved in finding these places?
Just git grep this time; there were not enough hits for me to consider
writing a semantic patch.

René
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help