Re: [PATCH] Install git-sh-setup.sh into $(prefix)/share/git-core. Call with explicit path.
From: Junio C Hamano <hidden> Date: 2016-08-11 20:08:16
Han-Wen Nienhuys [off-list ref] writes:
The real problem is that git is nonstandard to wrap around:
scripts like git-sh-setup need special attention, because they don't work
with
exec /some/where/else/git-sh-setup "$@"
Of course. Who would want to wrap git-sh-setup that way?
The only thing you would need to wrap around is "git" itself,
isn't it?