mirror of
https://github.com/go-gitea/gitea
synced 2025-01-22 07:34:26 +00:00
2772791fda
- Try to reduce memory allocations - Add possibility to disable diff highlight (can improve performance for large diffs) - Tweaking with cost for prettier (cleaner) diffs - Do not calculate diff when the number of removed lines in a block is not equal to the number of added lines (this usually resulted in ugly diffs)
Execute following command in ROOT directory when anything is changed:
$ make bindata