summaryrefslogtreecommitdiffstats
path: root/models/git_diff_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix import order (#1951)Ethan Koenig2017-06-121-1/+2
|
* fix gofmt errorBo-Yi Wu2016-12-301-8/+8
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* More MixedCase constsSandro Santilli2016-11-071-2/+2
|
* Fix git diff testsUnknwon2016-08-161-2/+2
|
* Improve diff highlight (#3390)Andrey Nering2016-08-071-35/+0
| | | | | | - 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-041-50/+50
|
* Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223.Andrey Nering2016-01-091-3/+3
|
* Fix: now highlights in diff view are getting the correct lines.Andrey Nering2016-01-081-0/+41
|
* Highlighting differences of lines in the diff view.Andrey Nering2016-01-061-0/+29