#5125 RFE: --color-moved in diff/commit views
Opened by churchyard. Modified

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).

Screenshots will be attached.


$ git show --no-color-moved

1.png

$ git show --color-moved

2.png

Current Pagure:

3.png

Thanks for considering.

@pingou Is this a thing we can do with pygit2's diff generator?

Metadata Update from @ngompa:
- Issue tagged with: RFE, UI

@pingou Is this a thing we can do with pygit2's diff generator?

IIRC the color isn't coming from pygit2 but from a js library.

Metadata