author | Marcel Koeppen <git-dev@marzelpan.de> | |
Wed, 26 Nov 2008 16:51:01 +0000 (17:51 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Nov 2008 18:09:52 +0000 (10:09 -0800) | ||
commit | 26d6cc555db0144961bcb3537312cc5a7b6d84d1 | |
tree | c53e6e7efa1d772b84b6c681fd70a36755710b30 | tree | snapshot |
parent | 73c427eb99a9bb8a3ade40809194405ddb1fd733 | commit | diff |
t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible with OSX sed
The sed call used in compare_svn_head_with() uses the + quantifier, which
is not supported in the OSX version of sed. It is replaced by the
equivalent \{1,\}.
Signed-off-by: Marcel Koeppen <git-dev@marzelpan.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The sed call used in compare_svn_head_with() uses the + quantifier, which
is not supported in the OSX version of sed. It is replaced by the
equivalent \{1,\}.
Signed-off-by: Marcel Koeppen <git-dev@marzelpan.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9129-git-svn-i18n-commitencoding.sh | diff | blob | history |