Commits


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


make 'got revert' to ignore unversioned files instead of aborting with 'bad path' and add a regress to check the revert isn't aborted anymore


plug memory leak in sort_tree_entries_the_way_git_likes_it()


fix 'last commit cannot be folded' check with reordered commits


bump version number


changes for 0.8


sort tree object entries the way git likes it


define BINDIR using PREFIX instead of HOME


rename got_blame_incremental() to got_blame()


make 'got blame' show dates at which lines were last modified


make 'got blame' show committer names


make 'got blame' show line numbers


remove got_blame() API, now unused


switch 'got blame' to got_blame_incremental() API