Commits


add a basic implementation of 'got rm'


implement a basic 'got add' command


allow file index entries without blobs and/or commits


make file index flags private to fileindex.c


renmae GOT_FILEIDX_F_NOT_ON_DISK to GOT_FILEIDX_F_NOT_FLUSHED


add missing 'static' for local functions


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


read UUID back from work tree meta data


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


use break instead of goto to exit loop; no functional change


fix another path ordering bug during status/update crawl


don't update cached timestamps of already modified files


remove an '#if 0' which was not intended for commit


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


fix memleak in previous commit