diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-14 17:57:14 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-14 17:57:14 +0200 |
commit | b0966e1010547095ea6fe546dcbbe23a03b62841 (patch) | |
tree | 67866251b6e48a3dc17aca637eebd4eb60f488b2 /git-prune-script | |
parent | [PATCH] Documentation: push-pull commands into a separate category. (diff) | |
download | git-b0966e1010547095ea6fe546dcbbe23a03b62841.tar.xz git-b0966e1010547095ea6fe546dcbbe23a03b62841.zip |
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.
Diffstat (limited to 'git-prune-script')
-rwxr-xr-x | git-prune-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prune-script b/git-prune-script index 97646685b7..2c678f26a4 100755 --- a/git-prune-script +++ b/git-prune-script @@ -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 |