Commits


remove empty line from commit diff output


implement incremental blame display for tog


make struct got_tree_object opaque


basic 'got blame' implementation


introduce got_object_blob_dump_to_file()


display UTC commit timestamps in tog(1)


check fprintf() return values in got_diff_objects_as_commits()


make got_diff_objects_as_commits() require obj2 parameter


show log message above a diff between commits


make git_diff_object helpers error if both objects are NULL


allow switching from log view to diff view in tog


move got_opentmp* functions to public API; used from tog


move common diff helpers from got and tog into lib/diff.c


don't override error codes in diff_modified_blob()


wrap long lines