mirror of
https://github.com/git/git.git
synced 2024-11-18 07:14:06 +01:00
git merge documentation: -m is optional
Changed -m=<msg> to -m <msg> too. Signed-off-by: Matthias Lederhofer <matled@gmx.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
2055f3b578
commit
1e8b0d486e
@ -10,7 +10,7 @@ SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'git-merge' [-n] [--no-commit] [--squash] [-s <strategy>]...
|
||||
-m=<msg> <remote> <remote>...
|
||||
[-m <msg>] <remote> <remote>...
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user