Skip to content

Commit 66fa1b2

Browse files
rhansengitster
authored andcommitted
Documentation/merge-options.txt: restore -e option
It looks like commit f824628 unintentionally removed the documentation for the `-e` option. Signed-off-by: Richard Hansen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92758dd commit 66fa1b2

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)