Browse Source
Otherwise applying will fail with a FileNotFoundException, because File.createNewFile() fails with missing parents. Contains change & according test. Change-Id: I970522b549b8bb260ca6720da11f12c57ee8a492 Signed-off-by: Chris Aniszczyk <zx@twitter.com>stable-2.1
Markus Duft
13 years ago
committed by
Chris Aniszczyk
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
diff --git a/sub/A1 b/sub/A1
|
||||
new file mode 100644
|
||||
index 0000000..de98044
|
||||
--- /dev/null
|
||||
+++ b/sub/A1
|
||||
@@ -0,0 +1,3 @@
|
||||
+a
|
||||
+b
|
||||
+c
|
Loading…
Reference in new issue