Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compa…
…tible 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>
- Loading branch information