Re: [PATCH v5 0/7] scalar: implement the subcommand "diagnose"
From: Junio C Hamano <hidden> Date: 2022-05-19 19:24:11
"Johannes Schindelin via GitGitGadget" [off-list ref]
writes:
Changes since v4:
* Squashed in Junio's suggested fixups
* Renamed the option from --add-file-with-content=<name>:<content> to
--add-virtual-file=<name>:<content>
;-) 5 letters shorter and is a good name.
* Fixed one instance where I had used error() instead of error_errno().