summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-22 22:40:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-22 22:40:55 (GMT)
commit0abd52772bcb82a7293bb1c2bd351fbe303abaf1 (patch)
treedf8e4da3ba67591f03345f2eb03d1924463717ae /Documentation
parente10d48de74ec8c01d0528217abf465af7bbf5a56 (diff)
parent3e5970a41ec0809efb792357af546ffa96568f66 (diff)
downloadgit-0abd52772bcb82a7293bb1c2bd351fbe303abaf1.zip
git-0abd52772bcb82a7293bb1c2bd351fbe303abaf1.tar.gz
git-0abd52772bcb82a7293bb1c2bd351fbe303abaf1.tar.bz2
Merge branch 'maint-1.6.0' into maint-1.6.1
* maint-1.6.0: everyday: use the dashless form of git-init
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/everyday.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt
index e598cdd..9310b65 100644
--- a/Documentation/everyday.txt
+++ b/Documentation/everyday.txt
@@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
------------
$ tar zxf frotz.tar.gz
$ cd frotz
-$ git-init
+$ git init
$ git add . <1>
$ git commit -m "import of frotz source tree."
$ git tag v2.43 <2>