Commits


sync distfile list


changes for 0.21


plug leaks in error paths of got_privsep_send_tree()


eliminate redundant memcpy in got_privsep_send_tree_req()


fold a function call onto a single line


add -R option to 'got add' for recursive addition (patch by Tracey Emery)


trim trailing whitespace in revert.sh (patch by Tracey Emery)


reduce the amount of memcpy() and strdup() while parsing tree entries


fix tog display issue caused by Tab in commit messages; reported by mpi@


add debug stats to delta cache


cache delta data buffers in an LRU cache


stop storing decompressed delta data in struct got_delta; fetch it on demand


add -c option to 'got branch', replacing the optional second argument


when an object id string is bad, include the bad string in the error message


bump version number