Commits


repair gotweb build after diff api changes


remove redundant lines of code from close_file2_and_reuse_file1()


sync files from diff.git 86b603da3068dce115470492279dc6f86f17f60b


prevent potential fclose(NULL) in error path of diff_blobs()


consistently label removed files as "/dev/null" in diff headers


sync files from diff.git e4c510c1d83fe01247b6f59d855dffad81e4f26a


handle binary files in blame's custom file diff atomizer


reset tog diff view's scroll position if diff context shrinks too much


handle binary files in got/tog diff commands; add -a options to force text


sync files from diff.git e51ebd83fa731d197ee4074ee2e94dbc0581078c


add a test for diffing binary files; got diff behaves like 'diff -a'


implement custom atomizer for blame to reuse data and mappings across commits


remove stdbool.h where it's not needed


fix type of filesize output parameter of got_object_blob_dump_to_file()


reallocate line_offsets array less often in got_object_blob_dump_to_file()