Great job with this project.

I am trying to add msysGit to a little project I work on, Instant
Django, which provides a portable Django development environment for
windows. The goal is to be completely portable and self-contained, and
msysGit works well.

I have a batch file that changes some environment variables when
executed, and I need to add the appropriate directories the the PATH.
I noticed that in the cmd directory installed by msysGit there is a
batch file named 'git', designed to execute with and error code when
run.

It looks like I need to add both the 'bin' and 'cmd' directories to
the path, so I add 'bin' first, and I'm not having any problems, but I
can't quite figure out the purpose of this file, and was hoping
someone could point me in the right direction.

Also, is there any way I could slim thing down? msysGit is approx.
100MB when extracted.

thanks in advance,
cjl

Reply via email to