From: Junio C Hamano Date: Fri, 28 Jul 2006 05:15:01 +0000 (-0700) Subject: lost-found: use fsck-objects --full X-Git-Tag: v1.4.2-rc3~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f468c4805c785115cd9c5f6a8f299f23a9034f5;p=thirdparty%2Fgit.git lost-found: use fsck-objects --full Signed-off-by: Junio C Hamano --- diff --git a/git-lost-found.sh b/git-lost-found.sh index ba6d587f31..b928f2ca52 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