diff options
Diffstat (limited to 'patch-test/2')
-rw-r--r-- | patch-test/2/def | 5 | ||||
-rw-r--r-- | patch-test/2/new | 1 | ||||
-rw-r--r-- | patch-test/2/old | 1 | ||||
-rw-r--r-- | patch-test/2/patch | 6 | ||||
-rw-r--r-- | patch-test/2/patch-c | 9 | ||||
-rw-r--r-- | patch-test/2/patch-c0 | 9 | ||||
-rw-r--r-- | patch-test/2/patch-c1 | 9 | ||||
-rw-r--r-- | patch-test/2/patch-u | 7 | ||||
-rw-r--r-- | patch-test/2/patch-u0 | 7 | ||||
-rw-r--r-- | patch-test/2/patch-u1 | 7 |
10 files changed, 61 insertions, 0 deletions
diff --git a/patch-test/2/def b/patch-test/2/def new file mode 100644 index 0000000..7c5bac5 --- /dev/null +++ b/patch-test/2/def @@ -0,0 +1,5 @@ +#ifndef x +hi +#else +hej +#endif diff --git a/patch-test/2/new b/patch-test/2/new new file mode 100644 index 0000000..eca14b8 --- /dev/null +++ b/patch-test/2/new @@ -0,0 +1 @@ +hej
\ No newline at end of file diff --git a/patch-test/2/old b/patch-test/2/old new file mode 100644 index 0000000..32f95c0 --- /dev/null +++ b/patch-test/2/old @@ -0,0 +1 @@ +hi
\ No newline at end of file diff --git a/patch-test/2/patch b/patch-test/2/patch new file mode 100644 index 0000000..e65f505 --- /dev/null +++ b/patch-test/2/patch @@ -0,0 +1,6 @@ +1c1 +< hi +\ No newline at end of file +--- +> hej +\ No newline at end of file diff --git a/patch-test/2/patch-c b/patch-test/2/patch-c new file mode 100644 index 0000000..59a6c21 --- /dev/null +++ b/patch-test/2/patch-c @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:30:55.118512465 +0100 +--- new 2016-03-11 09:30:55.145179141 +0100 +*************** +*** 1 **** +! hi +\ No newline at end of file +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/2/patch-c0 b/patch-test/2/patch-c0 new file mode 100644 index 0000000..59a6c21 --- /dev/null +++ b/patch-test/2/patch-c0 @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:30:55.118512465 +0100 +--- new 2016-03-11 09:30:55.145179141 +0100 +*************** +*** 1 **** +! hi +\ No newline at end of file +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/2/patch-c1 b/patch-test/2/patch-c1 new file mode 100644 index 0000000..59a6c21 --- /dev/null +++ b/patch-test/2/patch-c1 @@ -0,0 +1,9 @@ +*** old 2016-03-11 09:30:55.118512465 +0100 +--- new 2016-03-11 09:30:55.145179141 +0100 +*************** +*** 1 **** +! hi +\ No newline at end of file +--- 1 ---- +! hej +\ No newline at end of file diff --git a/patch-test/2/patch-u b/patch-test/2/patch-u new file mode 100644 index 0000000..a576cad --- /dev/null +++ b/patch-test/2/patch-u @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:30:55.118512465 +0100 ++++ new 2016-03-11 09:30:55.145179141 +0100 +@@ -1 +1 @@ +-hi +\ No newline at end of file ++hej +\ No newline at end of file diff --git a/patch-test/2/patch-u0 b/patch-test/2/patch-u0 new file mode 100644 index 0000000..a576cad --- /dev/null +++ b/patch-test/2/patch-u0 @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:30:55.118512465 +0100 ++++ new 2016-03-11 09:30:55.145179141 +0100 +@@ -1 +1 @@ +-hi +\ No newline at end of file ++hej +\ No newline at end of file diff --git a/patch-test/2/patch-u1 b/patch-test/2/patch-u1 new file mode 100644 index 0000000..a576cad --- /dev/null +++ b/patch-test/2/patch-u1 @@ -0,0 +1,7 @@ +--- old 2016-03-11 09:30:55.118512465 +0100 ++++ new 2016-03-11 09:30:55.145179141 +0100 +@@ -1 +1 @@ +-hi +\ No newline at end of file ++hej +\ No newline at end of file |