7 years ago 79109fed13 Stefan Sperling
implement 'got log -p' option
7 years ago 1e70621d61 Stefan Sperling
reset optind in main()
7 years ago 0a585a0d64 Stefan Sperling
remove GOT_ERR_NO_MEM, we can just use errno in those cases
7 years ago 8bf5b3c9ff Stefan Sperling
rewrite 'got log' without recursion
7 years ago 6715a7519b Stefan Sperling
allow a profiled build with 'make PROFILE=yes'
7 years ago 92f27f7091 Stefan Sperling
i committed the profile build stuff again... back it out
7 years ago 19d747f7bf Stefan Sperling
avoid an extra memcpy in got_inflate_to_mem()
7 years ago 9e29d27e3b Stefan Sperling
These changes enabled profiling.
7 years ago 9feb4ff268 Stefan Sperling
propagate error from delta cache insertion; fixes mem leak
7 years ago 0bb8a95e46 Stefan Sperling
add support for checking out a subtree
7 years ago 20ecf764dd Stefan Sperling
tweak unkown command message
7 years ago 92a684f463 Stefan Sperling
show progress during checkout
7 years ago c09a553dff Stefan Sperling
add a 'got checkout' command
7 years ago d7d4f21047 Stefan Sperling
print errors returned from library
7 years ago 987e94ba2f Stefan Sperling
wrap long line
7 years ago 1b6b95a858 Stefan Sperling
add -h option (help)
7 years ago 46a0db7da0 Stefan Sperling
show a list of commands in usage()
7 years ago 6f3d1eb01f Stefan Sperling
make 'got log' accept a path to repository
7 years ago f42b1b34c1 Stefan Sperling
implement the 'got log' command with got libraries
7 years ago 5c860e2997 Stefan Sperling
add got(1) command code from mpi