You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/diff
wxiaoguang 6422f05a4e
Decouple diff stats query from actual diffing (#33810)
The diff stats are no longer part of the diff generation.
Use `GetDiffShortStat` instead to get the total number of changed files,
added lines, and deleted lines.
As such, `gitdiff.GetDiff` can be simplified:
It should not do more than expected.

And do not run "git diff --shortstat" for pull list. Fix #31492
7 days ago
..
blob_excerpt.tmpl Refactor tmpl and blob_excerpt (#32967) 3 months ago
box.tmpl Decouple diff stats query from actual diffing (#33810) 7 days ago
comment_form.tmpl Refactor markdown editor and use it for milestone description editor (#32688) 3 months ago
comment_form_datahandler.tmpl Make sure fmt catches all templates (#20979) 3 years ago
comments.tmpl Hide/disable unusable UI elements when a repository is archived (#33459) 1 month ago
compare.tmpl Refactor pull-request compare&create page (#33071) 2 months ago
conversation.tmpl Improve mobile review ui (#31091) 10 months ago
conversation_outdated.tmpl Improve user experience for outdated comments (#29050) 1 year ago
csv_diff.tmpl Fix CSV diff for added/deleted files (#21189) 3 years ago
escape_title.tmpl Refactor tmpl and blob_excerpt (#32967) 3 months ago
image_diff.tmpl Refactor image diff (#31444) 9 months ago
new_comment.tmpl Do not reload page after adding comments in Pull Request reviews (#13877) 4 years ago
new_review.tmpl Hide/disable unusable UI elements when a repository is archived (#33459) 1 month ago
options_dropdown.tmpl Use `git diff-tree` for `DiffFileTree` on diff pages (#33514) 2 weeks ago
section_code.tmpl Add template linting via djlint (#25212) 2 years ago
section_split.tmpl Refactor tmpl and blob_excerpt (#32967) 3 months ago
section_unified.tmpl De-emphasize signed commits (#31160) 3 months ago
stats.tmpl Migrate margin and padding helpers to tailwind (#30043) 12 months ago
whitespace_dropdown.tmpl code optimization (#31315) 9 months ago