X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=9360804711d6b81983e53df67c86ddc8082e2ab4;hb=fd2a75972e90d34bc8d4bebe1d669645557a2192;hp=b928f2ca52c1991ee50838fc47580ed83c58fb64;hpb=647377c4c91064fc5001acddd5357467c0da6ef9;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index b928f2ca5..936080471 100755 --- a/git-lost-found.sh +++ b/git-lost-found.sh @@ -12,7 +12,7 @@ fi laf="$GIT_DIR/lost-found" rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit -git fsck-objects --full | +git fsck --full | while read dangling type sha1 do case "$dangling" in