Code

Use struct tree in tar-tree
[git.git] / git-add.sh
index b5fe46aa20865d6785390fd22406d32b00a77845..f719b4b1a81a386c9cf62efad811005471be0f8c 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-usage() {
-    die "usage: git add [-n] [-v] <file>..."
-}
+USAGE='[-n] [-v] <file>...'
+SUBDIRECTORY_OK='Yes'
+. git-sh-setup
 
 show_only=
 verbose=
@@ -24,8 +24,6 @@ while : ; do
   shift
 done
 
-GIT_DIR=$(git-rev-parse --git-dir) || exit
-
 if test -f "$GIT_DIR/info/exclude"
 then
        git-ls-files -z \