diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-23 13:27:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-03-23 13:29:26 +0100 |
commit | caa881729a9d394fec28b952fc111c6008613e55 (patch) | |
tree | 56e143e393f230d37ad08a0a13123e20d3f0cfe6 /patch-test/applied | |
download | base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.gz base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.bz2 base-util-tests-caa881729a9d394fec28b952fc111c6008613e55.tar.xz |
initial import
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'patch-test/applied')
-rw-r--r-- | patch-test/applied/new | 10 | ||||
-rw-r--r-- | patch-test/applied/old | 11 | ||||
-rw-r--r-- | patch-test/applied/patch-u | 13 |
3 files changed, 34 insertions, 0 deletions
diff --git a/patch-test/applied/new b/patch-test/applied/new new file mode 100644 index 0000000..7b51def --- /dev/null +++ b/patch-test/applied/new @@ -0,0 +1,10 @@ +1 +2 +3 +4 +5 +6 +7 +8 +9 +changed diff --git a/patch-test/applied/old b/patch-test/applied/old new file mode 100644 index 0000000..36902b2 --- /dev/null +++ b/patch-test/applied/old @@ -0,0 +1,11 @@ +REMOVED +1 +2 +3 +4 +5 +6 +7 +8 +9 +changed diff --git a/patch-test/applied/patch-u b/patch-test/applied/patch-u new file mode 100644 index 0000000..e33d86d --- /dev/null +++ b/patch-test/applied/patch-u @@ -0,0 +1,13 @@ +--- old 2016-03-19 15:58:47.674014541 +0100 ++++ new 2016-03-19 15:58:49.120681706 +0100 +@@ -1,4 +1,3 @@ +-REMOVED + 1 + 2 + 3 +@@ -8,4 +7,4 @@ + 7 + 8 + 9 +-CHANGED ++changed |