Commit Briefs




Stefan Sperling

use get_worktree_paths_from_argv consistently; improves add/rm edge cases

Double 'got rm' becomes a no-op like double 'got add' already is, and 'got add' of an already staged file is now an error.





joshua stein

got: support adding multiple files at a time

make adding files already in the file-index not a fatal error


Stefan Sperling

missing error return in test_double_add


Stefan Sperling

fix behaviour when 'got add' is used twice