Skip to content

Commit c3170a8

Browse files
Miklos Vajnagitster
authored andcommitted
git-merge: exclude unnecessary options from OPTIONS_SPEC
gitcli(5) already documents them, and there are no options named --no-no-stat, --no-no-summary and --no-no-log. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 26ec126 commit c3170a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

git-merge.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ git-merge [options] <remote>...
99
git-merge [options] <msg> HEAD <remote>
1010
--
1111
stat show a diffstat at the end of the merge
12-
n,no-stat don't show a diffstat at the end of the merge
12+
n don't show a diffstat at the end of the merge
1313
summary (synonym to --stat)
14-
no-summary (synonym to --no-stat)
1514
log add list of one-line log to merge commit message
16-
no-log don't add list of one-line log to merge commit message
1715
squash create a single commit instead of doing a merge
1816
commit perform a commit if the merge sucesses (default)
1917
ff allow fast forward (default)

0 commit comments

Comments
 (0)