summaryrefslogtreecommitdiff
path: root/builtin/bugreport.c
AgeCommit message (Expand)Author
2024-03-16bugreport.c: fix a crash in `git bugreport` with `--no-suffix` optionJiamu Sun
2023-10-28bugreport: reject positional argumentsEmily Shaffer
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-08-12builtin/bugreport.c: create '--diagnose' optionVictoria Dye
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason
2021-09-27hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer
2021-09-27hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe
2021-04-28builtin/bugreport: don't leak prefixed filenameAndrzej Hunt
2020-12-01builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau
2020-09-03Merge branch 'jk/slimmed-down'Junio C Hamano
2020-08-13make git-bugreport a builtinJeff King