aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff.go
Commit message (Expand)AuthorAgeFilesLines
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-0/+6
* Fix Syntax highlight for token change in added/deleted code (#12238)mrsdizzie2020-07-161-3/+40
* Ensure syntax highlighting is the same inside diffs (#12205)mrsdizzie2020-07-111-4/+4
* Make copy/paste work for source code (#12191)mrsdizzie2020-07-081-3/+3
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-24/+23
* Fix issue with DiffIndex on initial commit (#11677)zeripath2020-05-291-2/+6
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-9/+9
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-239/+1
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-11/+12
* Check if diff actually contains sections when rendering (#9926)Lauris BH2020-01-221-1/+1
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-9/+20
* Fix panic when diff (#9187)Lunny Xiao2019-11-281-8/+9
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-17/+163
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+828