Code

Perly Git: arrange include path settings properly.
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Jun 2006 10:17:07 +0000 (03:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:43 +0000 (17:14 -0700)
commitf1b8fd4abae7910d9227ae019220944e8fac6884
tree6a225aed57a923093a2bc97901f0f1a17d1023cf
parentc9093fb38b48dcf09dbf1fb5cbf72e2b1f2c1258
Perly Git: arrange include path settings properly.

Before "use Git" takes effect, we would need to set up the Perl
library path to point at the local installation location.  So
that instruction needs to be in BEGIN{} block.

Pointed out and fixed by Pavel Roskin.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fmt-merge-msg.perl
git-mv.perl