Commits


allow got_ref_list() to restrict returned refs to a particular namespace


repair build on sparc64


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


add a colon behind object type in got tag -l, for consistency


show tag name in initial content of tag message editor


fix usage() call in 'got import'


remove -d option from 'got tag' usage


initial implementation of 'got tag' command


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


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


make 'got cat' show raw log messages, i.e. leaving PGP sigs intact


initial 'got cat' implementation


add cancellation support to commit graph and 'got blame'


untie cancel callback declaration from the work tree


always initialize bca in cmd_blame()


fix number of lines accounted for during blame


fix uninitialized 'editor' variable; found by Hiltjo Posthuma


fix segfault in got's blame_cb()


fix 'last commit cannot be folded' check with reordered commits


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


switch 'got blame' to got_blame_incremental() API


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