]> git.99rst.org Git - git.git/commit
repository: adjust the comment of config_values_private_
authorTian Yuchen <redacted>
Tue, 14 Jul 2026 03:25:25 +0000 (11:25 +0800)
committerJunio C Hamano <redacted>
Tue, 14 Jul 2026 14:30:24 +0000 (07:30 -0700)
commit5eac7ac7151a27025386d48e21c4608115a16db6
tree15b363f7b766b0058b65ef89a08f3229cbe5de5b
parentb5efc34b10b3484e18e7a55260f0f06e423eba28
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 <redacted>
Mentored-by: Ayush Chandekar <redacted>
Mentored-by: Olamide Caleb Bello <redacted>
Signed-off-by: Tian Yuchen <redacted>
Signed-off-by: Junio C Hamano <redacted>
repository.h
git clone https://git.99rst.org/PROJECT