X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-push.txt;h=6ae6ba3c2e497cb4bbc75a7c625aec85c03317f7;hb=d2b17b3220cbd75b1c8e2aa6cfdc5c121749c97d;hp=88acfcd4cc8e0eeafc809df0d72b37daded6f8a6;hpb=f5bf1b5f6b43f5ed9263f4cecd0faf58c5a7322f;p=git.git diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 88acfcd4c..6ae6ba3c2 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -162,6 +162,12 @@ useful if you write an alias or script around 'git push'. is specified. This flag forces progress status even if the standard error stream is not directed to a terminal. +--recurse-submodules=check:: + Check whether all submodule commits used by the revisions to be + pushed are available on a remote tracking branch. Otherwise the + push will be aborted and the command will exit with non-zero status. + + include::urls-remotes.txt[] OUTPUT