Re: [PATCH] Make it clear that push can take multiple refspecs
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:04
Abhijit Menon-Sen [off-list ref] writes:
quoted hunk
Signed-off-by: Abhijit Menon-Sen <redacted> --- Documentation/git-push.txt | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-)diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 94d07ab..b8c55dd 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt@@ -10,7 +10,8 @@ SYNOPSIS -------- [verse] 'git push' [--all] [--dry-run] [--tags] [--receive-pack=<git-receive-pack>] - [--repo=all] [-f | --force] [-v | --verbose] [<repository> <refspec>...]
Doesn't this already say you can have zero or more refspecs?