diff options
author | Paul Tan <pyokagan@gmail.com> | 2015-08-04 21:51:45 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-04 22:02:11 -0700 |
commit | ef7ee16d75855fb17578e3f29e33f17ba107aac1 (patch) | |
tree | 4396729ec99d5bfada8368e46c531f53c4294da3 /Documentation/git-send-pack.txt | |
parent | builtin-am: handle stray state directory (diff) | |
download | tgif-ef7ee16d75855fb17578e3f29e33f17ba107aac1.tar.xz |
builtin-am: implement -u/--utf8
Since d1c5f2a (Add git-am, applymbox replacement., 2005-10-07),
git-am.sh supported the -u,--utf8 option. If set, the -u option will be
passed to git-mailinfo to re-code the commit log message and authorship
in the charset specified by i18n.commitencoding. If unset, the -n option
will be passed to git-mailinfo, which disables the re-encoding.
Since d84029b (--utf8 is now default for 'git-am', 2007-01-08), --utf8
is specified by default in git-am.sh.
Re-implement the above in builtin/am.c.
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-pack.txt')
0 files changed, 0 insertions, 0 deletions