project-fsck-status.sh: --no-full mode can generate warnings
commit01b3020ff4e8ab793a469fff9854774abf419737
authorKyle J. McKay <mackyle@gmail.com>
Thu, 15 Mar 2018 17:19:16 +0000 (15 10:19 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 15 Mar 2018 17:19:16 +0000 (15 10:19 -0700)
tree78801736b53445c2aa3b14064291fd7a37645ae8
parenteb09ee261b51c3cd9b816182fd136219566c4fb3
project-fsck-status.sh: --no-full mode can generate warnings

It turns out that `git rev-list --objects` can actually output
warnings too.  Particularly when `--reflog` is used with it.

Revert the changes that removed the warning info text from the
report unless `--full` was used in order for projects with warnings
to be displayed correctly.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/reports/project-fsck-status.sh