Code

Merge branch 'js/wrap-log'
[git.git] / Documentation / core-intro.txt
index 24b060b91e25855c47ef594dfcbeca43cdb5e677..eea44d9d5613f448b8c2b8f0aae236f917efad39 100644 (file)
@@ -106,7 +106,8 @@ directory tree, and renaming a file does not change the object that
 file is associated with in any way.
 
 A blob is typically created when gitlink:git-update-index[1]
-is run, and its data can be accessed by gitlink:git-cat-file[1].
+(or gitlink:git-add[1]) is run, and its data can be accessed by
+gitlink:git-cat-file[1].
 
 Tree Object
 ~~~~~~~~~~~