]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-lost-found.sh
GIT-VERSION-FILE: check ./version first.
[thirdparty/git.git] / git-lost-found.sh
index ba6d587f3199e5847dc942810ea85b2dbec656b9..9360804711d6b81983e53df67c86ddc8082e2ab4 100755 (executable)
@@ -12,7 +12,7 @@ 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