Commit Briefs

a9fa2909b9 Stefan Sperling

fix 'got revert' on files in newly added subdirectories


bfce7f8365 Stefan Sperling

improve histedit script error checking and fix leaks


e4167f3067 Stefan Sperling

ignore missing objects/pack dir in match_packed_object()


8dc303ccb4 Stefan Sperling

eliminate needless 'goto' in worktree_status()


a51a74b38b Stefan Sperling

speed up 'got rebase' ancestry check





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