Commit Briefs



Stefan Sperling

use time-based rate-limiting for gotadmin progress output

Suggested by naddy some time ago. ok tracey


Stefan Sperling

add O_CLOEXEC (close-on-exec) to openat(2) calls

suggested by millert ok thomas_adam


Stefan Sperling

add O_CLOEXEC (close-on-exec) flag to open(2) calls

suggested by millert ok thomas_adam



Christian Weisgerber

indentation fixes


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

handle pack index files which lack a corresponding pack file

ok millert





Stefan Sperling

implement 'gotadmin cleanup'



Christian Weisgerber

explicitly include <endian.h> for be32toh()