Files
e3-core/tests/tests_e3/diff/git_diff.patch
Nicolas Roche 03d21ba40a Add support for patches generated with git diff
* Use git apply when a patch starts with git --diff
* Adjust heuristic so that discarded_files parameter works on these
patches

Part of TA07-020
2020-11-24 23:42:43 -08:00

9 lines
212 B
Diff

diff --git a/git_file.txt b/git_file.txt
index 00c8dcd..7ac8a3e 100644
--- a/git_file.txt
+++ b/git_file.txt
@@ -1 +1,3 @@
This is file that will be patched using git diff format !
+
+That's nice it's working !