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