pedroborges / kirby-autogit

⬢ Saves every change made via Kirby Panel to a Git repository
149 stars 23 forks source link

Images not getting committed to git #47

Closed fitzage closed 6 years ago

fitzage commented 6 years ago

I'm working with a new site that involves a lot of images, and I just discovered that when I upload images, they don't get committed to git by autogit. I don't think I have anything else acting on the images (although they are getting changed to have all lowercase filenames somewhere along the line, but I'm assuming Kirby is doing that).

Any idea what might be causing this?

fitzage commented 6 years ago

Related, it doesn't do thumbnails. This may be by design, but I like to have the thumbnails in git personally.

fitzage commented 6 years ago

AHH, well, when my webhook failed I realized I had a permissions issue in my .git folder, so NOTHING was getting committed when I made panel changes. After I fixed that, the image issue was fixed.

Still no thumbnails, but apparently that's on purpose.