Skip to content

Commit

Permalink
fixup! survey: add object count summary
Browse files Browse the repository at this point in the history
This squelches the `check-whitespace` errors.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 26, 2024
1 parent dac3510 commit 0071e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/t8100-git-survey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ test_expect_success 'git survey (default)' '
git survey --all-refs >out 2>err &&
test_line_count = 0 err &&
cat >expect <<-EOF &&
tr , " " >expect <<-EOF &&
GIT SURVEY for "$(pwd)"
-----------------------------------------------------
REFERENCES SUMMARY
========================
Ref Type | Count
, Ref Type | Count
-----------------+------
Branches | 1
, Branches | 1
Remote refs | 0
Tags (all) | 2
Tags (annotated) | 2
Expand Down

0 comments on commit 0071e3c

Please sign in to comment.