• Show log

    Commit

  • Hash : 0ce35b66
    Author : Stefan Sperling
    Date : 2022-06-16T13:36:46

    fix an off-by-one in tog's draw_file() causing wrong diff output
    
    This issue caused empty lines added in diffs to be displayed without
    leading + in the diff view.
    
    Problem found by op@
    
    ok op jamsek