Commit Briefs


d1c1ae5fa6 Stefan Sperling

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



2ac2a2665d Stefan Sperling

add a TODO item for 'got ref'




848d6979f9 Stefan Sperling

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


cbc52e82e0 Stefan Sperling

changes for 0.5 (tags/0.5)



8d0fe45ad7 Stefan Sperling

fix crashes in tog when blame returns no results on a file

fix for underlying blame bug still pending...


83ce39e32b Stefan Sperling

tog: plug memory leak in blame_tree_entry()



d264cece68 Stefan Sperling

make tog's log thread bail out upon SIGPIPE; I don't fully grok which

thread will see these signals; somebody please page Mr. Posix


1dd867442a Anthony J. Bentley

man page improvements

- new sentence, new line - add blanks before trailing delimiters - void leaving whitespace at end of line, even significant space - use .Ox macro for OpenBSD - fix paragraph lint warnings - escape ~ and ^, which are special characters in troff




6f0e42667e Stefan Sperling

bump version number


2a9b497b05 Stefan Sperling

also mention the test fix in CHANGES (tags/0.4)


16f6d716ab Stefan Sperling

changes for 0.4



d24820bf83 Stefan Sperling

add support for tag objects to 'got diff'


0adb71964c Stefan Sperling

reduce code duplication in 'got diff' argument parsing


b9d7675aca Stefan Sperling

wrap over-long line


a1fbf39a45 Stefan Sperling

make "tog log" respect -r argument; from semarie@


718ef3e9e8 Stefan Sperling

simplify cleanup code paths in got_path_find_prog()