From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- cli/fixtures/01-git-hash-object/.gitignore | 2 ++ cli/fixtures/01-git-hash-object/child/child.json | 0 cli/fixtures/01-git-hash-object/child/grandchild/grandchild.json | 0 cli/fixtures/01-git-hash-object/root.json | 0 4 files changed, 2 insertions(+) create mode 100644 cli/fixtures/01-git-hash-object/.gitignore create mode 100644 cli/fixtures/01-git-hash-object/child/child.json create mode 100644 cli/fixtures/01-git-hash-object/child/grandchild/grandchild.json create mode 100644 cli/fixtures/01-git-hash-object/root.json (limited to 'cli/fixtures/01-git-hash-object') diff --git a/cli/fixtures/01-git-hash-object/.gitignore b/cli/fixtures/01-git-hash-object/.gitignore new file mode 100644 index 0000000..d8e1950 --- /dev/null +++ b/cli/fixtures/01-git-hash-object/.gitignore @@ -0,0 +1,2 @@ +"quote" +new*line diff --git a/cli/fixtures/01-git-hash-object/child/child.json b/cli/fixtures/01-git-hash-object/child/child.json new file mode 100644 index 0000000..e69de29 diff --git a/cli/fixtures/01-git-hash-object/child/grandchild/grandchild.json b/cli/fixtures/01-git-hash-object/child/grandchild/grandchild.json new file mode 100644 index 0000000..e69de29 diff --git a/cli/fixtures/01-git-hash-object/root.json b/cli/fixtures/01-git-hash-object/root.json new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2