summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-22 22:41:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-22 22:41:00 (GMT)
commitcbc8c6104199ffa63b61f4e8dee32d3a713e2939 (patch)
treeaa7e639833cc278936c34a7a714df3a9466a7927 /Documentation
parent93467ee660ed1c145fe91ee8928220be6ef9a51c (diff)
parent0abd52772bcb82a7293bb1c2bd351fbe303abaf1 (diff)
downloadgit-cbc8c6104199ffa63b61f4e8dee32d3a713e2939.zip
git-cbc8c6104199ffa63b61f4e8dee32d3a713e2939.tar.gz
git-cbc8c6104199ffa63b61f4e8dee32d3a713e2939.tar.bz2
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1: 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>