aboutsummaryrefslogtreecommitdiff
path: root/models/git_diff_test.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* models/repo_diff: move core functions to gogits/git-moduleUnknwon2017-04-04
|
* 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