зеркало из https://github.com/microsoft/git.git
lost-found: use fsck-objects --full
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
c2c487cf3a
Коммит
5f468c4805
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче