Commit Briefs




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



39beb6da7e Stefan Sperling

don't pass DIR pointers around needlessly in fileindex.c


987345dd45 Stefan Sperling

remove unused variable found in write_tree()



f2ea84fab9 Stefan Sperling

make 'got update' accept mulitple path arguments



a5edda0a8a Stefan Sperling

add helper function to parse worktree paths from argv


f86a1bf597 Stefan Sperling

plug memleaks of paths on pathlist in cmd_status()


09ea71bad2 Stefan Sperling

s/path/repository-path/ in 'got init' usage and docs


72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'



c577a9cece Stefan Sperling

fix 'got status' recursion problems


a062651c55 Stefan Sperling

make test_status_obstructed show failure output


90e8619ee9 Stefan Sperling

make 'got commit' work with a directory path