There's a bug in the git package obtained via installoptionalpackage, but I don't know how to contact the author. It's not the same author as http://haikuware.com/directory/view-details/development/miscellaneous/git, or he would have updated version info (v1.5 binaries vs v1.7 from installoptionalpackage).
Is there a Haiku equivalent to Ubuntu Package Search (http://packages.ubuntu.com/)?
This kind of website helps us figure out dependency issues and contact information for developers, among other things.
I'd appreciate it if someone could help me get in contact with the Haiku Git maintainer so that he can be informed of a missing dependency:
Without curl, Haiku's git has trouble cloning repositories:
~> installoptionalpackage git
~> git --version
git version 1.7.0.5
~> git clone https://github.com/joyent/node.git
Initialized empty Git repository in /boot/home/Downloads/node/.git/
fatal: Unable to find remote helper for 'https'
~> git clone http://github.com/joyent/node.git
Initialized empty Git repository in /boot/home/Downloads/node/.git/
fatal: Unable to find remote helper for 'http'