Commit Briefs





72ea6654e7 Stefan Sperling

add support for multiple path arguments to 'got status'


c577a9cece Stefan Sperling

fix 'got status' recursion problems


a062651c55 Stefan Sperling

make test_status_obstructed show failure output


8d301dd94c Stefan Sperling

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



2ec1f75bbb Stefan Sperling

add a basic implementation of 'got rm'


d00136be11 Stefan Sperling

implement a basic 'got add' command



2c201a3629 Stefan Sperling

make 'got status' ignore symlinks, for now


18831e78ba Stefan Sperling

fix another path ordering bug during status/update crawl



02c0700795 Stefan Sperling

don't update cached timestamps of already modified files


14e5d4dcac Stefan Sperling

fix bug with wrong size comparison in get_file_status()


0dbc22715b Stefan Sperling

make 'got status' detect obstructed files


f02ba292c9 Stefan Sperling

add two more status tests


35dc45103a Stefan Sperling

add a basic test for 'got status'