From: Ævar Arnfjörð Bjarmason Date: Tue, 7 Sep 2010 14:03:50 +0000 (+0000) Subject: gettextize: git-am add git-sh-i18n X-Git-Tag: ko-pu~10^2~63 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0620a71b683c8e22f4b96a96049b942e1ff48890;p=git.git gettextize: git-am add git-sh-i18n Source git-sh-i18n in git-am.sh, it's needed to import the Git gettext shell functions. Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/git-am.sh b/git-am.sh index df09b4284..cfad206d6 100755 --- a/git-am.sh +++ b/git-am.sh @@ -37,6 +37,7 @@ rerere-autoupdate update the index with reused conflict resolution if possible rebasing* (internal use for git-rebase)" . git-sh-setup +. git-sh-i18n prefix=$(git rev-parse --show-prefix) set_reflog_action am require_work_tree