aboutsummaryrefslogtreecommitdiff
path: root/models/git_diff_test.go
Commit message (Collapse)AuthorAge
* Fix git diff testsUnknwon2016-08-16
|
* Improve diff highlight (#3390)Andrey Nering2016-08-07
| | | | | | - 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)
* go fmt models/git_diff_test.goAndrey Nering2016-02-04
|
* Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.Andrey Nering2016-01-09
|
* Fix: now highlights in diff view are getting the correct lines.Andrey Nering2016-01-08
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-06