5 years ago d404e6d6b3 Stefan Sperling
sync distfile list
5 years ago 06c0a1750f Stefan Sperling
changes for 0.21
5 years ago 3b6470856e Stefan Sperling
plug leaks in error paths of got_privsep_send_tree()
5 years ago 7f358e3b0e Stefan Sperling
eliminate redundant memcpy in got_privsep_send_tree_req()
5 years ago 3fd4eb5ab9 Stefan Sperling
fold a function call onto a single line
5 years ago 4e68cba3de Stefan Sperling
add -R option to 'got add' for recursive addition (patch by Tracey Emery)
5 years ago 6a5eff7c93 Stefan Sperling
trim trailing whitespace in revert.sh (patch by Tracey Emery)
5 years ago 3022d2728c Stefan Sperling
reduce the amount of memcpy() and strdup() while parsing tree entries
5 years ago dee2c213ed Stefan Sperling
fix tog display issue caused by Tab in commit messages; reported by mpi@
5 years ago c3b318d03e Stefan Sperling
add debug stats to delta cache
5 years ago ab2f42e760 Stefan Sperling
cache delta data buffers in an LRU cache
5 years ago 42c69117cc Stefan Sperling
stop storing decompressed delta data in struct got_delta; fetch it on demand
5 years ago a74f7e836f Stefan Sperling
add -c option to 'got branch', replacing the optional second argument
5 years ago 6dd1ece69a Stefan Sperling
when an object id string is bad, include the bad string in the error message
5 years ago a837b5e488 Stefan Sperling
bump version number
5 years ago 473cb1cdc3 Stefan Sperling
CHANGES for 0.20
5 years ago 5e6be23258 Stefan Sperling
fix reading pack files larger than 2GB; ok tb@; problem found by mpi@
5 years ago 70015d7a0e Stefan Sperling
hide EINTR again when got exits due to Ctrl-C
5 years ago f8afbdc86e Stefan Sperling
try harder not to hide errors from helper programs when got(1) exits
5 years ago 52e88aae7e Stefan Sperling
use less empty padding space after author name in 'tog log'
5 years ago 5d67f40db0 Stefan Sperling
rename 'got init' and 'got import' default branch to "main"; patch by kmos@
5 years ago ea5b64ecd8 Stefan Sperling
5 years ago b302f6b838 Stefan Sperling
changes for 0.19
5 years ago 11b20872df Stefan Sperling
add colors for 'tog log' and 'tog blame'
5 years ago bddb1296a2 Stefan Sperling
more s/line_color/color/g in tog