Jeff King wrote:
Signed-off-by: Jeff King <redacted>
---
t/t1450-fsck.sh | 16 ++++++++++++++++
utf8.c | 17 ++++++++++++-----
2 files changed, 28 insertions(+), 5 deletions(-)
Mph. Sorry I missed this before.
Reviewed-by: Jonathan Nieder <redacted>
[...]
quoted hunk ↗ jump to hunk
[...]
+ git fsck 2>err &&
+ cat err &&
+ ! test -s err
Nit: if this said
test_line_count = 0 err
then the error message would be more obvious when it fails with
--verbose.
Thanks,
Jonathan