X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=git-status.sh;h=50ccd24efb707d615e560dfbd38abec5b2b25b20;hb=4e7a2eccc21c9029180585e43b3b941d0bdf8b3b;hp=2dda0c505cf41c9dbd9fc6db75f3c0550f6ee82f;hpb=a9572072f0ab0ac97e64b0dc01254a3ad95befe1;p=git.git diff --git a/git-status.sh b/git-status.sh index 2dda0c50..50ccd24e 100755 --- a/git-status.sh +++ b/git-status.sh @@ -2,7 +2,16 @@ # # Copyright (c) 2005 Linus Torvalds # -GIT_DIR=$(git-rev-parse --git-dir) || exit + +USAGE='' +SUBDIRECTORY_OK='Yes' + +. git-sh-setup + +if [ "$#" != "0" ] +then + usage +fi report () { header="#