зеркало из https://github.com/microsoft/git.git
Make "git prune" use the "--full" flag to git-fsck-cache
It's too dangerous not to. We need to follow alternate object directories etc, or we might say something is unreachable just because we didn't look it up completely.
This commit is contained in:
Родитель
2f2de9b4cd
Коммит
b0966e1010
|
@ -14,7 +14,7 @@ do
|
|||
shift;
|
||||
done
|
||||
|
||||
git-fsck-cache --cache --unreachable "$@" |
|
||||
git-fsck-cache --full --cache --unreachable "$@" |
|
||||
sed -ne '/unreachable /{
|
||||
s/unreachable [^ ][^ ]* //
|
||||
s|\(..\)|\1/|p
|
||||
|
|
Загрузка…
Ссылка в новой задаче