Post #2114202
2025-04-24 17:10 UTC
Replies (2)
-
@matrss@mastodon.social 2025-04-24 17:42
@nobodyinperson Huh, that makes a lot of sense. But this only works for diff's, not for the file previews, right? If yes then this is mostly orthogonal to external renderers, those affect the file previews but not the diff's. This opens up some possibilities I haven't considered yet... Does this integrate in some way with Forgejo's image diff's? Probably not, since textconv is explicitly text-only. Can Forgejo do anything with external diff commands?
-
@matrss@mastodon.social 2025-04-24 17:55
@nobodyinperson I have never really messed with diff drivers, yet. Could you share your git-annex related ones? Maybe some are generic enough to be integrated in Forgejo-aneksajo. The one for annexed plaintext certainly is, but that is probably just `cat` anyway, right?