$ tar zxf frotz.tar.gz $ cd frotz -$ git-init-db +$ git-init $ git add . (1) $ git commit -m 'import of frotz source tree.' $ git tag v2.43 (2)@@ -1070,7 +1070,7 @@ upload to public HTTP server hosted by your ISP.
From fc4d38ced802738c5d6aaabf66a345d2d6c97c82 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
-git-init-db(1) or git-clone(1) to create a +git-init(1) or git-clone(1) to create a new repository.
$ tar zxf frotz.tar.gz $ cd frotz -$ git-init-db +$ git-init $ git add . (1) $ git commit -m 'import of frotz source tree.' $ git tag v2.43 (2)@@ -1070,7 +1070,7 @@ upload to public HTTP server hosted by your ISP.