ok
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,6 +8,8 @@ yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
public/notes/*
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
for entry in notes/*
|
||||
do
|
||||
echo $entry
|
||||
git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry
|
||||
test=`git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry`
|
||||
echo $test
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user