Merge branch 'ak/sh-setup-dot-source-i18n-fix' into maint
commitbb6bc68d226d3dad2f339fe180ed3f6542fe7649
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2016 21:27:56 +0000 (29 13:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2016 21:27:56 +0000 (29 13:27 -0800)
treecdd2f943a0e0cbab9d6493e9fe5e3eb2f4eb7ff5
parentaa22ef8a80997771d8a1f3e329139637e1ee63ec
parent1073094f30a8dd5ae49f2146f587085c4fe86410
Merge branch 'ak/sh-setup-dot-source-i18n-fix' into maint

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.