Commit Briefs

a5a71e8e0c Stefan Sperling

sync distfile list


0463124fd3 Stefan Sperling

change for 0.11



2417344cc5 Stefan Sperling

tweak the way 'got tag -l' displays tagged objectsI



62870f63a1 Stefan Sperling

show tag name in initial content of tag message editor



b2b65d1891 Stefan Sperling

fix usage() call in 'got import'


b3cd068e5e Stefan Sperling

document tag objects


c904c63e1c Stefan Sperling

remove -d option from 'got tag' usage


8e7bd50a82 Stefan Sperling

initial implementation of 'got tag' command


a009df9284 Stefan Sperling

fix typo in comment


e15d52415f Stefan Sperling

make 'got cat' show tag object fields in on-disk order


8aa93786da Stefan Sperling

make 'got cat' output look more like raw object files



01073a5d20 Stefan Sperling

initial 'got cat' implementation


fc06ba5612 Stefan Sperling

support blame cancellation in 'tog blame' view


6fb7cd117f Stefan Sperling

add cancellation support to commit graph and 'got blame'


e620954619 Stefan Sperling

untie cancel callback declaration from the work tree


d0275cf721 Stefan Sperling

remove unused variable in blame_commit()


7d049c1829 Stefan Sperling

tog: fix search prompt location in split-screen view


83168418f0 Stefan Sperling

bump version number


0c349e718f Stefan Sperling

changes for 0.10 (tags/0.10)


888ac91fe1 Stefan Sperling

sync distfile list


4c9641fdb6 Stefan Sperling

fix and simplify blame algorithm

Always diff against latest version of file. This is much easier since there is no need to keep track of lines shifting around.