summaryrefslogtreecommitdiff
path: root/summain.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-28 17:03:04 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-28 17:03:45 +0200
commit074ae1b24cf721ed3d86427795b34a4aefa1290c (patch)
tree4e29ec45ff2c7f6e92e38d7be6492ff6bb3391a6 /summain.md
parent2583b50e2a49fb0492ae0d341a51353b806c3233 (diff)
downloadsummain-rs-074ae1b24cf721ed3d86427795b34a4aefa1290c.tar.gz
feat: add SHA256 checksum of contents of regular files
Diffstat (limited to 'summain.md')
-rw-r--r--summain.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/summain.md b/summain.md
index 7c2c5fa..e6a4d15 100644
--- a/summain.md
+++ b/summain.md
@@ -87,6 +87,7 @@ mtime: 456
mtime_nsec: 0
nlink: 2
size: ~
+sha256: ~
```
## Writeable file
@@ -112,6 +113,7 @@ mtime: 22
mtime_nsec: 0
nlink: 1
size: 0
+sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
```
## Read-only file
@@ -136,6 +138,7 @@ mtime: 44
mtime_nsec: 0
nlink: 1
size: 0
+sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
```
## Two files sorted
@@ -163,6 +166,7 @@ mtime: 44
mtime_nsec: 0
nlink: 1
size: 0
+sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
---
path: bbb
atime: 33
@@ -172,6 +176,7 @@ mtime: 44
mtime_nsec: 0
nlink: 1
size: 0
+sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
```
---