git - What is the logic of auto generated comments behind Bitbucket? -


i try understand logic of auto generated comments behind bitbucket. explain...

when go branch click "merge" button commit message generated like:

merged hotfix/my-hotfix-name staging

when go branch click "create pull request" system create title pull request don't generate commit message yet. when, pull request, click "merge" button commit message generated like:

merged in hotfix/my-hotfix-name (pull request #113)

why in first case system generate commit message into , second case message use in. don't logic. when i'm merging pull request i'm merging branch into something. have problem word merged in. grade? me in should from or there don't understand.

you correct, semantics. nothing lose sleep over.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -