summaryrefslogtreecommitdiffstats
path: root/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-30 15:32:59 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-30 15:32:59 +0900
commit309465b1bf49218ee65ee2e621cedf56bcf8b2c1 (patch)
tree512b922b36a168f2a776a8b4f1e414056544b72a /git-submodule.txt
parentc567f86bbb472a4a0a93126ecf53ab9b498841db (diff)
downloadgit-htmldocs-309465b1bf49218ee65ee2e621cedf56bcf8b2c1.tar.gz
Autogenerated HTML docs for v2.17.1-904-gf15a4
Diffstat (limited to 'git-submodule.txt')
-rw-r--r--git-submodule.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-submodule.txt b/git-submodule.txt
index 630999f41..4a5cc38a6 100644
--- a/git-submodule.txt
+++ b/git-submodule.txt
@@ -239,6 +239,13 @@ OPTIONS
--quiet::
Only print error messages.
+--progress::
+ This option is only valid for add and update commands.
+ Progress status is reported on the standard error stream
+ by default when it is attached to a terminal, unless -q
+ is specified. This flag forces progress status even if the
+ standard error stream is not directed to a terminal.
+
--all::
This option is only valid for the deinit command. Unregister all
submodules in the working tree.
@@ -362,7 +369,15 @@ the submodule itself.
this option will be passed to the linkgit:git-clone[1] command.
+
*NOTE*: Do *not* use this option unless you have read the note
-for linkgit:git-clone[1]'s `--reference` and `--shared` options carefully.
+for linkgit:git-clone[1]'s `--reference`, `--shared`, and `--dissociate`
+options carefully.
+
+--dissociate::
+ This option is only valid for add and update commands. These
+ commands sometimes need to clone a remote repository. In this case,
+ this option will be passed to the linkgit:git-clone[1] command.
++
+*NOTE*: see the NOTE for the `--reference` option.
--recursive::
This option is only valid for foreach, update, status and sync commands.