• Show log

    Commit

  • Hash : ae6a6978
    Author : Stefan Sperling
    Date : 2020-08-09T21:56:11

    speed up 'tog diff' get_filestream_info() a bit With this, 'tog diff' is able to display clang 10 commits. However, such huge diffs still take a rather long time to open. get_filestream_info() is a hack. Ideally, diff line-offset information needed by tog should be part of the result of the diff operation, rather than forcing tog to calculate line offsets during a post-processing step.