]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'vd/scalar-generalize-diagnose'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Aug 2022 21:42:32 +0000 (14:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Aug 2022 21:42:32 +0000 (14:42 -0700)
commitf00ddc9f4861ab126ea48d1551dd7e2ed5f90943
treec47af2e86c4b56496951a5fd91892321e15c74eb
parenta103ad6f3d58cf3d297a6b102876e2bbf09c98d7
parent43370b1e910f767b327046b1c4253c82e9695052
Merge branch 'vd/scalar-generalize-diagnose'

The "diagnose" feature to create a zip archive for diagnostic
material has been lifted from "scalar" and made into a feature of
"git bugreport".

* vd/scalar-generalize-diagnose:
  scalar: update technical doc roadmap
  scalar-diagnose: use 'git diagnose --mode=all'
  builtin/bugreport.c: create '--diagnose' option
  builtin/diagnose.c: add '--mode' option
  builtin/diagnose.c: create 'git diagnose' builtin
  diagnose.c: add option to configure archive contents
  scalar-diagnose: move functionality to common location
  scalar-diagnose: move 'get_disk_info()' to 'compat/'
  scalar-diagnose: add directory to archiver more gently
  scalar-diagnose: avoid 32-bit overflow of size_t
  scalar-diagnose: use "$GIT_UNZIP" in test
Makefile
git-compat-util.h