We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\enquote{}
1 parent 97e49da commit e5586faCopy full SHA for e5586fa
1 file changed
SoftwareGuide/Latex/Appendices/GitWorkflow.tex
@@ -1033,8 +1033,9 @@ \subsubsection{Development}%
1033
Note that after the merge, the \textit{other-topic} is reachable from your topic
1034
but the extra-topic has not been included. By not merging from the integration
1035
branch we avoided bringing in an unnecessary dependency on the
1036
-\textit{extra-topic}. Furthermore, the message ``Merge branch 'other-topic' into
1037
-topic'' is very informative about the purpose of the merge. Merging the whole
+\textit{extra-topic}. Furthermore, the message
+\enquote{Merge branch \enquote{other-topic} into topic}
1038
+is very informative about the purpose of the merge. Merging the whole
1039
integration branch would not be so clear.
1040
1041
0 commit comments