Commits


add cancellation support to commit graph and 'got blame'


untie cancel callback declaration from the work tree


remove unused variable in blame_commit()


tog: fix search prompt location in split-screen view


bump version number


changes for 0.10


sync distfile list


fix and simplify blame algorithm Always diff against latest version of file. This is much easier since there is no need to keep track of lines shifting around.


always initialize bca in cmd_blame()


add another xfail blame test case


test suite: cross-check got blame results with git blame


remove pointless offset variable in get_blamed_line()


bump version number


changes for 0.9


have tog blame refresh display more often while annotation is in progress


fix blame bug where lines got annotated with wrong commit


fix number of lines accounted for during blame


don't put pointless zero-offset chunk at head of diffset list


don't add chunks with zero offset to diffoffset list


man page spelling fixes from Hiltjo Posthuma


fix uninitialized 'editor' variable; found by Hiltjo Posthuma


make blame go through first parent history; add more blame test cases


remove unused 'oldfile' parameter from diffreg.c's fetch()


fix segfault in got's blame_cb()


attribute commits created with git(1) in test suite to Flan Hacker