提交 9644ffdd 编写于 作者: J J. Bruce Fields

user-manual: fix introduction to packfiles

Actually I don't think we've previously mentioned .git/objects, so we
need a different introduction here.
Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
上级 09eff7b0
......@@ -2952,8 +2952,8 @@ references in .git/refs/tags/).
How git stores objects efficiently: pack files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We've seen how git stores each object in a file named after the
object's SHA1 hash.
Newly created objects are initially created in a file named after the
object's SHA1 hash (stored in .git/objects).
Unfortunately this system becomes inefficient once a project has a
lot of objects. Try this on an old project:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册