Code

i18n: git-pull add git-sh-i18n
[git.git] / git-pull.sh
index fb9e2df9312e96ecf8ad5ab2bde4b74b979fe02e..05011b1d8e02213e8f0fccf1d170c0c10112cc25 100755 (executable)
@@ -9,6 +9,7 @@ LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEA
 SUBDIRECTORY_OK=Yes
 OPTIONS_SPEC=
 . git-sh-setup
+. git-sh-i18n
 set_reflog_action "pull $*"
 require_work_tree
 cd_to_toplevel