summaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff.go
Commit message (Expand)AuthorAgeFilesLines
* Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun2022-02-081-3/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Fix partial cloning a repo (#18373)Gusted2022-01-231-1/+1
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-25/+22
* format with gofumpt (#18184)65432022-01-201-9/+11
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-12/+30
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-5/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-40/+56
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-201-19/+69
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-21/+24
* Make ParsePatch more robust (#17573)Gusted2021-11-071-1/+11
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-9/+25
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-4/+9
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-091-0/+78
* Prevent panic on diff generation (#16950)zeripath2021-09-051-0/+4
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-311-22/+7
* Simplify split diff view generation and remove JS dependency (#16775)zeripath2021-08-291-2/+16
* Detect encoding changes while parsing diff (#16330)Jimmy Praet2021-07-131-19/+31
* Display specific message if diff is not displayed because of too long line (...Loutro2021-05-041-15/+19
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-4/+5
* Prevent NPE in CommentMustAsDiff if no hunk header (#15199)zeripath2021-04-011-0/+15
* Place wrapper around comment as diff to catch panics (#15085)zeripath2021-03-211-0/+8
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-6/+89
* Fix broken spans in diffs (#14678)zeripath2021-02-141-0/+210
* Whitespace in commits (#14650)vnkmpf2021-02-131-1/+18
* Fix escaping issue in diff (#14153)zeripath2020-12-261-4/+3
* Handle incomplete diff files properly (#13662)zeripath2020-11-211-0/+13
* Alternative fix for HTML diff entity split (#13425)mrsdizzie2020-11-041-84/+30
* When creating line diffs do not split within an html entity (#13357)zeripath2020-10-311-0/+84
* Fix initial commit page & binary munching problem (#13249)zeripath2020-10-211-1/+10
* Add better error checking for inline html diff code (#13239)mrsdizzie2020-10-211-46/+42
* Fix error in diff html rendering (#13191)mrsdizzie2020-10-181-3/+3
* Fix diff skipping lines (#13154)zeripath2020-10-161-182/+327
* Finally fix diff names (#13136)zeripath2020-10-141-105/+59
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+1
* Fix yet another bug with diff file names (#12771)zeripath2020-09-091-46/+105
* Fix diff path unquoting (#12554)zeripath2020-08-221-30/+17
* Fix typos (#12542)Gjergji Ramku2020-08-201-3/+3
* Add more tests for diff highlighting (#12467)mrsdizzie2020-08-111-1/+1
* Improved diff syntax highlighting fix (#12455)mrsdizzie2020-08-081-20/+27
* 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