mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add submodule diff links (#33097)
This adds links to submodules in diffs, similar to the existing link when viewing a repo at a specific commit. It does this by expanding diff parsing to recognize changes to submodules, and find the specific refs that are added, deleted or changed. Related #25888 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -2628,6 +2628,9 @@ diff.image.overlay = Overlay
|
||||
diff.has_escaped = This line has hidden Unicode characters
|
||||
diff.show_file_tree = Show file tree
|
||||
diff.hide_file_tree = Hide file tree
|
||||
diff.submodule_added = Submodule %[1]s added at %[2]s
|
||||
diff.submodule_deleted = Submodule %[1]s deleted from %[2]s
|
||||
diff.submodule_updated = Submodule %[1]s updated: %[2]s
|
||||
|
||||
releases.desc = Track project versions and downloads.
|
||||
release.releases = Releases
|
||||
|
Reference in New Issue
Block a user