Commits


fix switching to tog's tree view when logging a path; reported by naddy@


bump version number


changes for 0.24


don't bother swapping the first pack index cache pointer, and improve comment


increase tag cache size; makes tog more responsive when many tags exist


fix pack index cache; don't open/close pack index files needlessly


delta caching is done; remove related item from TODO list


add support for first-parent history traversal to got-read-pack


.PHONY is a target ok stsp@


add copyright year for files already touched in 2020


fix reading ref deltas with GOT_PACK_NO_MMAP builds


plug a memory leak: got-read-commit forgot to close commits


fix memleak in error case of got-read-commit


rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)


plug a memory leak; parsed tree entries were not freed