summaryrefslogtreecommitdiffstats
path: root/modules/git/repo_compare.go
Commit message (Expand)AuthorAgeFilesLines
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+1
* Support getting changed files when commit ID is `EmptySHA` (#26290)Zettat1232023-08-041-1/+9
* Add git dashes separator to some "log" and "diff" commands (#23606)wxiaoguang2023-03-261-3/+7
* Fix GetFilesChangedBetween if the file name may be escaped (#23272)zeripath2023-03-031-2/+9
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-9/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-15/+15
* Set no-tags in git fetch on compare (#20893)zeripath2022-08-231-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-7/+1
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-40/+33
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-11/+44
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-12/+12
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+8
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-33/+0
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-231-0/+61
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-191-1/+5
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-10/+10
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-8/+12
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-6/+14
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-5/+17
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-3/+2
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-161-3/+16
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-6/+31
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-2/+87
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-121-1/+0
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-0/+6
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-13/+15
* Do not fetch all refs (#7797)Mura Li2019-08-131-1/+1
* Be more strict with git arguments (#7715)zeripath2019-08-051-1/+1
* Add golangci (#6418)kolaente2019-06-121-1/+7
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-4/+4
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-0/+106