Code

git-svn: avoid fetching files twice in the same revision
[git.git] / git-lost-found.sh
index 2beec2aa635d2876482294a162923a1dfd1572f6..b928f2ca52c1991ee50838fc47580ed83c58fb64 100755 (executable)
@@ -1,10 +1,18 @@
 #!/bin/sh
 
-GIT_DIR=`git-rev-parse --git-dir` || exit $?
+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-objects --full |
 while read dangling type sha1
 do
        case "$dangling" in