Commit Briefs

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




14ed98fdf9 Stefan Sperling

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


2839f8b93a Stefan Sperling

fix segfault in got's blame_cb()



3d69ad8dfb Sebastien Marie

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