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:
parent
2f2de9b4cd
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user