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