aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-advise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-1/+0
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2021-07-13advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason1-1/+1
2020-09-30test-advise: check argument count with argc instead of argvJeff King1-2/+2
2020-03-05advice: revamp advise APIHeba Waly1-0/+22