Commit Briefs

abc59930d5 Christian Weisgerber

indentation fixes


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.




1124fe406f Stefan Sperling

handle pack index files which lack a corresponding pack file

ok millert



9614da0def Stefan Sperling

avoid searching the pack index twice in 'gotadmin cleanup'


4b2e47fbbe Stefan Sperling

fix memory leak in error path of load_commit_or_tag()


b3d68e7f99 Stefan Sperling

implement 'gotadmin cleanup'



c8d1f14f1e Christian Weisgerber

explicitly include <endian.h> for be32toh()


05118f5ae5 Stefan Sperling

implement gotadmin pack, indexpack, and listpack commands