From 1e2af024fe577e997d2bf7a38e3f190f4991b884 Mon Sep 17 00:00:00 2001 From: Milind Joshi Date: Fri, 22 Aug 2014 18:08:46 +0530 Subject: [PATCH 1/3] Create another-file --- another-file | 1 + 1 file changed, 1 insertion(+) create mode 100644 another-file diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. From 3065ad0ddf19e3b335429d4e74b6b932339b9347 Mon Sep 17 00:00:00 2001 From: Domedriver Date: Tue, 2 Feb 2016 09:44:52 -0500 Subject: [PATCH 2/3] Create wordcount.py --- wordcount.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 wordcount.py diff --git a/wordcount.py b/wordcount.py new file mode 100644 index 00000000..3c405302 --- /dev/null +++ b/wordcount.py @@ -0,0 +1 @@ +import re, sys, docx From edb24c7fe1415b16931be5da840e933b37a6b386 Mon Sep 17 00:00:00 2001 From: Domedriver Date: Wed, 3 Feb 2016 06:30:50 -0500 Subject: [PATCH 3/3] Rename new_file.md to documentation/chapter_1.md --- new_file.md => documentation/chapter_1.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename new_file.md => documentation/chapter_1.md (100%) diff --git a/new_file.md b/documentation/chapter_1.md similarity index 100% rename from new_file.md rename to documentation/chapter_1.md