8d97506e4b
Using sed -e '/[0-9]\+//' to find "one or more digits" is not portable. Use the Basic Regular Expression '/[0-9][0-9]*//' instead. Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
git-remote-bzr | ||
git-remote-hg | ||
Makefile | ||
test-bzr.sh | ||
test-hg-bidi.sh | ||
test-hg-hg-git.sh | ||
test-hg.sh |