ok
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,6 +8,8 @@ yarn-error.log*
|
|||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
.pnpm-debug.log*
|
.pnpm-debug.log*
|
||||||
|
|
||||||
|
public/notes/*
|
||||||
|
|
||||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
for entry in notes/*
|
for entry in notes/*
|
||||||
do
|
do
|
||||||
echo $entry
|
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
|
echo $test
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user