| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed ineffectual assignments (#7555) | Christian Muehlhaeuser | 2019-07-22 | 1 | -1/+1 |
* | fix extra newlines when copying from diff in Firefox (#7288) | silverwind | 2019-06-26 | 1 | -8/+16 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -8/+8 |
* | Make diff line-marker non-selectable (#7279) | zeripath | 2019-06-24 | 1 | -13/+16 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -7/+6 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Fix ParsePatch function to work with quoted diff --git strings (#6323) | mrsdizzie | 2019-03-14 | 1 | -0/+10 |
* | Fix regex to support optional end line of old section in diff hunk (#5096) | kolaente | 2018-10-17 | 1 | -9/+16 |
* | Code review UI improvements and bugfixes (#4682) | Lauris BH | 2018-09-17 | 1 | -2/+6 |
* | Add whitespace handling to PR-comparsion (#4683) | nemoinho | 2018-08-14 | 1 | -10/+21 |
* | Pull request review/approval and comment on code (#3748) | Lauris BH | 2018-08-06 | 1 | -11/+195 |
* | Update code.gitea.io/git (#3482) | Ethan Koenig | 2018-02-10 | 1 | -2/+10 |
* | Fix Uninitialized variable in ParsePatch (#3156) | Kim "BKC" Carlbäcker | 2017-12-12 | 1 | -1/+1 |
* | Improve memory usage when reaching diff limits (#2990) | Duncan Ogilvie | 2017-11-29 | 1 | -12/+20 |
* | Fix diff of renamed and modified file (#1967) | Ethan Koenig | 2017-06-14 | 1 | -7/+6 |
* | fixes pull request hanging indefinitely when it contains normal and LFS file ... | Kuba Tyszko | 2017-04-03 | 1 | -1/+0 |
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -2/+2 |
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -8/+8 |
* | Git LFS support v2 (#122) | Fabian Zaremba | 2016-12-26 | 1 | -0/+25 |
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 1 | -1/+1 |
* | Expand documentations | Sandro Santilli | 2016-11-24 | 1 | -16/+16 |
* | Lint git_diff.go | Sandro Santilli | 2016-11-24 | 1 | -6/+26 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -2/+2 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
* | This one I overlooked before | Sandro Santilli | 2016-11-07 | 1 | -4/+4 |
* | More MixedCase consts | Sandro Santilli | 2016-11-07 | 1 | -29/+29 |
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -6/+4 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
* | #3464 add diff signs which does not have inline diff | Unknwon | 2016-08-16 | 1 | -2/+2 |
* | #3464 reproduce diff signs | Unknwon | 2016-08-16 | 1 | -1/+10 |
* | Web editor: improve edit file and diff preview | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | Improve diff highlight (#3390) | Andrey Nering | 2016-08-07 | 1 | -28/+54 |
* | #3345 dump content directly to HTTP ResponseWriter | Unknwon | 2016-07-30 | 1 | -13/+23 |
* | Diff patch (#3345) | Dennis Chen | 2016-07-30 | 1 | -2/+46 |
* | add IsSubmodule field to DiffFile and hide view file button on diff page for ... | Siarhei Navatski | 2016-07-23 | 1 | -1/+5 |
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 1 | -22/+23 |
* | Little refactoring of diff highlight. | Andrey Nering | 2016-02-21 | 1 | -5/+1 |
* | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 1 | -0/+9 |
* | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 | 1 | -31/+30 |
* | roll back a small change | Unknwon | 2016-01-09 | 1 | -1/+2 |
* | minor fix to #2335 | Unknwon | 2016-01-09 | 1 | -23/+32 |
* | Fix: now highlights in diff view are getting the correct lines. | Andrey Nering | 2016-01-08 | 1 | -22/+18 |
* | Semantic fixes. | Andrey Nering | 2016-01-07 | 1 | -11/+11 |
* | Declaring specific types for enums constants. | Andrey Nering | 2016-01-06 | 1 | -14/+21 |
* | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 | 1 | -0/+85 |
* | #2185 fall back to use custom chardet lib | Unknwon | 2015-12-31 | 1 | -2/+2 |
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
* | fix huge diff hangs | Unknwon | 2015-12-14 | 1 | -0/+2 |
* | #2185 use Go sub-repo to detect encoding | Unknwon | 2015-12-13 | 1 | -2/+2 |