summaryrefslogtreecommitdiffstats
path: root/services/gitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-277-14/+7
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-3/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-14/+16
* Ignore error when retrieving changed PR review files (#21487)delvh2022-10-201-1/+6
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+0
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-3/+3
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-16/+17
* Improve code diff highlight, fix incorrect rendered diff result (#19958)wxiaoguang2022-07-234-375/+374
* Add more linters to improve code readability (#19989)Wim2022-06-201-4/+3
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-31/+2
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-133-12/+13
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-1/+4
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-23/+104
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1611-640/+0
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-141-0/+1
* 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-204-21/+29
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-6/+7
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-22/+40
* Simplify parameter types (#18006)Gusted2021-12-201-3/+3
* 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-242-2/+4
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-222-42/+65
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-203-31/+252
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-22/+25
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-3/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-3/+4
* Make ParsePatch more robust (#17573)Gusted2021-11-072-1/+30
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+4
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-202-132/+322
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-152-10/+26
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-272-5/+10
* 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-193-6/+8
* 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-312-23/+14