Commits


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


fix line offset calculations in got_object_blob_dump_to_file()


fix typo in got_object_blob_dump_to_file() docstring


add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default


bump version number


changes for 0.7


also test "leightweight" tags in log tag test


properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)


strip Git GPG signatures from log messages


don't attempt to parse Git's "leightweight" tags as real tag objects


don't hide repo data parsing errors during 'got log'


bump version number


sync dist file list


changes for 0.6


don't leak memory for pack file path when opening objects


make 'got log' display tags in addition to branch references


make 'tog log' display tags in addition to branch references


don't forget to do refcounting in got_object_tag_close()


bump version number