"Shawn O. Pearce" [off-list ref] writes:
Junio C Hamano [off-list ref] wrote:
quoted
"Shawn O. Pearce" [off-list ref] writes:
quoted
+$ENV{PATH} = '/opt/git/bin';
This caught my attention ;-).
What, is replacing PATH in the hook really all that paranoid?
Its a perfectly reasonable thing to do. ;-)
I 100% agree it is the right thing to to make sure PATH is a
known good value. What caught my attention is /opt/git/bin
is the *ONLY* place you need to look at, not even /usr/bin!