mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
feat: Allow opening a single-file diff from file history view (#6599)
This PR adds a small icon link to the file history list to open the diff for *only* this file in the respective commit. This is very useful if the commit in question touches a very large amount of files and finding the actual file in the diff is tedious. - fixes #6596 Co-authored-by: Gusted <postmaster@gusted.xyz> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6599 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Yann Büchau <nobodyinperson@posteo.de> Co-committed-by: Yann Büchau <nobodyinperson@posteo.de>
This commit is contained in:
parent
d1d78c1b14
commit
0d3a759fdc
3 changed files with 13 additions and 1 deletions
|
@ -1453,6 +1453,7 @@ commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does n
|
|||
commits.gpg_key_id = GPG key ID
|
||||
commits.ssh_key_fingerprint = SSH key fingerprint
|
||||
commits.view_path=View at this point in history
|
||||
commits.view_single_diff = View changes to this file introduced in this commit
|
||||
|
||||
commit.operations = Operations
|
||||
commit.revert = Revert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue