Commit Briefs

83cd27f841 Stefan Sperling

make got and tog accept a --version argument; -V option is a bit obscure

prompted by a question from tedu@


bb51a5b4af Stefan Sperling

add -E option to 'got checkout' allowing use of a non-empty work tree path

needed by and ok kn@



455de7fa2c Theo Buehler

Avoid out of bounds access if path is "/".

From Martin <openbsd () academicsolutions ! ch> with tweaks by me. ok stsp



6a91d28331 Stefan Sperling

bump version number


c661880551 Stefan Sperling

changes for 0.24 (tags/0.24)





38e2e6c79d Stefan Sperling

delta caching is done; remove related item from TODO list



33147df7bc Sebastien marie

.PHONY is a target

ok stsp@


5aa813935b Stefan Sperling

add copyright year for files already touched in 2020


e40b19ed24 Stefan Sperling

fix reading ref deltas with GOT_PACK_NO_MMAP builds



3f7f9bd96e Stefan Sperling

fix memleak in error case of got-read-commit



b64b1f953a Stefan Sperling

plug a memory leak; parsed tree entries were not freed


fa7a529ed4 Stefan Sperling

disable delta cache in GOT_NO_OBJ_CACHE builds


cbfaaf2082 Stefan Sperling

add missing check for errors from imsg_get()





e7a5b9e9b7 Stefan Sperling

commit graph's close_branch() can be inlined in one place