Commit Briefs

a9fa2909b9 Stefan Sperling

fix 'got revert' on files in newly added subdirectories


e20a8b6f0d Stefan Sperling

allow multiple file path arguments for 'got revert'


5e54fb308c Stefan Sperling

test and fix 'got revert' with a path in a sub-directory

Relax input path requirements of got_object_id_by_path() to make things easier to callers. Allows the revert code to pass a path from the file index in lieu of a repository path.


8d301dd94c Stefan Sperling

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


a129376b6f Stefan Sperling

add initial implementation of 'got revert'