From 3a9f203b4cc5dbdb0b6bce96cf816df00b2daaf5 Mon Sep 17 00:00:00 2001 From: Vipul Date: Sat, 28 Sep 2019 02:00:57 +0000 Subject: [PATCH 1/3] add a.txt --- a.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 a.txt diff --git a/a.txt b/a.txt new file mode 100644 index 0000000..e69de29 -- GitLab From 45cfb73ee221ebd50aeb57d97e93f1ea60a081ac Mon Sep 17 00:00:00 2001 From: Vipul Date: Sat, 28 Sep 2019 02:02:49 +0000 Subject: [PATCH 2/3] a.txt: echo "Hello world" --- a.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/a.txt b/a.txt index e69de29..3b18e51 100644 --- a/a.txt +++ b/a.txt @@ -0,0 +1 @@ +hello world -- GitLab From e76c536758afe967a4cd7c003a826342e4b80621 Mon Sep 17 00:00:00 2001 From: Vipul Date: Sat, 28 Sep 2019 02:04:00 +0000 Subject: [PATCH 3/3] add bug.txt --- bug.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 bug.txt diff --git a/bug.txt b/bug.txt new file mode 100644 index 0000000..07beafa --- /dev/null +++ b/bug.txt @@ -0,0 +1 @@ +Hello from 1-bug-in-upvote branch -- GitLab