Clemens Buchacher <drizzd@xxxxxx> writes: >> Erm,... do you really need the alias if you add git-p4 in a directory on >> your $PATH? > > With recent git versions, this has stopped working. Erm, I am confused. $ git --exec-path /home/junio/g/Debian-6.X-x86_64/git-jch/libexec/git-core $ type git-hello bash: type: git-hello: not found $ cat >~/bin/common/git-hello <<EOF #!/bin/sh echo hello world EOF $ chmod +x ~/bin/common/git-hello $ type git-hello git-hello is /home/junio/bin/common/git-hello $ git hello hello world What am I missing??? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html