diff options
-rw-r--r-- | .whenwasit | 8 | ||||
-rw-r--r-- | readme.md | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.whenwasit b/.whenwasit index 4fcc904..bffa1fa 100644 --- a/.whenwasit +++ b/.whenwasit @@ -1,11 +1,11 @@ -,1692916976,1692931791,1692931622 +,1692916976,1692931791,1692931791 Cargo.toml,1692916976,1692927476,1692931525 .whenwasit-ignore,1692930937,1692931474,1692931525 Cargo.lock,1692916991,1692927476,1692931525 -readme.md,1692917240,1692931776,1692931776 -.whenwasit,1692931791,1692931791,1692931791 +readme.md,1692917240,1692932167,1692932167 +.whenwasit,1692931791,1692932185,1692931791 .gitignore,1692916976,1692916976,1692919305 .rustfmt.toml,1692917231,1692917231,1692919305 -pre-commit,1692931609,1692931684,1692931684 +pre-commit,1692931609,1692931684,1692931791 src,1692916976,1692916976,1692917221 src/main.rs,1692916976,1692931320,1692931525 diff --git a/readme.md b/readme.md index b49a9eb..d52ebf9 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ makes the file [.whenwasit](/.whenwasit), and adds it to the commit. data is output on `stdout` in a CSV format. because there are varying ways to make a CSV, it's described in detail below. -- there is no data header; the first row is data +- there is no header; the first row is data - the data rows are in the format `path,btime,mtime,atime` - `path`: file path relative to the root that was provided on the command line - `btime`: time of file creation; birth time |