summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-16 22:05:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-16 22:05:10 +0000
commit1ce39abefc28fb6bc3dbd598910d69660344da9c (patch)
tree8ca0ac1ff30ccdfd5572f355dba2786440ae4a34 /git-push.html
parent97c11c5144898db4f8848b34bc5f26603c5b6b6a (diff)
downloadgit-htmldocs-1ce39abefc28fb6bc3dbd598910d69660344da9c.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g8bef
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html42
1 files changed, 40 insertions, 2 deletions
diff --git a/git-push.html b/git-push.html
index 746453ced..bba84c054 100644
--- a/git-push.html
+++ b/git-push.html
@@ -272,7 +272,7 @@ git-push(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-push</em> [--all] [--tags] [-f | --force] &lt;repository&gt; &lt;refspec&gt;&#8230;</p>
+<p><em>git-push</em> [--all] [--tags] [--exec=&lt;receive-pack&gt;] [--repo=all] [-f | --force] [-v] [&lt;repository&gt; &lt;refspec&gt;&#8230;]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -344,6 +344,17 @@ the remote repository.</p>
</p>
</dd>
<dt>
+--exec
+</dt>
+<dd>
+<p>
+ Path to the <em>git-receive-pack</em> program on the remote
+ end. Sometimes useful when pushing to a remote
+ repository over ssh, and you do not have the program in
+ a directory on the default $PATH.
+</p>
+</dd>
+<dt>
-f, --force
</dt>
<dd>
@@ -354,6 +365,33 @@ the remote repository.</p>
remote repository to lose commits; use it with care.
</p>
</dd>
+<dt>
+--repo=&lt;repo&gt;
+</dt>
+<dd>
+<p>
+ When no repository is specified the command defaults to
+ "origin"; this overrides it.
+</p>
+</dd>
+<dt>
+--thin, --no-thin
+</dt>
+<dd>
+<p>
+ These options are passed to <tt>git-send-pack</tt>. Thin
+ transfer spends extra cycles to minimize the number of
+ objects to be sent and meant to be used on slower connection.
+</p>
+</dd>
+<dt>
+-v
+</dt>
+<dd>
+<p>
+ Run verbosely.
+</p>
+</dd>
</dl>
</div>
<h2>GIT URLS<a id="URLS"></a></h2>
@@ -506,7 +544,7 @@ by Linus Torvalds &lt;torvalds@osdl.org&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 01-Jan-2007 03:20:15 UTC
+Last updated 16-Jan-2007 22:04:59 UTC
</div>
</div>
</body>