Commit Briefs

ad3b5b58b0 Tobias Heider

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

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


ced242c2eb 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@



f8a36e2210 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.


257add310e Stefan Sperling

add got.conf(5) configuration file

ok tracey




28714985ea Stefan Sperling

add got-read-tag libexec helper


876c234bd6 Stefan Sperling

start reading pack files with privsep; still WIP


079b2f6564 Stefan Sperling

add a Makefile hierarchy which builds the whole show