I'm executing 1.13.1.0-1.14.0.0.diff, but keep getting can't find file to patch at input line 5
tried:
~$ patch -p0 -i 1.13.1.0-1.14.0.0.diff
~$ patch -p0 < 1.13.1.0-1.14.0.0.diff
~$ patch < 1.13.1.0-1.14.0.0.diff
~/backup$ patch -p0 -i 1.13.1.0-1.14.0.0.diff
~/backup$ patch -p0 < 1.13.1.0-1.14.0.0.diff
~/backup$ patch < 1.13.1.0-1.14.0.0.diff
What am I doing wrong? Probably can't upload the file cause of licencing but here's how it starts:
diff --git a/.githookignore b/.githookignore
index b516512..2182fcd 100644
--- a/.githookignore
+++ b/.githookignore
@@ -1,3 +1,4 @@
app/code/core/Mage/Core/Helper/Js.php
dev/tests