Commit Briefs

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()



82f6abb8b1 Stefan Sperling

make 'got blame' show committer names


7ef28ff8dd Stefan Sperling

make 'got blame' show line numbers


e27a7222fa Stefan Sperling

remove got_blame() API, now unused


28315671b9 Stefan Sperling

switch 'got blame' to got_blame_incremental() API



0f6650ff48 Stefan Sperling

fix typo in got_object_blob_dump_to_file() docstring