summaryrefslogtreecommitdiffstats
path: root/modules/git/repo_compare.go
Commit message (Expand)AuthorAgeFilesLines
* 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