diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2013-08-27 20:04:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-27 15:14:45 -0700 |
commit | e14c86156c86c3f547b5f92b5c9e91ea8b4dbc8c (patch) | |
tree | dab05ef92cb561fda92ae59c3722c093813957be /Documentation | |
parent | Improve section "Merging multiple trees" (diff) | |
download | tgif-e14c86156c86c3f547b5f92b5c9e91ea8b4dbc8c.tar.xz |
Remove unnecessary historical note from "Object storage format"
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index e65ac13ae3..b3ed8497a6 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -4145,8 +4145,6 @@ about the data in the object. It's worth noting that the SHA-1 hash that is used to name the object is the hash of the original data plus this header, so `sha1sum` 'file' does not match the object name for 'file'. -(Historical note: in the dawn of the age of Git the hash -was the SHA-1 of the 'compressed' object.) As a result, the general consistency of an object can always be tested independently of the contents or the type of the object: all objects can |