aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff.go
Commit message (Expand)AuthorAgeFilesLines
* Don't use full-file highlight when there is a git diff textconv (#35114)wxiaoguang2025-07-181-2/+5
* Improve submodule relative path handling (#35056)wxiaoguang2025-07-141-2/+2
* Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046)Lunny Xiao2025-07-111-3/+4
* enforce explanation for necessary nolints and fix bugs (#34883)TheFox0x72025-06-271-48/+2
* enforce nolint scope (#34851)TheFox0x72025-06-271-1/+1
* Ignore force pushes for changed files in a PR review (#34837)delvh2025-06-241-1/+2
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-181-4/+1
* Mark parent directory as viewed when all files are viewed (#33958)Kerwin Bryant2025-04-151-5/+8
* Refactor Git Attribute & performance optimization (#34154)Lunny Xiao2025-04-111-14/+12
* Try to figure out attribute checker problem (#33901)wxiaoguang2025-03-171-0/+2
* Ignore trivial errors when updating push data (#33864)wxiaoguang2025-03-141-2/+0
* Fix material icon & diff highlight (#33844)wxiaoguang2025-03-101-24/+50
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-147/+205
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-90/+51
* Remove context from git struct (#33793)TheFox0x72025-03-041-2/+2
* Performance optimization for pull request files loading comments attachments ...Lunny Xiao2025-02-141-1/+1
* Fix parentCommit invalid memory address or nil pointer dereference. (#33204)hiifong2025-01-191-2/+4
* add submodule diff links (#33097)Rowan Bohde2025-01-081-6/+26
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-201-1/+0
* Fix git error handling (#32401)wxiaoguang2024-11-021-1/+1
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-35/+27
* Update golangci-lint to v1.59.0 (#31221)silverwind2024-06-031-3/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-2/+1
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-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