Skip to content

Commit ea4d919

Browse files
committed
SQUASH??? work around AsciiDoc xml that does not validate
1 parent b20e48e commit ea4d919

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/gitdatamodel.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ trees::
8383
A tree is how Git represents a directory. It lists, for each item in
8484
the tree:
8585
+
86+
1. The *file mode*, for example `100644`.
87+
+
8688
[[file-mode]]
87-
1. The *file mode*, for example `100644`. The format is inspired by Unix
89+
The format is inspired by Unix
8890
permissions, but Git's modes are much more limited. Git only supports these file modes:
8991
+
9092
- `100644`: regular file (with type `blob`)

0 commit comments

Comments
 (0)