summaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor sha1 and time-limited code (#31023) (#31030)Giteabot2024-05-211-2/+1
* Make sure git version&feature are always prepared (#30877) (#30879)wxiaoguang2024-05-071-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-5/+4
* Fix incorrect diff expander for deletion of last lines in a file (#29501)silverwind2024-03-011-1/+1
* Refactor git attributes (#29356)KN4CK3R2024-02-241-26/+16
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-3/+3
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-3/+3
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+16
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-11/+11
* Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)v1.21.0-rc0delvh2023-09-201-1/+1
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+3
* Display human-readable text instead of cryptic filemodes (#26352)delvh2023-08-061-0/+17
* Less naked returns (#25713)65432023-07-071-15/+10
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-0/+36
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-2/+2
* Display file mode for new file and file mode changes (#24966)Yevhen Pavlov2023-05-291-4/+23
* Simplify template helper functions (#24570)wxiaoguang2023-05-071-0/+13
* Fix broken code editor diff preview (#23307)wxiaoguang2023-03-061-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-51/+29
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-13/+15
* 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
* 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-231-291/+21
* 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 issues related files into models/issues (#19931)Lunny Xiao2022-06-131-7/+7
* 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
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* 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-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