Browse Source

lost-found: use fsck-objects --full

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
5f468c4805
  1. 2
      git-lost-found.sh

2
git-lost-found.sh

@ -12,7 +12,7 @@ fi @@ -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

Loading…
Cancel
Save