summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e5887c1)
raw | patch | inline | side by side (parent: e5887c1)
author | Gerrit Pape <pape@smarden.org> | |
Tue, 17 Feb 2009 09:25:02 +0000 (09:25 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Feb 2009 18:42:33 +0000 (10:42 -0800) |
While b259f09 made git-push output a better error message for 'git-push
--all --tags', this commit fixes the synopsis in the documentation.
Inconsistency spotted and fix suggested by Jari Aalto through
http://bugs.debian.org/502567
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
--all --tags', this commit fixes the synopsis in the documentation.
Inconsistency spotted and fix suggested by Jari Aalto through
http://bugs.debian.org/502567
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-push.txt | patch | blob | history |
index 7d1eced7d22b8debf46908e39dd6b34b586effe5..ac6421178c1a62ca62fb335d9939ec36368c7e82 100644 (file)
SYNOPSIS
--------
[verse]
-'git push' [--all | --mirror] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>]
+'git push' [--all | --mirror | --tags] [--dry-run] [--receive-pack=<git-receive-pack>]
[--repo=<repository>] [-f | --force] [-v | --verbose]
[<repository> <refspec>...]