summaryrefslogtreecommitdiff
path: root/t/t4100/t-apply-8.patch
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2008-07-04 19:10:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-05 07:37:44 (GMT)
commit6cf91492d9cd985e1fa65181d99d6d578d4439dc (patch)
tree167f08ae051d73ec55e1add3b85efa6fd370fe60 /t/t4100/t-apply-8.patch
parent7dde4bb3674da53dd9e33c741bea3fe680690a0d (diff)
downloadgit-6cf91492d9cd985e1fa65181d99d6d578d4439dc.zip
git-6cf91492d9cd985e1fa65181d99d6d578d4439dc.tar.gz
git-6cf91492d9cd985e1fa65181d99d6d578d4439dc.tar.bz2
Fix apply --recount handling of no-EOL line
If a patch modifies the last line of a file that previously had no terminating '\n', it looks like -old text \ No newline at end of file +new text Hence, a '\' line does not signal the end of the hunk. This modifies 'git apply --recount' to take this into account. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4100/t-apply-8.patch')
-rw-r--r--t/t4100/t-apply-8.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/t4100/t-apply-8.patch b/t/t4100/t-apply-8.patch
new file mode 100644
index 0000000..5ca13e6
--- /dev/null
+++ b/t/t4100/t-apply-8.patch
@@ -0,0 +1,11 @@
+diff --git a/t/t4100-apply-stat.sh b/t/t4100-apply-stat.sh
+index be837bb..0798c64 100755
+--- a/t/t4100-apply-stat.sh
++++ b/t/t4100-apply-stat.sh
+@@ -35,4 +35,4 @@ non git (2)
+ non git (3)
+ EOF
+
+-test_done
++test_done
+\ No newline at end of file