]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ak/sh-setup-dot-source-i18n-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2016 20:15:25 +0000 (13:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2016 20:15:25 +0000 (13:15 -0700)
commitda14d73d5eacfb2fa9d054f94d9eecb2244c3ce5
tree335b43de319820db9747fdf2b5629f7f0b7aeeea
parent2f445c17e59bb1fa49ad9197a4155f878f50d5f5
parent1073094f30a8dd5ae49f2146f587085c4fe86410
Merge branch 'ak/sh-setup-dot-source-i18n-fix'

Recent update to git-sh-setup (a library of shell functions that
are used by our in-tree scripted Porcelain commands) included
another shell library git-sh-i18n without specifying where it is,
relying on the $PATH.  This has been fixed to be more explicit by
prefixing $(git --exec-path) output in front.

* ak/sh-setup-dot-source-i18n-fix:
  git-sh-setup: be explicit where to dot-source git-sh-i18n from.