Commits


avoid a NULL deref in diff_fileindex_tree(); found by jj@ with scan-build


make 'got status' ignore inaccessible directories (reported by semarie)


detect and ignore Git submodules


in got_fileindex_entry_update() don't hide errors other than ENOENT


don't clobber errno value of opendir(3); found by Hiltjo Posthuma


ensure that file index entry perms map to regular files


fix definition of GOT_FILEIDX_F_STAGE_SHIFT


implement got_worktree_stage_paths()


add staged blob SHA1 to on-disk file index; bump file index version


define file index stage flags


rename file index entry variables called 'entry' to 'ie'


remove ie->path_len; use path length stored in file index entry flags


remove unused fileindex flags


require callers to pass path length to got_fileindex_entry_get()


always initialize file index entry's path_len field