1
0
mirror of https://github.com/git/git.git synced 2024-10-19 21:08:12 +02:00
git/contrib/remote-helpers
Torsten Bögershausen 924f6c3d39 test-bzr: portable shell and utf-8 strings for Mac OS
Make the shell script more portable:
- Split export X=Y into 2 lines
- Use printf instead of echo -e

Use UTF-8 code points which are not decomposed by the filesystem:
 Code points like "á" will be decomposed by Mac OS X.
 bzr is unable to find the file "á" on disk.
 Use code points from unicode which can not be decomposed.
 In other words, the precompsed form use the same bytes as decomposed.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Acked-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-04-12 14:58:08 -07:00
..
git-remote-bzr remote-bzr: improve tag handling 2013-04-08 14:17:07 -07:00
git-remote-hg Merge branch 'mh/remote-hg-mode-bits-fix' 2013-01-21 20:15:40 -08:00
Makefile remote-helpers: fix the run of all tests 2013-04-04 09:35:20 -07:00
test-bzr.sh test-bzr: portable shell and utf-8 strings for Mac OS 2013-04-12 14:58:08 -07:00
test-hg-bidi.sh remote-hg: Fix biridectionality -> bidirectionality typos 2013-01-08 09:37:05 -08:00
test-hg-hg-git.sh remote-hg: fix hg-git test-case 2013-04-04 09:35:51 -07:00
test-hg.sh remote-helpers/test-bzr.sh: do not use "grep '\s'" 2013-04-07 08:41:34 -07:00