Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
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.

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Torsten Bögershausen
On 2016-03-17 06.16, Torsten Bögershausen wrote: Oh Boy, typo in the last patch and t9115#11,12 where skipped on Mac & Linux :-( The "case" should look like this: > + "$neq") > + true ;; > + *) > + false ;; > + esac And the pathch is here:

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
On 2016/03/15 16:09 +0900, Eric Wong wrote: > Torsten Bögershausen wrote: >> On 03/15/2016 02:59 AM, Eric Wong wrote: >> >[] >> >I just edited locally and pushed those out to Junio: >> > >> >http://mid.gmane.org/20160315015726.ga25...@dcvr.yhbt.net >> > >> >> The new TC 11/12 don't pass under cyg

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Torsten Bögershausen
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. > > I think a quote from the

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Kazutoshi Satoda
On 2016/03/17 14:35 +0900, Torsten Bögershausen wrote: > On 2016-03-17 06.16, Torsten Bögershausen wrote: ... > And the pathch is here: > > > Kazutoshi, could you re-test on your environment ? The test 11,12 was skipp

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-19 Thread Torsten Bögershausen
On 2016-03-18 03.15, Kazutoshi Satoda wrote: > On 2016/03/17 14:35 +0900, Torsten Bögershausen wrote: >> On 2016-03-17 06.16, Torsten Bögershausen wrote: > ... >> And the pathch is here: >> >> >> Kazutoshi, could you re

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-15 Thread Eric Wong
Torsten Bögershausen wrote: > On 03/15/2016 02:59 AM, Eric Wong wrote: > >[] > >I just edited locally and pushed those out to Junio: > > > >http://mid.gmane.org/20160315015726.ga25...@dcvr.yhbt.net > > > > The new TC 11/12 don't pass under cygwin. > > Do we need cp932 ? Not sure, both CP932 and

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-14 Thread Torsten Bögershausen
On 03/15/2016 02:59 AM, Eric Wong wrote: [] I just edited locally and pushed those out to Junio: http://mid.gmane.org/20160315015726.ga25...@dcvr.yhbt.net The new TC 11/12 don't pass under cygwin. Do we need cp932 ? If not, we may use the paych from here: https://github.com/tboegi/git/commi

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-03-14 Thread Eric Wong
Torsten Bögershausen wrote: > On 28.02.16 05:59, Eric Wong wrote: > > tbo...@web.de wrote: > > Please keep lines wrapped at 80 cols or less. > > (I need big fonts) > OK > > > >> @@ -105,10 +105,10 @@ test_expect_success UTF8 'svn.pathnameencoding=cp932 > >> new file on dcommit' ' > >> ' > > Why

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-02-28 Thread Torsten Bögershausen
On 28.02.16 05:59, Eric Wong wrote: > tbo...@web.de wrote: > Please keep lines wrapped at 80 cols or less. > (I need big fonts) OK > >> @@ -105,10 +105,10 @@ test_expect_success UTF8 'svn.pathnameencoding=cp932 >> new file on dcommit' ' >> ' > Why the extra 'o'? That shouldn't be there, sorry. W

Re: [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-02-27 Thread Eric Wong
tbo...@web.de wrote: > --- a/t/t9115-git-svn-dcommit-funky-renames.sh > +++ b/t/t9115-git-svn-dcommit-funky-renames.sh > @@ -93,7 +93,7 @@ test_expect_success 'git svn rebase works inside a > fresh-cloned repository' ' > # > to special UNICODE characters in the range 0xf000 to 0xf0ff (the > # >

[PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

2016-02-27 Thread tboegi
From: Torsten Bögershausen HFS+ under Mac OS X doesn't allow file names like "\201\207", so skip the tests using cp932. Signed-off-by: Torsten Bögershausen --- t/t9115-git-svn-dcommit-funky-renames.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t9115-git-svn-dco