mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-18 23:16:04 +08:00
Extract from #32786 `git diff a..b` is equal to `git diff a b` which is different from `git diff a...b`. For pull request, we should always --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| check_test.go | ||
| check.go | ||
| comment.go | ||
| commit_status_test.go | ||
| commit_status.go | ||
| edits.go | ||
| lfs.go | ||
| main_test.go | ||
| merge_ff_only.go | ||
| merge_merge.go | ||
| merge_prepare.go | ||
| merge_rebase.go | ||
| merge_squash.go | ||
| merge_test.go | ||
| merge.go | ||
| patch_unmerged.go | ||
| patch.go | ||
| pull_test.go | ||
| pull.go | ||
| review_test.go | ||
| review.go | ||
| reviewer_test.go | ||
| reviewer.go | ||
| temp_repo.go | ||
| update_rebase.go | ||
| update.go | ||