On 2016/03/17 14:16 +0900, Torsten Bögershausen wrote:
> On 2016-03-16 18.37, Kazutoshi Satoda wrote:
>> "funcky" looks a typo.
>> 
>>>>     Don't use funky file names, that can not be created under
>>>>     HFS or NTFS.
>> 
>> The file can be created on my Cygnus environment, which is under FONTS.
>> So it looks a bit inaccurate.

Uh, ... I noticed that I wrongly instruct the spell checker...

The above was meant to be:

  The file can be created on my Cygwin environment, which is under NTFS.
  So it looks a bit inaccurate.

>>>> -       neq=$(printf "\201\202") &&
>>>> -       git config svn.pathnameencoding cp932 &&
>>>> +       neq=$(printf "\303\244") &&
>>>> +       git config svn.pathnameencoding ISO8859-1 &&
>> 
>> The variable name "new" was for "NOT EQUAL TO" (0x8182 in cp932 = U+2260).
>> http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT

Here "new" was meant to be "neq", of course.


Sorry for the confusion.

-- 
k_satoda
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to