mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
lost-found: use fsck-objects --full
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user