Skip to content

Commit

Permalink
config/fmt-merge-msg.txt: drop space in quote
Browse files Browse the repository at this point in the history
We document how `merge.suppressDest` can be used to omit " into <branch
name>" from the title of the merge message. It is true that we omit the
space character before "into", but that lone double quote character
risks ending up on the wrong side of a line break, looking a bit out of
place. This currently happens with, e.g., 80-character terminals.

Drop that leading quoted space. The result should be just as clear about
how this option affects the formatted message.

Signed-off-by: Martin Ågren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Martin Ågren authored and gitster committed Sep 27, 2020
1 parent 6e6029a commit 10a7584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config/fmt-merge-msg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ merge.suppressDest::
By adding a glob that matches the names of integration
branches to this multi-valued configuration variable, the
default merge message computed for merges into these
integration branches will omit " into <branch name>" from
integration branches will omit "into <branch name>" from
its title.
+
An element with an empty value can be used to clear the list
Expand Down

0 comments on commit 10a7584

Please sign in to comment.