diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2011-05-21 18:44:19 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-21 11:57:17 -0700 |
commit | dcf9c2e57ab8c916701dd1d4791ef479a3aaf1fc (patch) | |
tree | d669f7a20f82b530494f8ea2c5ff064c66e16fe2 /git-bisect.sh | |
parent | d4ca6c8b3e36b67f214317879c2c4cd80d1b1c25 (diff) | |
download | git-dcf9c2e57ab8c916701dd1d4791ef479a3aaf1fc.tar.gz |
i18n: git-bisect add git-sh-i18n
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-x | git-bisect.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index 415a8d04cc..751c73350b 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]' |