20 GIT_DIR
=$
(git-rev-parse
--git-dir) ||
exit
22 if test -f "$GIT_DIR/info/exclude"
25 --exclude-from="$GIT_DIR/info/exclude" \
26 --others --exclude-per-directory=.gitignore
-- "$@"
29 --others --exclude-per-directory=.gitignore
-- "$@"
35 git-update-index
--add $verbose -z --stdin ;;