Commits


add path filtering support to commit graph


introduce got_object_tree_path_changed() and use it in 'got log'


don't crash in got_diff_tree() if trees are empty


replace got_object_open_by_path() with got_object_id_by_path()


change got_object_get_id() semantics; avoids pointless allocations


move far indented parts of print_commits() to separate function


fix 'make PROFILE=1' build


fix bug where duplicates were being added to object idset


tweak log message headers again


tweak commit display


don't display blob IDs twice when diffing blobs directly


tweak diff output and adjust test expectations accordingly


show blob IDs in diffs again and make repository test pass


display file paths in diffs instead of blob SHA1s


fix infinite loop when tog displays wide characters


fix "rpath" pledge violation in got-read-pack


reduce pack cache size; avoids opening more than 128 fds


initialize privsep child pointer in got_repo_cache_pack()


support commit log messages larger than the maximum imsg size


stop sending deltas in imsg; cache deltas in got-read-pack


plug a tree object leak in worktree.c


move object cache out of repository.c to its own file


read packed blobs with privsep


read packed trees with privsep


read packed commits with privsep