9 die "usage: git add [-n] [-v] <file>..."
32 GIT_DIR=$(git-rev-parse --git-dir) || exit
34 if test -f "$GIT_DIR/info/exclude"
37 --exclude-from="$GIT_DIR/info/exclude" \
38 --others --exclude-per-directory=.gitignore -- "$@"
41 --others --exclude-per-directory=.gitignore -- "$@"
47 git-update-index --add $verbose -z --stdin ;;