We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20e48e commit ea4d919Copy full SHA for ea4d919
1 file changed
Documentation/gitdatamodel.adoc
@@ -83,8 +83,10 @@ trees::
83
A tree is how Git represents a directory. It lists, for each item in
84
the tree:
85
+
86
+1. The *file mode*, for example `100644`.
87
++
88
[[file-mode]]
-1. The *file mode*, for example `100644`. The format is inspired by Unix
89
+The format is inspired by Unix
90
permissions, but Git's modes are much more limited. Git only supports these file modes:
91
92
- `100644`: regular file (with type `blob`)
0 commit comments