Documentation: suggest corresponding Porcelain-level in plumbing docs.
[gitweb.git] / Documentation / git.txt
index 36b2126d847bf86f9efe5bdb1ce88acef9046633..a0bcef71d72aab9c1add05bfbea4e8e4e09954ec 100644 (file)
@@ -246,7 +246,7 @@ gitlink:git-symbolic-ref[1]::
        Read and modify symbolic refs.
 
 gitlink:git-tag[1]::
-       An example script to create a tag object signed with GPG.
+       Create or verify a tag object signed with GPG.
 
 gitlink:git-update-ref[1]::
        Update the object name stored in a ref safely.
@@ -353,8 +353,8 @@ gitlink:git-hash-object[1]::
 gitlink:git-index-pack[1]::
        Build pack idx file for an existing packed archive.
 
-gitlink:git-init-db[1]::
-       Creates an empty git object database, or reinitialize an
+gitlink:git-init[1]::
+       Creates an empty git repository, or reinitialize an
        existing one.
 
 gitlink:git-merge-file[1]::
@@ -699,7 +699,7 @@ other
 
 Discussion[[Discussion]]
 ------------------------
-include::README[]
+include::core-intro.txt[]
 
 Authors
 -------