author | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Jul 2006 23:49:12 +0000 (16:49 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 00:15:31 +0000 (17:15 -0700) | ||
commit | d3140f5c2a6b42361bca960f627b00264d5c7372 | |
tree | ed7f74ee60e28fd4050af20995a351b5c098775d | tree | snapshot |
parent | 65a4e98a22eab9317a05d1485c7c5a9c5befd589 | commit | diff |
Perly Git: make sure we do test the freshly built one.
We could BEGIN { push @INC, '@@INSTLIBDIR@@'; } but that is not
a good idea for normal execution. The would prevent a
workaround for a user who is trying to override an old, faulty
Git.pm installed on the system path with a newer version
installed under $HOME/.
Signed-off-by: Junio C Hamano <junkio@cox.net>
We could BEGIN { push @INC, '@@INSTLIBDIR@@'; } but that is not
a good idea for normal execution. The would prevent a
workaround for a user who is trying to override an old, faulty
Git.pm installed on the system path with a newer version
installed under $HOME/.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fmt-merge-msg.perl | diff | blob | history | |
git-mv.perl | diff | blob | history | |
t/test-lib.sh | diff | blob | history |