Code

git-pull: disallow implicit merging to detached HEAD
[git.git] / Documentation / git.txt
index 4ed3eed13d383cac4f1fa171b3ab6fb62f63c06a..f89d745efa73a9e22537aadb5c36857f04f030ec 100644 (file)
@@ -212,6 +212,9 @@ gitlink:git-cvsexportcommit[1]::
 gitlink:git-cvsserver[1]::
        A CVS server emulator for git.
 
+gitlink:git-gc[1]::
+       Cleanup unnecessary files and optimize the local repository.
+
 gitlink:git-lost-found[1]::
        Recover lost refs that luckily have not yet been pruned.
 
@@ -350,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]::