mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-29 10:24:38 +01:00
dfab54d5a2
* Add support for .diff and .patch Add the ability to get text-diff and format-patch by adding .diff or .patch in the end of a commit url. Issue #2641 * models: git_diff: various fixes * Renames commitId to commitID. * Writes stderr to a bytes.Buffer and displays proper error message on command failure. * Various style changes. Signed-off-by: Dennis Chen <barracks510@gmail.com> |
||
---|---|---|
.. | ||
migrations | ||
access.go | ||
action.go | ||
admin.go | ||
error.go | ||
git_diff_test.go | ||
git_diff.go | ||
issue_comment.go | ||
issue_label.go | ||
issue_mail.go | ||
issue.go | ||
login.go | ||
mail.go | ||
models_sqlite.go | ||
models_tidb.go | ||
models.go | ||
org_team.go | ||
org.go | ||
pull.go | ||
release.go | ||
repo_branch.go | ||
repo_collaboration.go | ||
repo_test.go | ||
repo.go | ||
ssh_key_test.go | ||
ssh_key.go | ||
token.go | ||
update.go | ||
user_mail.go | ||
user.go | ||
webhook_slack.go | ||
webhook.go | ||
wiki.go |