From 18aff82a367b80ff3e764213bd6ba484f78a7cae Mon Sep 17 00:00:00 2001 From: Saif Khan Date: Mon, 1 Aug 2016 12:09:20 +0530 Subject: [PATCH 1/3] Modified README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 17a8898..0e3cfa1 100644 --- a/README +++ b/README @@ -1 +1 @@ -This is just a test repository to work with Git commands. \ No newline at end of file +This is second just a test repository to work with Git commands. From c727ee9409e4be9b1872fd6f1c20c5d2431eddd4 Mon Sep 17 00:00:00 2001 From: Saif Khan Date: Mon, 1 Aug 2016 12:12:42 +0530 Subject: [PATCH 2/3] New FIle Added --- newFile.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 newFile.txt diff --git a/newFile.txt b/newFile.txt new file mode 100644 index 0000000..e69de29 From e7f10317b65f4882411c0f789a5f37b5252b3875 Mon Sep 17 00:00:00 2001 From: Saif Khan Date: Mon, 1 Aug 2016 12:19:48 +0530 Subject: [PATCH 3/3] Next Modified Commit --- newFile.txt | 1 + newFile2.txt | 0 opml.php | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 newFile2.txt diff --git a/newFile.txt b/newFile.txt index e69de29..f0f0a35 100644 --- a/newFile.txt +++ b/newFile.txt @@ -0,0 +1 @@ +ANother Edit diff --git a/newFile2.txt b/newFile2.txt new file mode 100644 index 0000000..e69de29 diff --git a/opml.php b/opml.php index 46a4de8..d4295e6 100644 --- a/opml.php +++ b/opml.php @@ -3,7 +3,7 @@ * OPML Parser * * @author Clint Ecker - * @copyright Copyright (c) 2003 The MIT License + * @copyright Copyright2 (c) 2003 The MIT License * @version 1.0.2 * @package External * @subpackage OPML Parser @@ -36,4 +36,4 @@ function load() { echo "file) . "\">Download OPML File"; } } -?> \ No newline at end of file +?>