mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
adc3b2b276
commit
b9a972691e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue