Commits


switch function declarations from Korn shell to Bourne/POSIX shell syntax ok stsp


add a -q option to tests for quiet output and use it for 'make regress' Previous default output remains when test cases are run individually. ok tracey


stop reinstalling symlinks after commit; 'got update' can handle that


forbid bad symlinks; add -S option to 'got commit' and 'got stage' to allow them


make 'got stage -p' work with symlinks


set a staged file type and handle it separately from the on-disk file type


make staging of symlinks work


show a summary of conflicts and related problems after updating/merging files ok millert@


fix staging of multiple files with -p ok semarie


show file mode differences when diffing trees


fix modified files not shown by 'got status' after committing staged changes


indicate non-existent paths in 'got status' and make 'got diff' error for them


make revert of a staged deletion a no-op for better interaction with -R


implement got revert -R


test repeated stage -p on added and deleted files