[Groonga-commit] groonga/groonga at 6bda8ea [master] doc: add --recursive option to git clone

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 24 22:36:01 JST 2014


Kouhei Sutou	2014-10-24 22:36:01 +0900 (Fri, 24 Oct 2014)

  New Revision: 6bda8eab458d1759e5573539ac00d70840077856
  https://github.com/groonga/groonga/commit/6bda8eab458d1759e5573539ac00d70840077856

  Message:
    doc: add --recursive option to git clone
    
    Because Groonga repository has submodules.

  Modified files:
    doc/source/contribution/development/release.rst
    doc/source/contribution/development/repository.rst

  Modified: doc/source/contribution/development/release.rst (+1 -1)
===================================================================
--- doc/source/contribution/development/release.rst    2014-10-24 22:30:51 +0900 (816bde0)
+++ doc/source/contribution/development/release.rst    2014-10-24 22:36:01 +0900 (cf7e828)
@@ -86,7 +86,7 @@ Groongaのリリース作業ではリリース専用の環境下(コンパイル
 
 リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。::
 
-    % git clone git �� github.com:groonga/groonga.git groonga.clean
+    % git clone --recursive git �� github.com:groonga/groonga.git groonga.clean
 
 この作業はリリース作業ごとに行います。
 

  Modified: doc/source/contribution/development/repository.rst (+1 -1)
===================================================================
--- doc/source/contribution/development/repository.rst    2014-10-24 22:30:51 +0900 (f4a8e21)
+++ doc/source/contribution/development/repository.rst    2014-10-24 22:36:01 +0900 (a3ecd11)
@@ -7,6 +7,6 @@ Repository
 
 There is `the repository of groonga on GitHub <https://github.com/groonga/groonga>`_. If you want to check-out groonga, type the below command::
 
-  % git clone git://github.com/groonga/groonga.git
+  % git clone --recursive git://github.com/groonga/groonga.git
 
 There is `the list of related projects of groonga <https://github.com/groonga>`_ (grntest, fluent-plugin-groonga and so on).
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index