]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-lost-found.sh
Fix a "pointer type missmatch" warning.
[thirdparty/git.git] / git-lost-found.sh
index 9dd7430018f4bfb76c29e77e7fb9365acaa3bd9b..9360804711d6b81983e53df67c86ddc8082e2ab4 100755 (executable)
@@ -1,11 +1,18 @@
 #!/bin/sh
 
+USAGE=''
+SUBDIRECTORY_OK='Yes'
 . git-sh-setup
 
+if [ "$#" != "0" ]
+then
+    usage
+fi
+
 laf="$GIT_DIR/lost-found"
 rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit
 
-git fsck-objects |
+git fsck --full |
 while read dangling type sha1
 do
        case "$dangling" in