Nicolas Pitre [off-list ref] writes:
On Wed, 14 Nov 2007, Alex Riesen wrote:
...
quoted
oh, you should be looking for usage.c, the function report (it is
called by default die handler). The old code used to fputs("fatal:"),
the new just vfprintf's everything, so the write should look like:
write(2, "fatal: cannot pread pack file: No such "...
This is not included in 1.5.3.5 though.
True; although I did not think it was risky at all, I did not
think that was serious enough change.