aboutsummaryrefslogtreecommitdiff
path: root/git-lost-found.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-lost-found.sh')
-rwxr-xr-xgit-lost-found.sh3
1 files changed, 3 insertions, 0 deletions
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