Merge branch 'maint-1.6.1' into maint

* maint-1.6.1:
  everyday: use the dashless form of git-init
This commit is contained in:
Junio C Hamano 2009-03-22 15:41:00 -07:00
commit cbc8c61041

View File

@ -98,7 +98,7 @@ Use a tarball as a starting point for a new repository.::
------------ ------------
$ tar zxf frotz.tar.gz $ tar zxf frotz.tar.gz
$ cd frotz $ cd frotz
$ git-init $ git init
$ git add . <1> $ git add . <1>
$ git commit -m "import of frotz source tree." $ git commit -m "import of frotz source tree."
$ git tag v2.43 <2> $ git tag v2.43 <2>