Commits


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


fix get_file_status() for files larger than blob read buffer size


make 'got status' ignore symlinks, for now


fix another path ordering bug during status/update crawl


properly deal with "$?" in cmdline tests; fixes spurious test "ok"