From: Junio C Hamano git-push [--all] [--tags] [-f | --force] <repository> <refspec>… git-push [--all] [--tags] [--exec=<receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>…]
+ Path to the git-receive-pack 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.
+
+ When no repository is specified the command defaults to
+ "origin"; this overrides it.
+
+ 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.
+
+ Run verbosely.
+SYNOPSIS
DESCRIPTION
GIT URLS
@@ -506,7 +544,7 @@ by Linus Torvalds <torvalds@osdl.org>