···204204 }
205205206206 # A series of potentially nested and threaded region and data events
207207- # is fundamentally incompatibile with the type of summary record we
207207+ # is fundamentally incompatible with the type of summary record we
208208 # are building in this script. Since they are intended for
209209 # perf-trace-like analysis rather than a result summary, we ignore
210210 # most of them here.
+1-1
t/t0600-reffiles-backend.sh
···271271# Some refs (refs/bisect/*, pseudorefs) are kept per worktree, so they should
272272# only appear in the for-each-reflog output if it is called from the correct
273273# worktree, which is exercised in this test. This test is poorly written for
274274-# mulitple reasons: 1) it creates invalidly formatted log entres. 2) it uses
274274+# multiple reasons: 1) it creates invalidly formatted log entries. 2) it uses
275275# direct FS access for creating the reflogs. 3) PSEUDO-WT and refs/bisect/random
276276# do not create reflogs by default, so it is not testing a realistic scenario.
277277test_expect_success 'for_each_reflog()' '
···708708 test_all_match git ls-files -s -- deep &&
709709710710 # The following `git reset`s result in updating the index on files with
711711- # `skip-worktree` enabled. To avoid failing due to discrepencies in reported
711711+ # `skip-worktree` enabled. To avoid failing due to discrepancies in reported
712712 # "modified" files, `test_sparse_match` reset is performed separately from
713713 # "full-checkout" reset, then the index contents of all repos are verified.
714714···824824 # Reset the state
825825 test_all_match git reset --hard &&
826826827827- # --force-remove supercedes --ignore-skip-worktree-entries, removing
827827+ # --force-remove supersedes --ignore-skip-worktree-entries, removing
828828 # a skip-worktree file from the index (and disk) when both are specified
829829 # with --remove
830830 test_sparse_match git update-index --force-remove --ignore-skip-worktree-entries folder1/a &&
···20812081test_expect_failure 'grep within submodules is not expanded' '
20822082 init_repos_as_submodules &&
2083208320842084- # do not use ensure_not_expanded() here, becasue `grep` should be
20842084+ # do not use ensure_not_expanded() here, because `grep` should be
20852085 # run in the superproject, not in "./sparse-index"
20862086 GIT_TRACE2_EVENT="$(pwd)/trace2.txt" \
20872087 git grep --cached --recurse-submodules a -- "*/folder1/*" &&
···195195'
196196197197test_expect_success 'dotdot does not peel endpoints' '
198198- git tag -a -m "annote" annotated HEAD &&
198198+ git tag -a -m "annotate" annotated HEAD &&
199199 A=$(git rev-parse annotated) &&
200200 H=$(git rev-parse annotated^0) &&
201201 {
+1-1
t/t2082-parallel-checkout-attributes.sh
···91919292# Entries that require an external filter are not eligible for parallel
9393# checkout. Check that both the parallel-eligible and non-eligible entries are
9494-# properly writen in a single checkout operation.
9494+# properly written in a single checkout operation.
9595#
9696test_expect_success 'parallel-checkout and external filter' '
9797 set_checkout_config 2 0 &&