This commit is contained in:
2025-04-25 20:52:52 +02:00
parent 9924a9de3f
commit 4091c54e36
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -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

View File

@@ -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

View File