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


add symlink support to 'got import'


rename 'got init' and 'got import' default branch to "main"; patch by kmos@


show file mode differences when diffing trees


handle empty trees during 'import' and 'checkout'; spotted by sthen@


make 'got log -p path' display patches for the specified path only


fix empty variable in two import regress tests


initial 'got import' implementation