Commit Briefs

Tobias Heider

Rename got-http helper to got-fetch-http to match naming scheme.

We aren't planning to support sending anyway. ok stsp@


Tobias Heider

Add initial read-only http fetch support using a got-http helper.

Currently we only support the smart protocol with a limited feature set. ok stsp@ tobhe@



Stefan Sperling

add 'got send' command for sending changes to remote repositories

Known to work against git-daemon and github Git server implementations. Tests by abieber, naddy, jrick, and myself. Man page additions reviewed by Lucas.


Stefan Sperling

add got.conf(5) configuration file

ok tracey




Stefan Sperling

add got-read-tag libexec helper