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