author | Sean <seanlkml@sympatico.ca> | |
Mon, 22 May 2006 04:42:59 +0000 (00:42 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 23 May 2006 01:52:19 +0000 (18:52 -0700) | ||
commit | 7f7e6eacf999cb53771426e561589f721e6c9974 | |
tree | a9689230e60c9ce44f791112bf7d5bdf04455754 | tree | snapshot |
parent | 1100ac81a90b03e0c037a286569a340decf7489b | commit | diff |
Install git builtins into gitexecdir rather than bindir.
Moving "git-cmd" commands out of the path and into a special
git exec path, should include the builtins.
[jc: fixed the case where bindir == gitexecdir - ln -f fails
with a complaint that src and dst are the same, likewise for
the fallback cp.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Moving "git-cmd" commands out of the path and into a special
git exec path, should include the builtins.
[jc: fixed the case where bindir == gitexecdir - ln -f fails
with a complaint that src and dst are the same, likewise for
the fallback cp.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |