| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable show more files in diff for git <2.31 (#17733) | zeripath | 2021-11-20 | 3 | -31/+252 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 2 | -22/+25 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -3/+2 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 2 | -3/+4 |
* | Make ParsePatch more robust (#17573) | Gusted | 2021-11-07 | 2 | -1/+30 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 1 | -4/+4 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 2 | -132/+322 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 2 | -10/+26 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 2 | -5/+10 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 3 | -6/+8 |
* | Use git attributes to determine generated and vendored status for language st... | zeripath | 2021-09-09 | 1 | -0/+78 |
* | Prevent panic on diff generation (#16950) | zeripath | 2021-09-05 | 1 | -0/+4 |
* | Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) | 6543 | 2021-08-31 | 2 | -23/+14 |
* | Simplify split diff view generation and remove JS dependency (#16775) | zeripath | 2021-08-29 | 1 | -2/+16 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -2/+3 |
* | Detect encoding changes while parsing diff (#16330) | Jimmy Praet | 2021-07-13 | 1 | -19/+31 |
* | Use gitea logging module for git module (#16243) | 6543 | 2021-06-25 | 1 | -2/+0 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -3/+3 |
* | Display specific message if diff is not displayed because of too long line (... | Loutro | 2021-05-04 | 1 | -15/+19 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -2/+8 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -4/+5 |
* | Prevent NPE in CommentMustAsDiff if no hunk header (#15199) | zeripath | 2021-04-01 | 1 | -0/+15 |
* | Add Tabular Diff for CSV files (#14661) | KN4CK3R | 2021-03-29 | 2 | -0/+498 |
* | Place wrapper around comment as diff to catch panics (#15085) | zeripath | 2021-03-21 | 1 | -0/+8 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -2/+3 |
* | Fix a couple of CommentAsPatch issues. (#14804) | zeripath | 2021-02-27 | 2 | -14/+157 |
* | Fix broken spans in diffs (#14678) | zeripath | 2021-02-14 | 2 | -6/+228 |
* | Whitespace in commits (#14650) | vnkmpf | 2021-02-13 | 1 | -1/+18 |
* | Fix escaping issue in diff (#14153) | zeripath | 2020-12-26 | 1 | -4/+3 |
* | Handle incomplete diff files properly (#13662) | zeripath | 2020-11-21 | 2 | -6/+96 |
* | Alternative fix for HTML diff entity split (#13425) | mrsdizzie | 2020-11-04 | 2 | -114/+45 |
* | When creating line diffs do not split within an html entity (#13357) | zeripath | 2020-10-31 | 2 | -0/+114 |
* | Fix initial commit page & binary munching problem (#13249) | zeripath | 2020-10-21 | 1 | -1/+10 |
* | Add better error checking for inline html diff code (#13239) | mrsdizzie | 2020-10-21 | 2 | -48/+44 |
* | Fix error in diff html rendering (#13191) | mrsdizzie | 2020-10-18 | 2 | -3/+12 |
* | Fix diff skipping lines (#13154) | zeripath | 2020-10-16 | 2 | -182/+348 |
* | Finally fix diff names (#13136) | zeripath | 2020-10-14 | 2 | -123/+80 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -0/+1 |
* | Fix yet another bug with diff file names (#12771) | zeripath | 2020-09-09 | 2 | -50/+246 |
* | Fix diff path unquoting (#12554) | zeripath | 2020-08-22 | 2 | -30/+34 |
* | Fix typos (#12542) | Gjergji Ramku | 2020-08-20 | 1 | -3/+3 |
* | Add more tests for diff highlighting (#12467) | mrsdizzie | 2020-08-11 | 2 | -1/+16 |
* | Improved diff syntax highlighting fix (#12455) | mrsdizzie | 2020-08-08 | 2 | -20/+37 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 1 | -0/+6 |
* | Fix Syntax highlight for token change in added/deleted code (#12238) | mrsdizzie | 2020-07-16 | 2 | -3/+48 |
* | Ensure syntax highlighting is the same inside diffs (#12205) | mrsdizzie | 2020-07-11 | 1 | -4/+4 |
* | Make copy/paste work for source code (#12191) | mrsdizzie | 2020-07-08 | 1 | -3/+3 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 2 | -26/+28 |