1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
diff -r 44299fd3d1a8 added_file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/added_file Sun Oct 13 20:51:40 2013 -0300
@@ -0,0 +1,4 @@
+This was missing!
+Adding it now.
+
+Only for testing purposes.
\ No newline at end of file
diff -r 44299fd3d1a8 modified_file
--- a/modified_file Sun Oct 13 20:51:07 2013 -0300
+++ b/modified_file Sun Oct 13 20:51:40 2013 -0300
@@ -1,5 +1,7 @@
This is the original content.
-This should be updated.
+This is now updated.
+
+This is a new line.
This will stay.
\ No newline at end of file
diff -r 44299fd3d1a8 removed_file
--- a/removed_file Sun Oct 13 20:51:07 2013 -0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-This content shouldn't be here.
-
-This file will be removed.
\ No newline at end of file
|