diff options
Diffstat (limited to '')
-rw-r--r-- | Documentation/gitformat-index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitformat-index.txt b/Documentation/gitformat-index.txt index 0773e5c..145cace 100644 --- a/Documentation/gitformat-index.txt +++ b/Documentation/gitformat-index.txt @@ -386,8 +386,8 @@ The remaining data of each directory block is grouped by type: long, "REUC" extension that is M-bytes long, followed by "EOIE", then the hash would be: - Hash("TREE" + <binary representation of N> + - "REUC" + <binary representation of M>) + Hash("TREE" + <binary-representation-of-N> + + "REUC" + <binary-representation-of-M>) == Index Entry Offset Table |