Revision 6422f633216475939f9a6f317e41a164737cbb02 authored by Michele Ballabio on 22 June 2008, 14:39:04 UTC, committed by Junio C Hamano on 23 June 2008, 01:14:37 UTC
When an argument for an option is optional, short options don't need a
space between the option and the argument, and long options need a "=".
Otherwise, arguments are misinterpreted.

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 82936f2
History
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 29.1 KB
Makefile -rw-r--r-- 1.0 KB
Makefile.PL -rw-r--r-- 745 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top