Commit Briefs

8aa93786da Stefan Sperling

make 'got cat' output look more like raw object files



01073a5d20 Stefan Sperling

initial 'got cat' implementation


fc06ba5612 Stefan Sperling

support blame cancellation in 'tog blame' view


6fb7cd117f Stefan Sperling

add cancellation support to commit graph and 'got blame'


e620954619 Stefan Sperling

untie cancel callback declaration from the work tree


d0275cf721 Stefan Sperling

remove unused variable in blame_commit()


7d049c1829 Stefan Sperling

tog: fix search prompt location in split-screen view


83168418f0 Stefan Sperling

bump version number


0c349e718f Stefan Sperling

changes for 0.10 (tags/0.10)


888ac91fe1 Stefan Sperling

sync distfile list


4c9641fdb6 Stefan Sperling

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.


90f3c347a6 Stefan Sperling

always initialize bca in cmd_blame()


16357e96dc Stefan Sperling

add another xfail blame test case


b24db1c106 Stefan Sperling

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


d0c4e49e83 Stefan Sperling

remove pointless offset variable in get_blamed_line()


d717b35df1 Stefan Sperling

bump version number


37ee2bb383 Stefan Sperling

changes for 0.9 (tags/0.9)



548237bca5 Stefan Sperling

fix blame bug where lines got annotated with wrong commit


b02560eced Stefan Sperling

fix number of lines accounted for during blame



1e45b069d0 Stefan Sperling

don't add chunks with zero offset to diffoffset list


bc3056e371 Stefan Sperling

man page spelling fixes from Hiltjo Posthuma