X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=b928f2ca52c1991ee50838fc47580ed83c58fb64;hb=06c084d28b150ac1e2ed0c6f3ce7db6ca42dfc67;hp=ba6d587f3199e5847dc942810ea85b2dbec656b9;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index ba6d587f3..b928f2ca5 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 | +git fsck-objects --full | while read dangling type sha1 do case "$dangling" in