Changes since v6: * Updated commit subjects to use imperative for proper Git commit subject. Usman Akinyemi (2): t3404: avoid losing exit status with focus on `git show` and `git cat-file` t3404: replace test with test_line_count() t/t3404-rebase-interactive.sh | 75 +++++++++++++++++++++++------------ 1 file changed, 50 insertions(+), 25 deletions(-) base-commit: 90fe3800b92a49173530828c0a17951abd30f0e1 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1805%2FUnique-Usman%2Favoid_git_pipes-v7 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1805/Unique-Usman/avoid_git_pipes-v7 Pull-Request: https://github.com/git/git/pull/1805 Range-diff vs v6: 1: bfff7937cd2 = 1: bfff7937cd2 t3404: avoid losing exit status with focus on `git show` and `git cat-file` 2: b3d3deced25 ! 2: e2cae7f3a51 t3404: employing test_line_count() to replace test @@ Metadata Author: Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> ## Commit message ## - t3404: employing test_line_count() to replace test + t3404: replace test with test_line_count() Refactor t3404 to replace instances of `test` with `test_line_count()` for checking line counts. This improves readability and aligns with Git's -- gitgitgadget