forked from forgejo/forgejo
Backport #26352 Now, you don't need to be a git expert anymore to know what these numbers mean. ## Before  ## After  or when the mode actually changed: 
This commit is contained in:
parent
9aadc25bc1
commit
39cbca0f95
3 changed files with 30 additions and 2 deletions
|
@ -3474,3 +3474,12 @@ need_approval_desc = Need approval to run workflows for fork pull request.
|
|||
type-1.display_name = Individual Project
|
||||
type-2.display_name = Repository Project
|
||||
type-3.display_name = Organization Project
|
||||
|
||||
[git.filemode]
|
||||
changed_filemode = %[1]s → %[2]s
|
||||
# Ordered by git filemode value, ascending. E.g. directory has "040000", normal file has "100644", …
|
||||
directory = Directory
|
||||
normal_file = Normal file
|
||||
executable_file = Executable file
|
||||
symbolic_link = Symbolic link
|
||||
submodule = Submodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue