Skip to content

Commit 499eace

Browse files
committed
Merge branch 'rh/merge-options-doc-fix'
* rh/merge-options-doc-fix: Documentation/merge-options.txt: restore `-e` option
2 parents 7abc6b7 + 66fa1b2 commit 499eace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/merge-options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ failed and do not autocommit, to give the user a chance to
88
inspect and further tweak the merge result before committing.
99

1010
--edit::
11+
-e::
1112
--no-edit::
1213
Invoke an editor before committing successful mechanical merge to
1314
further edit the auto-generated merge message, so that the user
1415
can explain and justify the merge. The `--no-edit` option can be
1516
used to accept the auto-generated message (this is generally
16-
discouraged). The `--edit` option is still useful if you are
17+
discouraged). The `--edit` (or `-e`) option is still useful if you are
1718
giving a draft message with the `-m` option from the command line
1819
and want to edit it in the editor.
1920
+

0 commit comments

Comments
 (0)