X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-push.txt;h=aede48877fb080bd12c346c74cf7453860d7de21;hb=87afe9a5ed759668e35513c44eacd2fd393ba658;hp=49c6e9fa51daea75272ea7eec8a360bfd324a467;hpb=e78f8291436753d98829f32cf5308fd99d59971b;p=git.git diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 49c6e9fa5..aede48877 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