X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-lost-found.sh;h=9cedaf80ceac1d4100adf3cfb152c76c7f945e4d;hb=803d5158123346229d71de53818920efbc88ca0f;hp=c0b00e0fd143ab9d96933f2d39baa94e7e50e0ef;hpb=b9dcf846e20ed5287e239c9a0942c5d150081bab;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index c0b00e0fd..9cedaf80c 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -2,8 +2,11 @@ USAGE='' SUBDIRECTORY_OK='Yes' +OPTIONS_SPEC= . git-sh-setup +echo "WARNING: '$0' is deprecated in favor of 'git fsck --lost-found'" >&2 + if [ "$#" != "0" ] then usage