Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect misspelled pathspec to git-add
This is in the same spirit as an earlier patch for git-commit. It does an extra ls-files to avoid complaining when a fully tracked directory name is given on the command line (otherwise --others restriction would say the pathspec does not match). Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information