X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=f2ec5d147a56136b8c3aff8b693912a7c792da63;hb=4d1012c3709e356107d0fb0e3bf5a39e0d5c209d;hp=c0b00e0fd143ab9d96933f2d39baa94e7e50e0ef;hpb=6e863d6d129a1b6a13c66d0bb03f3d43db6c51fe;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index c0b00e0fd..f2ec5d147 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -4,6 +4,8 @@ USAGE='' SUBDIRECTORY_OK='Yes' . git-sh-setup +echo "WARNING: '$0' is deprecated in favor of 'git fsck --lost-found'" >&2 + if [ "$#" != "0" ] then usage