Description
I had a problem originally nothing to do with Gitea but with my client FileZilla, the images of my site were no longer searchable on my linux mint.
I uninstalled filezilla and deleted its configuration, then reinstalled filezilla. It's good, my images are searchable.
So I copy the files and images, again, in my repository, to have clean files
I observe then that only some rights are modified, from 644 to 755, and, that very rare files (8) see their end of line to change (CRLF for LF)
so, basically, no new files!
No content changes directly.
I git add.
git commit
push git
If I want to consult the link of the modifications made, I have the following error message:
template: repo/diff/image_diff:14:29: executing “repo/diff/image_diff” at : error calling call: call of nil
Other link when a file is add or delete work good.
( Mon installation : https://wiki.visionduweb.fr/index.php?title=Installer_un_serveur_Git_avec_Gitea )