Revision 66697467f8256bbc45e413fd2c5022898b0b01c0 authored by Johannes Schindelin on 29 July 2019, 20:08:08 UTC, committed by Junio C Hamano on 29 July 2019, 21:51:42 UTC
One time too many did this developer call the `generate` script passing
a `--make-out=<PATH>` option that was happily ignored (because there
should be a space, not an equal sign, between `--make-out` and the
path).

And one time too many, this script not only ignored it but did not even
complain. Let's fix that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a530a59
History
File Mode Size
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.9 KB
client.go -rw-r--r-- 4.8 KB
main.go -rw-r--r-- 2.4 KB
proxy.go -rw-r--r-- 4.7 KB
socket.go -rw-r--r-- 2.8 KB

README

back to top