]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitmodules.txt
fast-import: use write_pack_header()
[thirdparty/git.git] / Documentation / gitmodules.txt
index 67275fd187f0f8f60f608e17334da12b6272394f..539b4e1997e62c741ba4cd68ab28fcab534380ec 100644 (file)
@@ -49,9 +49,9 @@ submodule.<name>.update::
 
 submodule.<name>.branch::
        A remote branch name for tracking updates in the upstream submodule.
-       If the option is not specified, it defaults to 'master'.  A special
-       value of `.` is used to indicate that the name of the branch in the
-       submodule should be the same name as the current branch in the
+       If the option is not specified, it defaults to the remote 'HEAD'.
+       A special value of `.` is used to indicate that the name of the branch
+       in the submodule should be the same name as the current branch in the
        current repository.  See the `--remote` documentation in
        linkgit:git-submodule[1] for details.