X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=80cc27913e449fbc25f2df1c515abc294ba9afde;hb=12dd6e8cb0643231628d0240fdbb4afdef6629ea;hp=1b8d9b8b9771ce941a3a6f8f98fb8c197f61f4e0;hpb=c4584ae3fd7cd595a638a07dfd853e9d2745e930;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 ~~~~~~~~~~~