Thread (1 message) 1 message, 1 author, 2024-08-09

Re: [PATCH 14/20] config: pass repo to `git_config_get_expiry_in_days()`

From: Junio C Hamano <hidden>
Date: 2024-08-09 21:14:15

Justin Tobler [off-list ref] writes:
On 24/08/07 08:57AM, Patrick Steinhardt wrote:
quoted
Refactor `git_config_get_expiry_in_days()` to accept a `struct
repository` such that we can get rid of the implicit dependency on
`the_repository`. Rename the function accordingly.

Signed-off-by: Patrick Steinhardt <redacted>
---
[snip]
quoted
-	git_config_get_expiry_in_days("gc.rerereresolved", &cutoff_resolve, now);
-	git_config_get_expiry_in_days("gc.rerereunresolved", &cutoff_noresolve, now);
+	repo_config_get_expiry_in_days(the_repository, "gc.rerereresolved", &cutoff_resolve, now);
+	repo_config_get_expiry_in_days(the_repository, "gc.rerereunresolved", &cutoff_noresolve, now);
non-blocking: Do we want to fold these lines?
Yes, if we are going to see another iteration for other reasons.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help