summaryrefslogtreecommitdiffstats
path: root/builtin/bugreport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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