Commits


make 'got update' display the worktree's branch name upon success ok tracey


use POSIX [s1 = s2] syntax instead of [s1 == s2]; patch by Ryo ONODERA


merge new diff implementation from the git.gameoftrees.org diff.git repository This new diff implementation was started by Neels Hofmeyr during the u2k20 hackathon and now replaces diffreg.c code lifted from the OpenBSD base system. The integration of this code into Got was done by me. Got now uses the patience diff algorithm by default. The diff.git repository will remain the primary repository for the diff code, which already compiles and runs on other operating systems such as Linux. Any fixes and improvements for files inherited from the diff.git repository should be written against that repository and synced to got.git afterwards.


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