3 USAGE
='[-n] [-v] <file>...'
27 if test -f "$GIT_DIR/info/exclude"
30 --exclude-from="$GIT_DIR/info/exclude" \
31 --others --exclude-per-directory=.gitignore
-- "$@"
34 --others --exclude-per-directory=.gitignore
-- "$@"
40 git-update-index
--add $verbose -z --stdin ;;