diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-18 19:33:20 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-18 19:33:20 -0800 |
commit | 78ba7e267caaa696746243888db363f83a061b61 (patch) | |
tree | f5981d27bc70923f7d8436c8decaa5ee158ce0d5 /Documentation/git-push.txt | |
parent | Merge branch 'rs/branch-del-symref' into maint (diff) | |
parent | Documentation: remote tracking branch -> remote-tracking branch (diff) | |
download | tgif-78ba7e267caaa696746243888db363f83a061b61.tar.xz |
Merge branch 'mm/maint-doc-remote-tracking' into maint
Update "remote tracking branch" in the documentation to
"remote-tracking branch".
* mm/maint-doc-remote-tracking:
Documentation: remote tracking branch -> remote-tracking branch
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 22d2580129..fe46c4258a 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -175,7 +175,7 @@ useful if you write an alias or script around 'git push'. --recurse-submodules=check|on-demand:: Make sure all submodule commits used by the revisions to be - pushed are available on a remote tracking branch. If 'check' is + pushed are available on a remote-tracking branch. If 'check' is used git will verify that all submodule commits that changed in the revisions to be pushed are available on at least one remote of the submodule. If any commits are missing the push will be |