Commit Briefs

a9fa2909b9 Stefan Sperling

fix 'got revert' on files in newly added subdirectories


8dc303ccb4 Stefan Sperling

eliminate needless 'goto' in worktree_status()



c02b99b64c Stefan Sperling

report_file_status() wants an on-disk path


abb4604f00 Stefan Sperling

stop supporting ie == NULL case in get_file_status()



339c298e66 Stefan Sperling

undo previous 3 commits; stat is faster than open



c18886c6f8 Stefan Sperling

avoid fstat() call if no file index entry exists


efdd40df00 Stefan Sperling

do a single open(2) call in get_file_status()


6a26330775 Stefan Sperling

remove an unused field from struct check_rebase_ok_arg


f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments



72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'



c577a9cece Stefan Sperling

fix 'got status' recursion problems


90e8619ee9 Stefan Sperling

make 'got commit' work with a directory path



e0233ceaa7 Stefan Sperling

fix 'got commit' from work tree with a path prefix



0ebf8283cd Stefan Sperling

initial 'got histedit' implementation


d0710d08dc Stefan Sperling

make got_worktree_resolve_path() handle non-existent paths



fd7a136d02 Stefan Sperling

remove duplicate check in if-statement