From 68a492e87f77d15c2cc07bcac17e60099271a11c Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Tue, 16 Apr 2019 14:01:44 +0200 Subject: [PATCH 1/3] Add hello.txt --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..5aae200 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +Hallo World! From 74a6d03613a51b21375c18990f829acea5b63f00 Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Tue, 16 Apr 2019 17:10:34 +0200 Subject: [PATCH 2/3] Update hello.txt Update hello --- hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 5aae200..cd08755 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1 @@ -Hallo World! +Hello world! From 96a90e8e229beece4d48e4d712b1a17a5a5d4a1d Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Wed, 17 Apr 2019 10:46:21 +0200 Subject: [PATCH 3/3] Integrate feedback from Christoph We should greet earthlings instead of the world ;-) Co-Authored-By: tomschr --- hello.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index cd08755..0e5fbf7 100644 --- a/hello.txt +++ b/hello.txt @@ -1 +1 @@ -Hello world! +Greetings, earthlings!