author | Junio C Hamano <junkio@cox.net> | |
Mon, 28 Nov 2005 09:29:52 +0000 (01:29 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 28 Nov 2005 09:29:52 +0000 (01:29 -0800) | ||
commit | 9f63892b3803701c97259d51143e199fe9603d3f | |
tree | cbb481a09bd2ab0e4fa8fc43fe0a910c7fed24fb | tree | snapshot |
parent | f1f909e3185b5ee366e198042447afe749bfc813 | commit | diff |
mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>
Specifying the value for a single letter, single dash option
parameter with equal sign looked funny, and more importantly
calling the flag to override encoding from utf-8 to something
else "-u" (obviously abbreviated from "utf-8") did not make any
sense. So spell it out.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Specifying the value for a single letter, single dash option
parameter with equal sign looked funny, and more importantly
calling the flag to override encoding from utf-8 to something
else "-u" (obviously abbreviated from "utf-8") did not make any
sense. So spell it out.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-mailinfo.txt | diff | blob | history | |
mailinfo.c | diff | blob | history |