summaryrefslogtreecommitdiff
path: root/builtin/annotate.c
AgeCommit message (Expand)Author
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau
2024-10-11annotate: remove usage of the_repository globalJohn Cai
2024-09-30builtin/annotate: fix leaking args vectorPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2020-07-30strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2014-07-16annotate: use argv_arrayRené Scharfe
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds