aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/update-server-info.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-04-08builtin/update-server-info: remove unnecessary if statementUsman Akinyemi1-2/+2
2025-02-10builtin/update-server-info: remove the_repository global variableUsman Akinyemi1-4/+4
2024-12-18server-info: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-04-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila1-1/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy1-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2012-08-22i18n: update-server-info: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-2/+2
2012-03-07update-server-info: respect core.bigfilethresholdNguyễn Thái Ngọc Duy1-0/+1
2010-11-15add OPT__FORCERené Scharfe1-2/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+25