Commits


extend test_status_symlink to cover removal and modification of symlinks


make 'got add' work on symlinks and let 'got status' display them


fix ignores when a path is passed to 'got status' Problem reported by semarie, who also provided initial regression test code. ok semarie


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


make 'got status' read .gitignore files; support **/ and /**/ in patterns


make 'got status' ignore inaccessible directories (reported by semarie)


make 'got status' find top-level .cvsignore when invoked from a subdir


add support for .cvsignore files, as found in /usr/ports, to 'got status'


add support for multiple path arguments to 'got status'


fix 'got status' recursion problems


make test_status_obstructed show failure output


use cmp -s, instead of cmp, in all command line tests


make 'got status' detect and indicate merge conflict markers


add a basic implementation of 'got rm'


implement a basic 'got add' command