From d58e3ef9f123eea6857161c79275ee22b228f659 Mon Sep 17 00:00:00 2001
From: Joe Chen <joe@sourcegraph.com>
Date: Thu, 13 Feb 2020 22:21:42 +0800
Subject: [PATCH 1/2] Add a symlink

---
 symlink.run.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 symlink.run.sh

diff --git a/symlink.run.sh b/symlink.run.sh
new file mode 120000
index 0000000..e0e6347
--- /dev/null
+++ b/symlink.run.sh
@@ -0,0 +1 @@
+run.sh
\ No newline at end of file

From cfc3b2993f74726356887a5ec093de50486dc617 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E1=B4=9C=C9=B4=E1=B4=8B=C9=B4=E1=B4=A1=E1=B4=8F=C9=B4?=
 <u@gogs.io>
Date: Fri, 21 Aug 2020 22:19:34 +0800
Subject: [PATCH 2/2] Add files with same SHA

---
 sameSHAs/file1.txt | 1 +
 sameSHAs/file2.txt | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 sameSHAs/file1.txt
 create mode 100644 sameSHAs/file2.txt

diff --git a/sameSHAs/file1.txt b/sameSHAs/file1.txt
new file mode 100644
index 0000000..5b4fc5c
--- /dev/null
+++ b/sameSHAs/file1.txt
@@ -0,0 +1 @@
+The content is identical, thus have the same SHA.
\ No newline at end of file
diff --git a/sameSHAs/file2.txt b/sameSHAs/file2.txt
new file mode 100644
index 0000000..5b4fc5c
--- /dev/null
+++ b/sameSHAs/file2.txt
@@ -0,0 +1 @@
+The content is identical, thus have the same SHA.
\ No newline at end of file