From: Ævar Arnfjörð Bjarmason Date: Sat, 21 May 2011 18:43:42 +0000 (+0000) Subject: i18n: git-am add git-sh-i18n X-Git-Tag: v1.7.7-rc0~116^2~47 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b9a972691e3967166e642bd91ea229087a6b4874;p=git.git i18n: 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 Signed-off-by: Junio C Hamano --- diff --git a/git-am.sh b/git-am.sh index 6cdd5910d..79c5ea2a5 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