The creation date of the date plug-in seems to be incorrectly displayed #7161
-
After raising the #7135 issue again, I took the official approach and found a problem, which was not solved by looking through the community. I uploaded a new file (2024-05-06). The creation date should be 2024-05-06, but the actual page display is earlier. Here are some reference screenshots and links Repository file:https://github.com/W1ndys/Easy-QFNU/blame/main/docs/Easy-College/index.md The API link of this file: https://api.github.com/repos/W1ndys/Easy-QFNU/commits?path=docs/Easy-College/index.md Actual front-end page address: https://easy-qfnu.top/Easy-College/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
I found that not only this file, but also other files have this kind of situation, and the fetch-depth of the plug-in has been set to 0.🤔🤔🤔 The date of modification should be correct, but the date of creation is wrong. |
Beta Was this translation helpful? Give feedback.
I don't know either, but you add a lot of empty files to the git repository. Based on the last command they even changed, despite being still empty, so perhaps your code editor changes the encoding of the files and that gets somehow stored in the git history 🤔
Adding and deleting a file won't help, I tried it, so unless I did something wrong I validated my claim.
The
--diff-filter="A" --follow <PATH>
still finds the old creation commits, which are falsely detected based on the falsely detected re…