From: Ævar Arnfjörð Bjarmason Date: Tue, 14 Sep 2010 12:09:49 +0000 (+0000) Subject: gettextize: git-bisect add git-sh-i18n X-Git-Tag: ko-pu~10^2~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=40780653582c8b2c1a03914c686380e059f03420;p=git.git gettextize: git-bisect add git-sh-i18n Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/git-bisect.sh b/git-bisect.sh index 6e2acb8ef..d0d95f6eb 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -28,6 +28,7 @@ Please use "git help bisect" to get the full man page.' OPTIONS_SPEC= . git-sh-setup +. git-sh-i18n require_work_tree _x40='[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]'