Added a comment

This commit is contained in:
asakurareiko@f3d908c71c009580228b264f63f21c7274df7476 2021-10-21 02:09:02 +00:00 committed by admin
parent ae80b1214c
commit f8faeabb70

View file

@ -0,0 +1,45 @@
[[!comment format=mdwn
username="asakurareiko@f3d908c71c009580228b264f63f21c7274df7476"
nickname="asakurareiko"
avatar="http://cdn.libravatar.org/avatar/a865743e357add9d15081840179ce082"
subject="comment 12"
date="2021-10-21T02:09:02Z"
content="""
Forgot to add in the previous comment. The index looks fine afterwards
```
On branch master
No commits yet
Changes to be committed:
(use \"git rm --cached <file>...\" to unstage)
new file: a
new file: b
new file: c
```
```
diff --git a/a b/a
new file mode 100755
index 0000000..f8e47b9
--- /dev/null
+++ b/a
@@ -0,0 +1 @@
+/annex/objects/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
diff --git a/b b/b
new file mode 100755
index 0000000..f8e47b9
--- /dev/null
+++ b/b
@@ -0,0 +1 @@
+/annex/objects/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
diff --git a/c b/c
new file mode 100755
index 0000000..f8e47b9
--- /dev/null
+++ b/c
@@ -0,0 +1 @@
+/annex/objects/SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
```
"""]]