Commits


add 'got status' command


add a worktree status API


make fileindex dir diff traverse dirents in git-tree order


ignore top-level .got dir during fileindex dir diff


skip "." and ".." in diff_fileindex_dir()


add support for diffing fileindex against an on-disk directory tree


rename tree-specific fileindex diff callbacks


set CTYPE locale category only; leave others in "C" locale


make got_ref_list() return a sorted list


on-disk refs must take precedence over packed-refs


internally represent a non-existent ref as NULL rather than as error


abbreviate remote refs in output of 'got log'


include non-packed refs in results from got_ref_list()


add missing error checks in got_ref_list()


improve error codes in lib/reference.c


add GOT_ERR_BAD_REF_DATA


add got_error_not_ref()


in 'got log' output, abbreviate ref names under heads/


make 'got log' show packed refs and HEAD ref (pther refs not shown yet)


Support tags in Linux git repo which do not carry name of tagger.


make 'got log' resolve tags in -c option argument


add missing error check in got-raed-pack's tag_request()


add potentially useful helpers for tag objects and refs


actually return once parse_packed_ref_line() succeeds


parse packed refs in a single pass over packed-refs file