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

View File

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