Commits


add support for partial updates, which affect specific paths only


add a basic implementation of 'got rm'


implement a basic 'got add' command


make file index flags private to fileindex.c


renmae GOT_FILEIDX_F_NOT_ON_DISK to GOT_FILEIDX_F_NOT_FLUSHED


rename 'intent-to-add' file index flag to 'not-on-disk'


allow restricting 'got diff' and 'got status' to a path in work tree


don't update cached timestamps of already modified files


make 'got status' work in subdirectories of a work tree


use path lists to sort dirent, tree object, and file index entries


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


rename tree-specific fileindex diff callbacks


happy new copyright year


change GOT_INDEX_ENTRY prefix to GOT_FILEIDX


fix various issues in new update implementation