Thanks Rich.
There is nothing new on dmesg, and there is nothing in /var/log except wtmp and autologin.
I solved the problem, by adding git to onboot.lst
I guess it just wasn't meant to work ondemand.
I first managed to get it working, by adding /usr/local/libexec/git-core/ to my $PATH with:
PATH=/usr/local/libexec/git-core/:$PATH
Strange thing though, even if I set PATH back to it's original, git still continued to work, until I reboot.
So, I added it to my onboot.lst and restarted. That solved my problem.
Thanks for your help,
Upstream