Commit Briefs


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


498a90b742 Stefan Sperling

got.1 wording fix: "base branch" -> branch


ba67992ea0 Stefan Sperling

fix typo in got.1



a698f62e1b Stefan Sperling

allow 'got commit' while 'got histedit' is interrupted


bb787f0904 Stefan Sperling

fix a double-free in 'got update' error path


426ebf2e17 Stefan Sperling

fix histedit's interactive retry loop


b006047e8a Stefan Sperling

fix histedit (a)bort prompt handling