Commits


make tog's diff view data structure non-global


fix leaks in got's print_commits()


fix leaks in tog's queue_commits()


free the correct commit id in 'tog blame'


fix leaks in queue_commits()


fix leaks in print_commits()


fix a leak and use recallocarray in read_object_header()


replace reallocarray with recallocarray throughout inflate.c


wrap overlong line


fix length calculations in mmap inflate; fixes garbage diffs


don't remove cached elements in got_object_idcache_add()


plug a leak in got_object_idcache_add()


avoid unnecessary reallocations in fetch_commits_from_open_branches()


commit graph child adjancencies are not used; drop them


use strsep() correctly in got's print_commit()


fix leak in object_path()


eliminate local 'obj' variable in got's print_patch()


use got_object_qid_free() consistently


remove unused got_object_idset_remove_random()


fix more leaks in commit graph's add_node()


don't store copies of packfile paths in each delta


fix leak in dump_delta_chain_to_file()


fix leaks in resolve_offset_delta()


free parent ids when freeing commit graph nodes


plug some leaks in inflate.c