summaryrefslogtreecommitdiffstats
path: root/builtin/bugreport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-1/+1
* global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
* bugreport.c: fix a crash in `git bugreport` with `--no-suffix` optionJiamu Sun2024-03-161-3/+7
* bugreport: reject positional argumentsEmily Shaffer2023-10-291-0/+5
* treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-1/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason2022-11-211-3/+6
* doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: balance unbalanced "[" and "]"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: fix incorrect alternates syntaxÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-1/+2
* builtin/bugreport.c: create '--diagnose' optionVictoria Dye2022-08-121-3/+24
* hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason2021-09-271-36/+8
* hook.c: add a hook_exists() wrapper and use it in bugreport.cEmily Shaffer2021-09-271-1/+1
* hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-4/+1
* builtin/bugreport: don't leak prefixed filenameAndrzej Hunt2021-04-281-3/+5
* builtin/bugreport.c: use thread-safe localtime_r()Taylor Blau2020-12-011-1/+2
* Merge branch 'jk/slimmed-down'Junio C Hamano2020-09-031-3/+1
* make git-bugreport a builtinJeff King2020-08-131-0/+196