diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:43:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:43:18 -0700 |
commit | 3b0c19663e7976cd32188b42e762c980d1bb93d4 (patch) | |
tree | 73c9c829d7cc48cfa92417c8f9c2160c3f3a5882 /Documentation/git-push.txt | |
parent | Merge branch 'rc/maint-reflog-msg-for-forced-branch' (diff) | |
parent | Let check_preimage() use memset() to initialize "struct checkout" (diff) | |
download | tgif-3b0c19663e7976cd32188b42e762c980d1bb93d4.tar.xz |
Merge branch 'maint'
* maint:
Let check_preimage() use memset() to initialize "struct checkout"
fetch/push: fix usage strings
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 59dc8b197e..48570242fb 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git push' [--all | --mirror | --tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>] [--repo=<repository>] [-f | --force] [-v | --verbose] [-u | --set-upstream] - [<repository> <refspec>...] + [<repository> [<refspec>...]] DESCRIPTION ----------- |