Commit Briefs


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


df8cd9c6cd Stefan Sperling

small simplification in got_commit_graph_iter_next()


a450c2bf91 Stefan Sperling

remove a misleading comment