summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:51:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:51:55 +0000
commita9b8d243c327d89fe2ccd30aa107400e69f04238 (patch)
tree9b514c2e8ee0188b68118ecd511bb5a21f970640 /git-push.txt
parent75485c89fbee8a433ff53a688f7f645f6ec3b160 (diff)
downloadgit-htmldocs-a9b8d243c327d89fe2ccd30aa107400e69f04238.tar.gz
Autogenerated HTML docs for v1.5.2-rc3-87-g404f
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index f8cc2b543..e9ad10672 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -8,7 +8,9 @@ git-push - Update remote refs along with associated objects
SYNOPSIS
--------
-'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
+[verse]
+'git-push' [--all] [--tags] [--receive-pack=<git-receive-pack>]
+ [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]
DESCRIPTION
-----------