X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-lost-found.sh;h=58570dff137adfdeb72ebf3f088af7379eded522;hb=f48fd68887a03756658a46486a5dd1301c5a655f;hp=ba6d587f3199e5847dc942810ea85b2dbec656b9;hpb=7fb23e6083dbefa8eb4c554d8b2cd5a6292b2df4;p=git.git diff --git a/git-lost-found.sh b/git-lost-found.sh index ba6d587f3..58570dff1 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 --full --no-reflogs | while read dangling type sha1 do case "$dangling" in