Commit Briefs

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




0350c01198 Stefan Sperling

bump version number


36e8577e39 Stefan Sperling

changes for 0.8 (tags/0.8)


6af1ccbdf6 Stefan Sperling

sort tree object entries the way git likes it


1898815031 Stefan Sperling

define BINDIR using PREFIX instead of HOME


0d8ff7d595 Stefan Sperling

rename got_blame_incremental() to got_blame()