aboutsummaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2011-05-21 18:43:58 +0000
committerJunio C Hamano <gitster@pobox.com>2011-05-21 11:57:15 -0700
commitd0ad8251100c1db6d5265d59275bed09ce4731ce (patch)
tree5aa9e923ba6cab8d7874ad8934fe4480504e83a3 /git-submodule.sh
parent3320a973fee4a238e684d0203b0f2d4b941a2c2b (diff)
downloadgit-d0ad8251100c1db6d5265d59275bed09ce4731ce.tar.gz
git-d0ad8251100c1db6d5265d59275bed09ce4731ce.tar.xz
i18n: git-submodule 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-submodule.sh')
-rwxr-xr-xgit-submodule.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index bf110e9cb..816ab3d95 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -14,6 +14,7 @@ USAGE="[--quiet] add [-b branch] [-f|--force] [--reference <repository>] [--] <r
or: $dashless [--quiet] sync [--] [<path>...]"
OPTIONS_SPEC=
. git-sh-setup
+. git-sh-i18n
. git-parse-remote
require_work_tree