See https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---color-movedltmodegt
I'd liek to kindly ask if this option (e.g. --color-moved=zebra) could be implemented in pagure as the default for observing diffs (commits, or PRs).
--color-moved=zebra
Screenshots will be attached.
$ git show --no-color-moved
$ git show --color-moved
Current Pagure:
Thanks for considering.
+1
@pingou Is this a thing we can do with pygit2's diff generator?
Metadata Update from @ngompa: - Issue tagged with: RFE, UI
IIRC the color isn't coming from pygit2 but from a js library.