git-submodule: add support for --rebase.
[gitweb.git] / Documentation / gitmodules.txt
index cc95b69f27c3d4b5437fa15e3d1e825a7ae8576e..7c22c409497cbfa403d108e6009ca000acaf771f 100644 (file)
@@ -7,7 +7,7 @@ gitmodules - defining submodule properties
 
 SYNOPSIS
 --------
-gitmodules
+$GIT_WORK_DIR/.gitmodules
 
 
 DESCRIPTION
@@ -30,6 +30,9 @@ submodule.<name>.path::
 submodule.<name>.url::
        Defines an url from where the submodule repository can be cloned.
 
+submodule.<name>.rebase::
+       Defines that the submodule should be rebased by default.
+
 
 EXAMPLES
 --------
@@ -59,4 +62,4 @@ Documentation by Lars Hjemli <hjemli@gmail.com>
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite