git 1.5.4.1 on os x

I didn’t really want to compile git on the Air so I used the MBP to create a package for it. This will install git in /usr/local (so it’s relatively easy to uninstall manually… sudo rm /usr/local/bin/git* … etc). This package is for Leopard. I don’t know if (and doubt) it’ll work on anything else.

The only drawback to me making this package is you need to edit (or create) ~/.bash_profile and add this line:
export PERL5LIB=/usr/local/lib/perl5/site_perl/

You can download git 1.5.4.1 here: http://code.twi.gs/git-1.5.4.1.pkg

1 Comment

  1. Bill said,

    March 3, 2008 at 8:51 pm

    Jason,

    Awesome this came in handy tonight. :)

    Bill

Post a Comment