summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-01-07 17:31:29 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-08 02:03:07 (GMT)
commit515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c (patch)
tree5a5643daddda26814cb3769ec63d344143b7ecf0 /Documentation/git.txt
parentcf2999eb4cbe39d5a40add574be9e5c019df758b (diff)
downloadgit-515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c.zip
git-515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c.tar.gz
git-515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c.tar.bz2
"init-db" can really be just "init"
Make "init" the equivalent of "init-db". This should make first GIT impression a little more friendly. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 36b2126..5662cdc 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -353,6 +353,7 @@ gitlink:git-hash-object[1]::
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
existing one.