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


CHANGES for 0.20


fix reading pack files larger than 2GB; ok tb@; problem found by mpi@


hide EINTR again when got exits due to Ctrl-C


try harder not to hide errors from helper programs when got(1) exits


use less empty padding space after author name in 'tog log'


rename 'got init' and 'got import' default branch to "main"; patch by kmos@


bump version number


changes for 0.19


add colors for 'tog log' and 'tog blame'


more s/line_color/color/g in tog