author | Dennis Stosberg <dennis@stosberg.net> | |
Sat, 17 Jun 2006 15:02:45 +0000 (17:02 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Jun 2006 23:06:21 +0000 (16:06 -0700) | ||
commit | f0338bbd820f45df51663342827e5aefc4550bf7 | |
tree | b519aaf39b15c091521c060513fe0e396eacf8ea | tree | snapshot |
parent | 175fb6c0406e63a10791ab793cdac2acf185eab0 | commit | diff |
Make t4101-apply-nonl bring along its patches
Some versions of "diff" (e.g. on FreeBSD and older Linux systems) do
not support the "\ No newline at end of file" remark and are not
able to generate the patches needed for this test. This lets the
test fail, although git-apply is working perfectly. This patch adds
the pre-generated patches to t/t4100/ and makes the test use them.
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Some versions of "diff" (e.g. on FreeBSD and older Linux systems) do
not support the "\ No newline at end of file" remark and are not
able to generate the patches needed for this test. This lets the
test fail, although git-apply is working perfectly. This patch adds
the pre-generated patches to t/t4100/ and makes the test use them.
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
13 files changed:
t/t4101-apply-nonl.sh | diff | blob | history | |
t/t4101/diff.0-1 | [new file with mode: 0644] | blob |
t/t4101/diff.0-2 | [new file with mode: 0644] | blob |
t/t4101/diff.0-3 | [new file with mode: 0644] | blob |
t/t4101/diff.1-0 | [new file with mode: 0644] | blob |
t/t4101/diff.1-2 | [new file with mode: 0644] | blob |
t/t4101/diff.1-3 | [new file with mode: 0644] | blob |
t/t4101/diff.2-0 | [new file with mode: 0644] | blob |
t/t4101/diff.2-1 | [new file with mode: 0644] | blob |
t/t4101/diff.2-3 | [new file with mode: 0644] | blob |
t/t4101/diff.3-0 | [new file with mode: 0644] | blob |
t/t4101/diff.3-1 | [new file with mode: 0644] | blob |
t/t4101/diff.3-2 | [new file with mode: 0644] | blob |