projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ae26f
)
Fix the description of --utf8 and --keep to git-am.
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>
Documentation/git-am.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-am.txt
b/Documentation/git-am.txt
index
1ceed11
..
6645e82
100644
(file)
--- a/
Documentation/git-am.txt
+++ b/
Documentation/git-am.txt
@@
-28,7
+28,7
@@
OPTIONS
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::