Commits


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


add -s option to 'got ref' usage in man page


test behaviour when 'got ref -s' is given a non-reference target


introduce 'got ref -s' and add two tests for 'got ref'


introuce a hard limit on recursion through symbolic references


add a TODO item for 'got ref'


include <limits.h> instead of <sys/limits.h>; patch by Thomas Klausner


fix behaviour of 'got rebase' with no commits to rebase; with semarie@


annotate symlinks with @ in 'got tree' and 'tog tree'


changes for 0.5


fix blame with single-commit history and with files without \n


fix crashes in tog when blame returns no results on a file fix for underlying blame bug still pending...