X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=80cc27913e449fbc25f2df1c515abc294ba9afde;hb=28818ffada5c811b215b8fef7b61f8ae696abd17;hp=1b8d9b8b9771ce941a3a6f8f98fb8c197f61f4e0;hpb=85c1f337be49eaa9a22e42a1c9958deef5ab57c3;p=git.git diff --git a/README b/README index 1b8d9b8b..80cc2791 100644 --- a/README +++ b/README @@ -102,8 +102,8 @@ object. The object is totally independent of it's location in the directory tree, and renaming a file does not change the object that file is associated with in any way. -A blob is created with link:git-write-blob.html[git-write-blob] and -it's data can be accessed by link:git-cat-file.html[git-cat-file] +A blob is typically created when link:git-update-cache.html[git-update-cache] +is run, and it's data can be accessed by link:git-cat-file.html[git-cat-file]. Tree Object ~~~~~~~~~~~