aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/bugreport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-02-27Merge branch 'ua/os-version-capability'Junio C Hamano1-11/+2
2025-02-18version: extend get_uname_info() to hide system detailsUsman Akinyemi1-1/+1
2025-02-18version: refactor get_uname_info()Usman Akinyemi1-11/+2
2024-12-18diagnose: 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
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-03-16bugreport.c: fix a crash in `git bugreport` with `--no-suffix` optionJiamu Sun1-3/+7
2023-10-29bugreport: reject positional argumentsEmily Shaffer1-0/+5
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-1/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason1-3/+6
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+2
2022-08-12builtin/bugreport.c: create '--diagnose' optionVictoria Dye1-3/+24
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason1-36/+8
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer1-1/+1
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason1-1/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-4/+1
2021-04-28builtin/bugreport: don't leak prefixed filenameAndrzej Hunt1-3/+5
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau1-1/+2
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano1-0/+194
2020-08-13make git-bugreport a builtinJeff King1-0/+196