Commits


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


rename tog_line_color to just tog_color


support the terminal's "default" color in tog color schemes


add color support to 'tog tree'


mark a tog-internal function as static


add color support to 'tog diff'


make 'tog log' show abbreviated commit IDs if the window is large enough suggested by landry@


fix copy-pasto in man page; patch by landry@