3 test_description
='git apply for contextually independent diffs'
15 test_expect_success
'setup' \
18 git checkout -b test &&
21 cat file.tmp >>file &&
23 git commit -a -q -m 2 &&
25 git commit -a -q -m 3 &&
29 'check if contextually independent diffs for the same file apply' \
30 '( git diff test~2 test~1; git diff test~1 test~0 )| git apply'