Commits


add `got patch' command for applying unified diffs


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.


add got.conf(5) configuration file ok tracey


Add initial support for network protocol. Ported from git9 by Ori Bernstein.


obtain repo format version and commit author name/email from .git/config


add got-read-tag libexec helper


start reading pack files with privsep; still WIP


add a Makefile hierarchy which builds the whole show