summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 63ae26f)
raw | patch | inline | side by side (parent: 63ae26f)
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | |
Thu, 8 Dec 2005 23:28:05 +0000 (00:28 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Dec 2005 23:50:13 +0000 (15:50 -0800) |
The git-am script actually transform --utf8 and --keep to -u and -k when
sent to git-mailinfo.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sent to git-mailinfo.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-am.txt | patch | blob | history |
index 1ceed112f218a3cecc7a5f9be98bd9611f7267dd..6645e82b84822e4310b122a8078e1ab16f4dc770 100644 (file)
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
area to store extracted patches.
--utf8, --keep::
- Pass `--utf8` and `--keep` flags to `git-mailinfo` (see
+ Pass `-u` and `-k` flags to `git-mailinfo` (see
gitlink:git-mailinfo[1]).
--binary::