diff options
Diffstat (limited to '')
-rw-r--r-- | patch-test/9/def | 13 | ||||
-rw-r--r-- | patch-test/9/new | 11 | ||||
-rw-r--r-- | patch-test/9/old | 10 | ||||
-rw-r--r-- | patch-test/9/patch | 2 | ||||
-rw-r--r-- | patch-test/9/patch-c | 9 | ||||
-rw-r--r-- | patch-test/9/patch-c0 | 6 | ||||
-rw-r--r-- | patch-test/9/patch-c1 | 7 | ||||
-rw-r--r-- | patch-test/9/patch-e | 3 | ||||
-rw-r--r-- | patch-test/9/patch-u | 7 | ||||
-rw-r--r-- | patch-test/9/patch-u0 | 4 | ||||
-rw-r--r-- | patch-test/9/patch-u1 | 5 |
11 files changed, 77 insertions, 0 deletions
diff --git a/patch-test/9/def b/patch-test/9/def new file mode 100644 index 0000000..f044a40 --- /dev/null +++ b/patch-test/9/def @@ -0,0 +1,13 @@ +#ifdef x +b +#endif +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/9/new b/patch-test/9/new new file mode 100644 index 0000000..6a57515 --- /dev/null +++ b/patch-test/9/new @@ -0,0 +1,11 @@ +b +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/9/old b/patch-test/9/old new file mode 100644 index 0000000..d15112c --- /dev/null +++ b/patch-test/9/old @@ -0,0 +1,10 @@ +a +a +a +a +a +a +a +a +a +a diff --git a/patch-test/9/patch b/patch-test/9/patch new file mode 100644 index 0000000..230778b --- /dev/null +++ b/patch-test/9/patch @@ -0,0 +1,2 @@ +0a1 +> b diff --git a/patch-test/9/patch-c b/patch-test/9/patch-c new file mode 100644 index 0000000..fa73175 --- /dev/null +++ b/patch-test/9/patch-c @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:37:09.608655522 +0100 +--- new 2016-03-11 09:37:04.255320132 +0100 +*************** +*** 1,3 **** +--- 1,4 ---- ++ b + a + a + a diff --git a/patch-test/9/patch-c0 b/patch-test/9/patch-c0 new file mode 100644 index 0000000..39e5a4b --- /dev/null +++ b/patch-test/9/patch-c0 @@ -0,0 +1,6 @@ +*** old 2016-03-11 09:37:09.608655522 +0100 +--- new 2016-03-11 09:37:04.255320132 +0100 +*************** +*** 0 **** +--- 1 ---- ++ b diff --git a/patch-test/9/patch-c1 b/patch-test/9/patch-c1 new file mode 100644 index 0000000..5dd2548 --- /dev/null +++ b/patch-test/9/patch-c1 @@ -0,0 +1,7 @@ +*** old 2016-03-11 09:37:09.608655522 +0100 +--- new 2016-03-11 09:37:04.255320132 +0100 +*************** +*** 1 **** +--- 1,2 ---- ++ b + a diff --git a/patch-test/9/patch-e b/patch-test/9/patch-e new file mode 100644 index 0000000..be6e842 --- /dev/null +++ b/patch-test/9/patch-e @@ -0,0 +1,3 @@ +0a +b +. diff --git a/patch-test/9/patch-u b/patch-test/9/patch-u new file mode 100644 index 0000000..8061672 --- /dev/null +++ b/patch-test/9/patch-u @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:37:09.608655522 +0100 ++++ new 2016-03-11 09:37:04.255320132 +0100 +@@ -1,3 +1,4 @@ ++b + a + a + a diff --git a/patch-test/9/patch-u0 b/patch-test/9/patch-u0 new file mode 100644 index 0000000..89f2712 --- /dev/null +++ b/patch-test/9/patch-u0 @@ -0,0 +1,4 @@ +--- old 2016-03-11 09:37:09.608655522 +0100 ++++ new 2016-03-11 09:37:04.255320132 +0100 +@@ -0,0 +1 @@ ++b diff --git a/patch-test/9/patch-u1 b/patch-test/9/patch-u1 new file mode 100644 index 0000000..97cdb12 --- /dev/null +++ b/patch-test/9/patch-u1 @@ -0,0 +1,5 @@ +--- old 2016-03-11 09:37:09.608655522 +0100 ++++ new 2016-03-11 09:37:04.255320132 +0100 +@@ -1 +1,2 @@ ++b + a |