Re: [RFC PATCH 0/3] git-p4: move to toplevel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]