summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-25 16:37:03 -0700
committerJunio C Hamano <gitster@pobox.com>2013-03-25 16:37:03 -0700
commit240dc3fd4523f8d7034fc6ab627d271d5b273487 (patch)
tree3b8708d75bb9b6a11375c8c2db1e3bc4ee56aa81 /git-push.html
parent5e7f131ec750093b9c1691ff92db43b0595ea98c (diff)
downloadgit-htmldocs-240dc3fd4523f8d7034fc6ab627d271d5b273487.tar.gz
Autogenerated HTML docs for v1.8.2-200-g7632c
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-push.html b/git-push.html
index 0090221af..3c5e69ecf 100644
--- a/git-push.html
+++ b/git-push.html
@@ -746,7 +746,7 @@ git-push(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git push</em> [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
+<pre class="content"><em>git push</em> [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=&lt;git-receive-pack&gt;]
[--repo=&lt;repository&gt;] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
[&lt;repository&gt; [&lt;refspec&gt;&#8230;]]</pre>
<div class="attribution">
@@ -898,6 +898,17 @@ already exists on the remote side.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--follow-tags
+</dt>
+<dd>
+<p>
+ Push all the refs that would be pushed without this option,
+ and also push annotated tags in <code>refs/tags</code> that are missing
+ from the remote but are pointing at committish that are
+ reachable from the refs being pushed.
+</p>
+</dd>
+<dt class="hdlist1">
--receive-pack=&lt;git-receive-pack&gt;
</dt>
<dt class="hdlist1">
@@ -1634,7 +1645,7 @@ a <code>git gc</code> command on the origin repository.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-03-21 15:47:21 PDT
+Last updated 2013-03-25 16:35:50 PDT
</div>
</div>
</body>