This patch adds tests for various cases where using `--pathspec-from-file` would result in a git error, such as using incompatible options. This branch is a follow-up for [1] where part of branch was merged into `master` via [2]. The idea for these tests is from [3] where another error condition was added together with a test. [1] https://lore.kernel.org/git/pull.490.git.1576161385.gitgitgadget@xxxxxxxxx/ [2] https://public-inbox.org/git/pull.445.v4.git.1575381738.gitgitgadget@xxxxxxxxx/ [3] https://public-inbox.org/git/4401823b-8039-99b4-2436-ed2f1a571d78@xxxxxxxxx/ Alexandr Miloslavskiy (1): t: add tests for error conditions with --pathspec-from-file t/t2026-checkout-pathspec-file.sh | 17 +++++++++++++++++ t/t2072-restore-pathspec-file.sh | 18 ++++++++++++++++++ t/t3704-add-pathspec-file.sh | 25 +++++++++++++++++++++++++ t/t7107-reset-pathspec-file.sh | 30 +++++++++++++++++++++--------- t/t7526-commit-pathspec-file.sh | 27 ++++++++++++++++++++++++--- 5 files changed, 105 insertions(+), 12 deletions(-) base-commit: 0a76bd7381ec0dbb7c43776eb6d1ac906bca29e6 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-502%2FSyntevoAlex%2F%230207(git)_2a_test_error_conditions-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-502/SyntevoAlex/#0207(git)_2a_test_error_conditions-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/502 -- gitgitgadget