Documentation: suggest corresponding Porcelain-level in plumbing docs.
[gitweb.git] / Documentation / git.txt
index 5662cdc27cb35786e72dcf9c0db74009a3cba4aa..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.
@@ -354,8 +354,7 @@ gitlink:git-index-pack[1]::
        Build pack idx file for an existing packed archive.
 
 gitlink:git-init[1]::
-gitlink:git-init-db[1]::
-       Creates an empty git object database, or reinitialize an
+       Creates an empty git repository, or reinitialize an
        existing one.
 
 gitlink:git-merge-file[1]::
@@ -700,7 +699,7 @@ other
 
 Discussion[[Discussion]]
 ------------------------
-include::README[]
+include::core-intro.txt[]
 
 Authors
 -------