mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
config: pass repo to git_config_get_max_percent_split_change()
Refactor `git_config_get_max_percent_split_change()` 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 <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
be7537e6a9
commit
d8b772182c
2
config.h
2
config.h
@@ -712,7 +712,7 @@ int git_config_get_pathname(const char *key, char **dest);
|
||||
|
||||
int repo_config_get_index_threads(struct repository *r, int *dest);
|
||||
int repo_config_get_split_index(struct repository *r);
|
||||
int git_config_get_max_percent_split_change(void);
|
||||
int repo_config_get_max_percent_split_change(struct repository *r);
|
||||
|
||||
/* This dies if the configured or default date is in the future */
|
||||
int git_config_get_expiry(const char *key, const char **output);
|
||||
|
||||
Reference in New Issue
Block a user