From: Johannes Sixt <j.sixt@viscovery.net>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>, git@vger.kernel.org
Subject: Re: [PATCH] Allow '+', '-' and '.' in remote helper names
Date: Tue, 23 Feb 2010 14:19:08 +0100 [thread overview]
Message-ID: <4B83D5CC.9030206@viscovery.net> (raw)
In-Reply-To: <alpine.DEB.1.00.1002231402350.3980@intel-tinevez-2-302>
Johannes Schindelin schrieb:
> May I caution against allowing "+" as part of filenames? On Windows,
> thanks to the DOS garb^Wheritage, "+" is not really allowed...
I don't think that's true (and I also think it never was).
You may be refering to the copy command, where you can say
copy a.txt+b.txt+c.txt abc.txt
to concatenate the source files. But this does not restrict how you can
name your files. If you have a file a+b.txt and want to use it with copy,
then you must use double-quotes:
copy "a+b.txt" elsewhere.txt
copy "a+b.txt"+c.txt abc.txt
-- Hannes
next prev parent reply other threads:[~2010-02-23 13:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 12:33 [PATCH] Allow '+', '-' and '.' in remote helper names Ilari Liusvaara
2010-02-23 13:03 ` Johannes Schindelin
2010-02-23 13:07 ` Sverre Rabbelier
2010-02-23 13:51 ` Johannes Schindelin
2010-02-23 13:19 ` Johannes Sixt [this message]
2010-02-23 13:32 ` Erik Faye-Lund
2010-02-23 14:42 ` Johannes Schindelin
2010-02-23 13:48 ` Paolo Bonzini
2010-02-23 17:12 ` Gabriel Filion
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=4B83D5CC.9030206@viscovery.net \
--to=j.sixt@viscovery.net \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=ilari.liusvaara@elisanet.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.