From: Johannes Sixt <J.Sixt@eudaptics•com>
To: git@vger•kernel.org
Subject: Re: [PATCH] --utf8 is now default for 'git-am'
Date: Tue, 09 Jan 2007 09:28:51 +0100 [thread overview]
Message-ID: <45A35243.FB9FB121@eudaptics.com> (raw)
In-Reply-To: 7vlkkduqm6.fsf@assigned-by-dhcp.cox.net
Junio C Hamano wrote:
> @@ -128,7 +128,9 @@ do
> -s|--s|--si|--sig|--sign|--signo|--signof|--signoff)
> sign=t; shift ;;
> -u|--u|--ut|--utf|--utf8)
> - utf8=t; shift ;;
> + shift ;; # this is now default
> + --no-u|--no-ut|--no-utf|--no-utf8)
> + utf8=; shift ;;
> -k|--k|--ke|--kee|--keep)
> keep=t; shift ;;
>
How is
git-am --no-utf8 --utf8 mbox
to be interpreted? I'd expect that the last option on the command line
has precedence, for example, if git-am is used in a script like this:
git-am --no-utf8 $userpreferences $mbox
With you patch --no-utf8 always overrides any --utf8 that is specified.
-- Hannes
prev parent reply other threads:[~2007-01-09 8:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-08 21:59 [PATCH] --utf8 is now default for 'git-am' Junio C Hamano
2007-01-09 8:28 ` Johannes Sixt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45A35243.FB9FB121@eudaptics.com \
--to=j.sixt@eudaptics$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox