Commit Briefs

573463cc61 Stefan Sperling

init output parameter in walk_dir()


14ae1db50e Stefan Sperling

plug memory leaks in diff_fileindex_dir()



13d9040b96 Stefan Sperling

test and improve behaviour for wt edit vs repo rm conflict


2ec1f75bbb Stefan Sperling

add a basic implementation of 'got rm'


d00136be11 Stefan Sperling

implement a basic 'got add' command


ddce05203b Stefan Sperling

allow file index entries without blobs and/or commits


eb983b4b76 Stefan Sperling

make file index flags private to fileindex.c



c2ac94566e Stefan Sperling

add missing 'static' for local functions


a0bf6e7678 Stefan Sperling

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


c442a90d57 Stefan Sperling

read UUID back from work tree meta data




18831e78ba Stefan Sperling

fix another path ordering bug during status/update crawl


02c0700795 Stefan Sperling

don't update cached timestamps of already modified files


fdb730fe0d Stefan Sperling

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


c7f4312fa3 Stefan Sperling

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


95e06996c6 Stefan Sperling

fix memleak in previous commit



e7a2f03048 Stefan Sperling

fix code before declaration


763e13777c Stefan Sperling

fix an uninitialized variable in diff_fileindex_dir()



fc727cc528 Stefan Sperling

insert at tail of list in insert_dirent()