1
0
Fork 0
forked from forgejo/forgejo

Pull Requests: add button to compare force pushed commits (#22857)

To quickly see what changed without having to re-read the whole diff.
This commit is contained in:
Brecht Van Lommel 2023-03-01 20:19:47 +01:00 committed by GitHub
parent 0268ee5c37
commit 545495dcb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View file

@ -1470,6 +1470,7 @@ issues.error_removing_due_date = "Failed to remove the due date."
issues.push_commit_1 = "added %d commit %s"
issues.push_commits_n = "added %d commits %s"
issues.force_push_codes = `force-pushed %[1]s from <a class="ui sha" href="%[3]s"><code>%[2]s</code></a> to <a class="ui sha" href="%[5]s"><code>%[4]s</code></a> %[6]s`
issues.force_push_compare = Compare
issues.due_date_form = "yyyy-mm-dd"
issues.due_date_form_add = "Add due date"
issues.due_date_form_edit = "Edit"