From: kgv Date: Mon, 5 Jun 2017 13:15:04 +0000 (+0300) Subject: 0028814: Documentation - suggest using # instead of // for temporary comments in... X-Git-Tag: V7_2_0_beta~98 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d2e4d7b92d4b0dbb78e133846e79c2709a32d56a;p=occt-copy.git 0028814: Documentation - suggest using # instead of // for temporary comments in commit description --- diff --git a/dox/dev_guides/contribution_workflow/contribution_workflow.md b/dox/dev_guides/contribution_workflow/contribution_workflow.md index 0c4de48846..6625507f92 100644 --- a/dox/dev_guides/contribution_workflow/contribution_workflow.md +++ b/dox/dev_guides/contribution_workflow/contribution_workflow.md @@ -356,7 +356,7 @@ In some cases review remarks or results of testing require only minor correction As an exception to general @ref occt_contribution_workflow_fix_git "single-commit rule", it is allowed to put such minor corrections on top of the existing branch as a separate commit, and re-submit it for further processing in the same branch, without squashing. -Minor commits should have a single-line message starting with //. +Minor commits should have a single-line message starting with #. These messages will be ignored when the branch is squashed at integration. Typical cases of minor corrections are: