mirror of
https://github.com/git/git.git
synced 2026-08-07 00:22:05 +00:00
repository: adjust the comment of config_values_private_
The configurations in 'struct config_values_private_' are not all parsed in 'git_default_config()'. For example, 'pager_program' is now parsed in 'pager.c'. Therefore, update the comment. Mentored-by: Christian Couder <christian.couder@gmail.com> Mentored-by: Ayush Chandekar <ayu.chandekar@gmail.com> Mentored-by: Olamide Caleb Bello <belkid98@gmail.com> Signed-off-by: Tian Yuchen <cat@malon.dev> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
b5efc34b10
commit
5eac7ac715
@@ -152,7 +152,7 @@ struct repository {
|
||||
/* Repository's compatibility hash algorithm. */
|
||||
const struct git_hash_algo *compat_hash_algo;
|
||||
|
||||
/* Repository's config values parsed by git_default_config() */
|
||||
/* Repository-specific configuration values. */
|
||||
struct repo_config_values config_values_private_;
|
||||
|
||||
/* Repository's reference storage format, as serialized on disk. */
|
||||
|
||||
Reference in New Issue
Block a user