Commits


basic commit graph; make 'got log' use it; WIP with known bugs


move got_opentmp* functions to public API; used from tog


read object headers with privsep


rename 'refs' to 'reference'


implement 'got log -p' option


allow a profiled build with 'make PROFILE=yes'


i committed the profile build stuff again... back it out


avoid an extra memcpy in got_inflate_to_mem()


revert accidental changes from 9feb4ff2689af67633c98892e721ccd407ea1c92 These changes enabled profiling.


propagate error from delta cache insertion; fixes mem leak


add a 'got checkout' command


fix make install target if user name != group name


implement the 'got log' command with got libraries


add got(1) command code from mpi