Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-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" | Unknwon | 2018-05-27 |
| | |||
* | models/repo_diff: move core functions to gogits/git-module | Unknwon | 2017-04-04 |
| | |||
* | Fix git diff tests | Unknwon | 2016-08-16 |
| | |||
* | Improve diff highlight (#3390) | Andrey Nering | 2016-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.go | Andrey Nering | 2016-02-04 |
| | |||
* | Fix test case after 86bce4a2ae9915fad63c742cb68fcd0a5e64a223. | Andrey Nering | 2016-01-09 |
| | |||
* | Fix: now highlights in diff view are getting the correct lines. | Andrey Nering | 2016-01-08 |
| | |||
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |