diff --git a/foo/manchu.txt b/foo/manchu.txt new file mode 100644 index 0000000..1ca6c35 --- /dev/null +++ b/foo/manchu.txt @@ -0,0 +1 @@ +s/foo/fu/ diff --git a/fu/bar.txt b/fu/bar.txt new file mode 100644 index 0000000..01b51e6 --- /dev/null +++ b/fu/bar.txt @@ -0,0 +1 @@ +Some text diff --git a/fu/manchu.txt b/fu/manchu.txt new file mode 120000 index 0000000..5130240 --- /dev/null +++ b/fu/manchu.txt @@ -0,0 +1 @@ +../foo/manchu.txt \ No newline at end of file