From 5f468c4805c785115cd9c5f6a8f299f23a9034f5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 27 Jul 2006 22:15:01 -0700 Subject: 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 ba6d587..b928f2c 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 -- cgit v0.10.2-6-g49f6