Skip to content

Commit 10a7584

Browse files
Martin Ågrengitster
authored andcommitted
config/fmt-merge-msg.txt: drop space in quote
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]>
1 parent 6e6029a commit 10a7584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/fmt-merge-msg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ merge.suppressDest::
1313
By adding a glob that matches the names of integration
1414
branches to this multi-valued configuration variable, the
1515
default merge message computed for merges into these
16-
integration branches will omit " into <branch name>" from
16+
integration branches will omit "into <branch name>" from
1717
its title.
1818
+
1919
An element with an empty value can be used to clear the list

0 commit comments

Comments
 (0)