]> git.ipfire.org Git - thirdparty/git.git/commit
prune: do not show error from pack-redundant when no packs are found.
authorJunio C Hamano <junkio@cox.net>
Sat, 7 Jan 2006 08:29:48 +0000 (00:29 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 7 Jan 2006 08:29:48 +0000 (00:29 -0800)
commit3be7098ce444395959c856de1eb9312550193aac
tree75469653c4b794bea13dddd8def12fe520cf5ef0
parent7d0e65b892ff0adf2ba6626bbe7cdfc723a8b702
prune: do not show error from pack-redundant when no packs are found.

When there is no pack yet, git-prune leaked an error message
from "git-pack-redundant --all" which complained that there is
no pack.  Squelch the annoying message.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-prune.sh