From: Junio C Hamano Date: Mon, 12 Nov 2007 04:27:07 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.3.5-643-g40e25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3cc173935a05b023988ba62249612830966dafa1;p=git.git Autogenerated HTML docs for v1.5.3.5-643-g40e25 --- diff --git a/git-push.html b/git-push.html index 8701f653d..ce1e8ee72 100644 --- a/git-push.html +++ b/git-push.html @@ -274,7 +274,7 @@ git-push(1) Manual Page
git-push [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] - [--repo=all] [-f | --force] [-v] [<repository> <refspec>…]
+ [--repo=all] [-f | --force] [-v | --verbose] [<repository> <refspec>…]

DESCRIPTION

@@ -402,7 +402,7 @@ the remote repository.

--v +-v, --verbose

@@ -621,7 +621,7 @@ by Linus Torvalds <torvalds@osdl.org>

diff --git a/git-push.txt b/git-push.txt index e5dd4c106..4a68aaba3 100644 --- a/git-push.txt +++ b/git-push.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git-push' [--all] [--dry-run] [--tags] [--receive-pack=] - [--repo=all] [-f | --force] [-v] [ ...] + [--repo=all] [-f | --force] [-v | --verbose] [ ...] DESCRIPTION ----------- @@ -95,7 +95,7 @@ the remote repository. transfer spends extra cycles to minimize the number of objects to be sent and meant to be used on slower connection. --v:: +-v, \--verbose:: Run verbosely. include::urls-remotes.txt[]