summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5214f77)
raw | patch | inline | side by side (parent: 5214f77)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 16 Jan 2007 19:46:03 +0000 (11:46 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 16 Jan 2007 19:46:03 +0000 (11:46 -0800) |
Mention --thin, --no-thin, --repo and -v.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-push.txt | patch | blob | history |
index a19631d4b8d6dd3a0d4f537a7b96316fd20d9730..3e8dbcf93a8d39dc397ba0468f9005fad60ecd44 100644 (file)
SYNOPSIS
--------
-'git-push' [--all] [--tags] [--exec=<receive-pack>] [-f | --force] <repository> <refspec>...
+'git-push' [--all] [--tags] [--exec=<receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
DESCRIPTION
-----------
This flag disables the check. This can cause the
remote repository to lose commits; use it with care.
+\--repo=<repo>::
+ When no repository is specified the command defaults to
+ "origin"; this overrides it.
+
+\--thin, \--no-thin::
+ These options are passed to `git-send-pack`. Thin
+ transfer spends extra cycles to minimize the number of
+ objects to be sent and meant to be used on slower connection.
+
+-v::
+ Run verbosely.
+
include::urls.txt[]
Author